knowledge-vault/skills
wantsong 19774be65e Complete viewpoint distillation workflow upgrade 2026-06-07 00:25:11 +08:00
..
knowledge-processing/viewpoint-discussion-distillation Complete viewpoint distillation workflow upgrade 2026-06-07 00:25:11 +08:00
templates Add Knowledge Vault skills layer 2026-06-06 21:16:25 +08:00
README.md Add Knowledge Vault skills layer 2026-06-06 21:16:25 +08:00
context-management-policy.md Complete viewpoint distillation workflow upgrade 2026-06-07 00:25:11 +08:00
invocation-policy.md Add Knowledge Vault skills layer 2026-06-06 21:16:25 +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/

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.