Navigation Section
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
| Type | Description | Common Format | Filename Prefix |
|---|---|---|---|
| Reference | A factual record or source of truth. Static, reliable. | Markdown page, .md | ref- |
| Procedural | How-to steps or process documentation. Repeatable. | Step list or table | pro- |
| Contextual | Notes about decisions, rationale, or project-specific details. | Embedded comments, logs | ctx- |
| Reusable | Templates, guides, or standards that are applied in multiple places. | Markdown with fields or placeholders | std-, std-tem- |
| Decision-Based | Justifications for key design choices, trade-offs, or direction changes. | Linked to CR or retrospective | dec- |
| Retrospective | Feedback, lessons learned, or team-sourced reflections. | Structured note, report | ret- |
| Glossary Entry | A term with a precise project-specific definition. | Embedded anchor or .md entry | glo- 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β proceduralctx-sponsor-notes-phase-2.mdβ contextualret-glossary-review-cycle.mdβ retrospectivestd-style-guide.mdβ reusable standardref-eco-task-mapping.mdβ referenceglo-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.mdfiles should refer back to this standard