Knowledge Types Standard

– Project PASS PMP
File: std-knowledge-types.md
Folder: /20-knowledge-management-plan/


Purpose

This document defines the types of knowledge recognized in this project’s knowledge management system. Each type has its own purpose, structure, and use cases. Classifying knowledge assets improves reuse, discoverability, and alignment with other documentation.


Why This Matters

  • Avoids duplication of content
  • Helps contributors choose the correct format
  • Supports filtering in indexes and knowledge views
  • Ensures every knowledge asset has a defined purpose and audience

Knowledge Type Definitions

TypeDescriptionCommon FormatFilename Prefix
ReferenceA factual record or source of truth. Static, reliable.Markdown page, .mdref-
ProceduralHow-to steps or process documentation. Repeatable.Step list or tablepro-
ContextualNotes about decisions, rationale, or project-specific details.Embedded comments, logsctx-
ReusableTemplates, guides, or standards that are applied in multiple places.Markdown with fields or placeholdersstd-, std-tem-
Decision-BasedJustifications for key design choices, trade-offs, or direction changes.Linked to CR or retrospectivedec-
RetrospectiveFeedback, lessons learned, or team-sourced reflections.Structured note, reportret-
Glossary EntryA term with a precise project-specific definition.Embedded anchor or .md entryglo- or centralized in glossary file

Rules for Tagging and Naming

  • Use prefix consistently (pro-, std-, ref-, etc.)
  • Do not mix types unless clearly defined in the document body
  • Add a tags: entry in the YAML frontmatter
  • Always define intended use in the description: field
  • Link to this standard when creating new KB artifacts

Examples

  • pro-lesson-build-workflow.md β€” procedural
  • ctx-sponsor-notes-phase-2.md β€” contextual
  • ret-glossary-review-cycle.md β€” retrospective
  • std-style-guide.md β€” reusable standard
  • ref-eco-task-mapping.md β€” reference
  • glo-project-lifecycle.md β€” glossary entry

Maintenance

  • This document is maintained by the PM and reviewed quarterly
  • Any new knowledge type must be added here before it’s used in published content
  • All folder index.md files should refer back to this standard


Back to the Top

Section Contents