liyouran1109/Code-Project-Brain
Skill Claude CodeCodex
Compile a v3.0 ContextPlan (Development Guide → Project KB → CodeGraph) for the current work. The Guide is loaded FIRST to build the project mental model. Use this BEFORE writing code or editing anything.
liyouran1109/Code-Project-Brain
Skill Claude CodeCodex
Plan and implement a new feature guided by the brain. Loads context, checks the governing constraints and requirements, scopes the blast radius, and drafts the knowledge updates the feature will need. Use when adding new capability.
liyouran1109/Code-Project-Brain
Skill Claude CodeCodex
Analyze the blast radius of a code change — reachable symbols/files, docs that go stale, and the constraints/decisions/requirements/bugs affected. Use BEFORE modifying shared or central code, or after a change to see what knowledge it invalidated.
liyouran1109/Code-Project-Brain
Skill Claude CodeCodex
Initialize or re-index the Code Project Brain for a project. Use when starting work on a project that has no .project-brain/ yet, or after large changes to rebuild the index (CodeGraph / Development Guide / Project KB).
liyouran1109/Code-Project-Brain
Skill Claude CodeCodex
Ingest external material and evolve it into project knowledge — ExternalSource → KnowledgeClaim → Decision → Constraint, each step traceable via provenance. Use when bringing in outside references (docs, tutorials, issues) and promoting them into the brain.
liyouran1109/Code-Project-Brain
Skill Claude CodeCodex
Review a code change for constraint violations and knowledge drift. Loads the change's impact, checks it against governing constraints, and shepherds the resulting UpdateProposal through validate → approve → apply. Use for change review and proposal disposition.
liyouran1109/Code-Project-Brain
Skill Claude CodeCodex
Detect changed source files and run the change→proposal loop — Semantic Diff → Impact → draft UpdateProposals. Use after git pull/commit or manual edits to generate pending knowledge-update proposals for review.
liyouran1109/Code-Project-Brain
Skill Claude CodeCodex
Reconcile a STALE Project KB doc with current code as a reviewable, localized patch. Validates drift, produces a diff, and applies only after review. Use when a doc is flagged stale or related-code-changed.