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.
Initializes the operation and prepares the ground.
→ operation contextPM defines the mission objective and success criteria.
→ PRD.mdTech Lead, Architect, and UI/UX translate the PRD into a technical plan.
→ SPEC.mdPlanner decomposes the spec into epics, stories, and small bets.
→ TASKS.mdExecutes the next eligible task in the queue.
→ codeQA and Tech Lead validate what was delivered against the spec.
→ review reportEach 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.