An AI squad operating system for Claude Code. Governance, pipeline, and memory — so your agents don't just yell in the jungle.
Run inside any existing project directory:
Braddock scaffolds a .braddock/ and .claude/ folder. Existing files are never overwritten.
Open .braddock/memory/vision.md and describe what you're building. One paragraph is enough. Without this file, the squad has no mission.
Open Claude Code in your project, paste the content of .braddock/PROMPT.md and hit enter. That's it — the squad initializes itself and runs the pipeline from there.
From there, each skill points to the next when it finishes. The squad is self-guided.
No mission starts in the middle. Each step produces an artifact that feeds the next.
| Skill | What it does |
|---|---|
/kickoff | Initializes the operation, prepares the ground |
/create-prd | PM defines the mission objective |
/create-spec | Tech Lead + Architect + UI/UX build the plan |
/breakdown-work | Planner breaks into epics, stories, and small bets |
/implement-task | Executes the next eligible task |
/review-delivery | QA + Tech Lead validate what was delivered |
Each agent has a fixed role and never acts outside it.
| Agent | Role |
|---|---|
pm | Transforms vision into PRD |
tech-lead | Architecture, trade-offs, risks |
architect-specialist | Structure, modules, boundaries |
backend-senior | Implements business rules |
frontend-senior | Interface, flows, integration |
ui-ux | Experience, clarity, conversion |
planner | Breaks work into epics and tasks |
qa | Validates, flags gaps, reviews |
.braddock/memory/ before taking any action.