Instructions Directory
Type: kb/types/index.md
← Parent
Subdirectories
- cp-skill-connect/
- cp-skill-convert/
- cp-skill-ingest/
- cp-skill-revise-autoreason/
- cp-skill-revise-iterative/
- cp-skill-snapshot-web/
- cp-skill-validate/
- cp-skill-write/
- evaluate-scenarios/
- fix-warnings/
- review-gates/
- write-agent-memory-system-review/
Files
- Complexity Review (instruction) - Complexity review wrapper — keep the old entrypoint, but route execution through the gate bundle
- Evaluate a log entry for note creation (instruction) - Evaluate a kb/log.md entry that suggests a new note — read the notes index first, load related notes, and decide whether to reject, fold into existing artifacts, keep in the log, or create a genuinely new note
- Example: Onboard a Second Brain on Commonplace (instruction) - One worked recipe for onboarding an operator who wants to build a personal Second Brain on top of Commonplace. Use as a starting template, not the canonical path.
- Fix system
- Ingest a directory (instruction) - Ingest a directory of related files (e.g. a cloned code repository) as a single source unit, producing one coherent
.ingest.mdthat cites evidence across files. - Maintain curated indexes (instruction) - Audit and maintain curated sections of generated-tail index pages — evaluate editorial groupings, check for orphaned notes, and split or merge indexes where needed.
- Migrate semantics-preserving gate changes (instruction) - Change gate wording without invalidating accepted reviews — update stored accepted reviews, then append gate-migration acceptance events that preserve the accepted note baseline
- Prose Review (instruction) - Prose review wrapper — keep the old entrypoint, but route execution through the gate bundle
- Re-Ingest (instruction) - Re-ingest a source whose .ingest.md report is stale — regenerate the analysis against current KB state, then update all notes that reference the old report.
- Review sweep (instruction) - Batch review sweep — run the selector, triage note-changed pairs, and execute direct-write review runs for the rest
- Review system
- Review triage (instruction) - Inspect diffs for note-changed review pairs and ack insignificant changes — run before a review sweep to reduce the review queue
- Revise Note (instruction) - Editorial revision of a single KB note — rewrites for logic, flow, and cohesion. Reads linked notes for context. Edits the file in place and reports changes.
- Run a review bundle on one note (instruction) - Run review gates on one note from inside a live agent harness
- Write an Instruction (instruction) - Create a new instruction in kb/instructions/ by distilling repeated manual operations into a reusable, execution-optimized procedure.
- Writing conventions for kb/instructions/ (prescriptive register)