From codified-context
Initialize codified context infrastructure for the current project. Creates constitution, trigger tables, failure modes, and subsystem map in .claude/context/.
npx claudepluginhub pwarnock/pwarnock-cc-plugins --plugin codified-contextBootstrap 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...
/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.
/init-projectInitializes project AI context: scans codebase via init-architect, creates root CLAUDE.md navigation, and generates docs/PROJECT_CONTEXT.md, ARCHITECTURE.md, plus per-module CLAUDE.md files.
/map-codebaseSurveys project and generates missing CLAUDE.md, ARCHITECTURE.md, CODE-PATTERNS.md for SoloFlow agent shared context. Idempotent; supports skip flags.
/initialize-projectInitializes or updates Claude project setup with coding guardrails for new/existing projects, validates bootstrap, detects state, and auto-analyzes codebases.
/re-initInitializes project AI context: generates/updates root CLAUDE.md with Mermaid diagram, module indexes, and navigation breadcrumbs in module CLAUDE.md files. Provide project summary.
/init-projectScans current codebase to auto-generate project-level CLAUDE.md with detected stack, conventions, domain context, team rules, and clarifying questions.
Share bugs, ideas, or general feedback.
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)