From cps-kg-enhance
Knowledge brain enhancement (markdown-first) — when to ingest a client document, fact-check a deliverable, check version history, or merge bilingual entities. Apply when the consultant references document ingestion, claim verification, version chains, or bilingual entity resolution.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cps-kg-enhance:kg-enhanceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Closes the loop between client documents and the engagement brain. Four slash commands; markdown-vault-first (no SQL, no graph layer); aligns with the v2.0 Obsidian-Primary architecture.
Closes the loop between client documents and the engagement brain. Four slash commands; markdown-vault-first (no SQL, no graph layer); aligns with the v2.0 Obsidian-Primary architecture.
| Trigger | Command |
|---|---|
| Client sent a new MD-converted document | /cps:doc-ingest <path> |
| Need to verify factual claims in a deliverable before delivery | /cps:fact-check [<deliverable-path>] |
| Want to know what changed in client requirements between versions | /cps:version-diff <doc-title> |
Bilingual engagement (EN/AR) — duplicate entity files appearing in .brain/02_Entities/ | /cps:alias-merge |
doc-ingest produces a deterministic DOC-XXX ID — re-running is idempotentfact-check is read-only on both engagement and central brain; refuses if >50% claims unverifiablealias-merge requires explicit consultant confirmation before applyingversion-diff reads the supersedes: frontmatter chain + .brain/04_Versions/ narratives.brain/ never auto-pushes raw — /cps:brain-sync is the only sanitized path outvisibility: project-only on instincts is honored by the existing sanitizer (one-way ratchet)/cps:doc-ingest, the next /cps:session-end will pick up new entities directly from .brain/02_Entities/ markdown (no extra step needed)/cps:brain-sync continues to handle sanitization on instinct markdown before push to the central vault/cps:evolve operates on instinct clusters in the central vault — unaffected by document-side additions/cps:verify-quality Check 8 uses the same .brain/01_Instincts/ + .brain/02_Entities/ markdown vault that /cps:fact-check searches — the claim-traceability firewallplugins/kg-enhance/assets/seed-entity-aliases.json.brain/01_Instincts/, .brain/02_Entities/, .brain/04_Versions/, .brain/.obsidian/D:/Obsidian Notes Taken/ (direct root scan; engagement folders at 01 Clients/_Active/<Name>/; cross-engagement instincts at 02 CPS/_Instincts/)Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub hossamdaoud83/cps-plugins-official --plugin cps-kg-enhance