From codified-context
Initialize codified context infrastructure for the current project. Creates constitution, trigger tables, failure modes, and subsystem map in .claude/context/.
How this command is triggered — by the user, by Claude, or both
Slash command
/codified-context:bootstrap-contextThe summary Claude sees in its command listing — used to decide when to auto-load this command
Bootstrap the codified context infrastructure for this project. Use the `codified-context:bootstrap-context` skill to guide this process. The skill will: 1. **Analyze** the project automatically (type, dependencies, structure, git hotspots) 2. **Ask** 3 key questions to refine the analysis (project purpose, maturity, specialist domains) 3. **Generate** context infrastructure in `.claude/context/`: - `constitution.md` — Core project conventions and architecture summary - `trigger-tables.md` — File pattern → agent/skill routing intelligence - `failure-modes.md` — Known symptom → ca...
Bootstrap the codified context infrastructure for this project.
Use the codified-context:bootstrap-context skill to guide this process. The skill will:
.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 documentationAll 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)
npx claudepluginhub pwarnock/pwarnock-cc-plugins --plugin codified-context/initAnalyzes the project to build or update a shared context file for all agents. Detects tech stack, project structure, and key patterns, with optional --update flag for incremental refresh.
/initBootstraps project.intent.md and project.glossary.json from existing codebase via deterministic scan, LLM synthesis, and interactive editing. Supports --force, --harness, --project-root flags.
/map-codebaseSurveys project and generates missing CLAUDE.md, ARCHITECTURE.md, CODE-PATTERNS.md for SoloFlow agent shared context. Idempotent; supports skip flags.
/init-projectScans a project and generates structured AI context documentation — navigation-only CLAUDE.md, detailed docs/PROJECT_CONTEXT.md and ARCHITECTURE.md, per-module CLAUDE.md files, and a metadata index.
/cc-bootstrapScans repository to detect full tech stack and generates .claude/ architecture: CLAUDE.md, rules, agents, skills, settings.json, .mcp.json, and docs/context files. Supports --dry-run and --audit.
/sync-contextAnalyzes codebase structure and patterns to auto-update CLAUDE.md, preserving manual customizations. Also supports --section and --dry-run flags.