knowledge-vault/skills
wantsong 2bb7e38a9d chore: restructure knowledge vault taxonomy 2026-06-15 10:00:08 +08:00
..
knowledge-processing/viewpoint-discussion-distillation Add complexity placement gate distillation package 2026-06-12 07:40:50 +08:00
templates Archive viewpoint workflow materials 2026-06-08 17:12:11 +08:00
README.md chore: restructure knowledge vault taxonomy 2026-06-15 10:00:08 +08:00
context-management-policy.md Complete viewpoint distillation workflow upgrade 2026-06-07 00:25:11 +08:00
invocation-policy.md Archive viewpoint workflow materials 2026-06-08 17:12:11 +08:00

README.md

Knowledge Vault Skills

skills/ is the Knowledge Vault capability layer for reusable knowledge-processing work.

It records how this vault invokes, governs, logs, and verifies reusable processing capabilities. It does not replace CCPE System artifacts.

Boundary

ccpe-system:
  Defines canonical Agent, Skill, Runtime, Model Card, and invocation protocol.

knowledge-vault/skills:
  Defines local operating rules, context policy, invocation policy, templates, runbooks, and acceptance gates.

specific work directory:
  Stores source maps, topic maps, routing logs, topic documents, audits, handoffs, and run-specific invocation records.

Directory Layout

skills/
  README.md
  invocation-policy.md
  context-management-policy.md
  templates/
  knowledge-processing/
  fix-title/

Principles

  • Do not store raw long-running task logs in the public capability layer.
  • Keep run-specific records inside the related discussions/, sources/, rules/, or work/ item directory.
  • Reference CCPE canonical artifacts by path instead of copying their full content unless a prompt-to-send packet requires it.
  • When a participant cannot be truly invoked or faithfully executed, stop and record the blocked state.
  • Long source processing must be file-based and batch-based, not dependent on one chat context.