Install
1
Install the plugin$
npx claudepluginhub pwarnock/pwarnock-cc-plugins --plugin codified-contextWant just this command?
Add to a custom plugin, then install with one command.
Description
Initialize codified context infrastructure for the current project. Creates constitution, trigger tables, failure modes, and subsystem map in .claude/context/.
Command Content
Bootstrap the codified context infrastructure for this project.
Use the codified-context:bootstrap-context skill to guide this process. The skill will:
- Analyze the project automatically (type, dependencies, structure, git hotspots)
- Ask 3 key questions to refine the analysis (project purpose, maturity, specialist domains)
- Generate context infrastructure in
.claude/context/:constitution.md— Core project conventions and architecture summarytrigger-tables.md— File pattern → agent/skill routing intelligencefailure-modes.md— Known symptom → cause → fix mappingssubsystem-map.md— Directory → subsystem ownership mapspecs/— Directory for on-demand subsystem documentation
- Update CLAUDE.md with context infrastructure references
All generated content is shown for review before writing. Nothing is written without your approval.
Based on "Codified Context: Infrastructure for AI Agents in a Complex Codebase" (Vasilopoulos, 2025)
Stats
Stars1
Forks0
Last CommitMar 1, 2026
Actions