| name | cog-knowledge-consolidation |
| description | Build structured knowledge frameworks from scattered vault notes with source attribution |
| allowed-tools | ["file-read","file-write","file-search","git-commit"] |
| graph | {"domains":["domain:software-engineering"],"skillAreas":["skill-area:agentic-loops","skill-area:orchestration-loop"],"workflows":["workflow:feature-development"],"topics":["topic:developer-experience"],"roles":["role:tech-lead","role:backend-engineer"]} |
- Cluster related notes into coherent themes
- Build structured frameworks: concept maps, key principles, examples, applications
- Cross-reference with existing frameworks in 05-knowledge
- Preserve source attribution through consolidation
- Quality-gated framework building with iterative refinement
- Identify knowledge gaps needing additional capture
Tool Use Instructions
- Use
file-search to find notes not yet consolidated into frameworks
- Use
file-read to load candidate notes and existing frameworks
- Cluster related notes by topic similarity
- Build framework structure: concept map, principles, examples, applications
- Use
file-write to create or update frameworks in 05-knowledge
- Add cross-references between new and existing frameworks
- Use
git-commit to commit consolidated frameworks
Examples
{
"vaultPath": "./cog-vault",
"mode": "knowledge-consolidation",
"userName": "Alex",
"targetQuality": 80
}