AI agents that write, test, review, and deploy production code. Not autocomplete — autonomous development.
0
Sessions
0
Commits
0%
Completion Rate
Three pillars that transform Claude Code into a development workforce.
The constitution
Project-level instructions. Critical rules, coding standards, skill registry, agent definitions.
# Claude Configuration
## TL;DR
- Before any work: Read dev-process.mdx
- All code changes require a worktree
- Always use Conventional Commits
Slash commands
Slash-invoked prompts that teach Claude Code complex, multi-step tasks with consistent quality.
.claude/agents/
Role-specific .md files defining tools, permissions, domains, and skills.
Combine these three and you get something powerful — a specialist.
A generalist agent produces generic UI. A specialist produces production quality.
Role definition
Scoped file boundaries, permitted tools, domain permissions. The agent knows exactly what it owns.
apps/web, packages/ui
Standards & patterns
Mandatory reads before every task. Frontend patterns, testing standards, code review checklists.
frontend-patterns.mdx, testing.mdx
Slash commands
Reusable skills that extend capabilities. Design guidance, library docs, commit automation.
ui-ux-pro-max, context7
The output
A focused agent that produces production-quality output instead of generic boilerplate.
FE dev with design sense
Example: frontend-dev agent
Knows its file boundaries (apps/web, packages/ui), reads frontend-patterns.mdx before every task, and has the ui-ux-pro-max skill for design decisions. A generalist agent produces generic UI. A specialist produces production quality.
A 50-file mechanical change may be F-lite. A 3-file rate limiter may be F-full.
3 files or fewer, no architecture risk
Clear scope, single domain
New architecture, unclear requirements, >2 domains
Key insight: A 50-file mechanical change may be F-lite. A 3-file rate limiter may be F-full.
3 features simultaneously
Each issue gets its own worktree — isolated branch, deps, and DB. One Claude Code session per pane.
> /scaffold --issue 42
> /scaffold --issue 43
> /scaffold --issue 44
Rule: Lefthook for hard gates. Claude hooks for DX. Claude can't bypass git hooks.
16 skills organized by workflow phase. Each skill is a reusable, multi-step prompt.
Requirements, specs, triage, decisions
Code from specs, test generation
Multi-agent review, finding walkthrough
Pull requests, releases, cleanup
Quality, retrospectives, monitoring
9 agents, 3 categories. The orchestrator delegates — it never writes code.
orchestrator
Spawns agents, assigns tasks, synthesizes. Never writes code — preserves context window.
Strategy
Planning & design
Domain
Code writers
Quality
Verification
Review Pipeline
Fresh agents review (never the author)
Conventional Comments per domain
Human decides each finding via AskUserQuestion
Parallel fixers apply accepted fixes
Why fresh agents? An agent that wrote the code has sunk-cost bias — it won't question its own decisions. A fresh reviewer sees the code for the first time and challenges every choice, like a real code review.
Analysis, spec, code, review, deploy. Claude manages the full SDLC — including GitHub and Vercel.
/interview
Idea → Interview
/interview: structured requirements gathering
/bootstrap
Interview → Analysis
Interview, structured analysis
validation gate
/bootstrap
Analysis → Spec
Analysis promoted to spec
validation gate
/scaffold
Spec → Code
Plan approval, then agents implement
/pr
Code → PR
Create pull request
/review
PR → Reviewed
Fresh review + /1b1 decisions
validation gate
Merge
Reviewed → Staging
PR merged into staging branch
/promote
Staging → Main
Preview verification, then deploy
validation gate
/interview: structured requirements gathering
Interview, structured analysis
Analysis promoted to spec
Plan approval, then agents implement
Create pull request
Fresh review + /1b1 decisions
PR merged into staging branch
Preview verification, then deploy
GitHub
Issues, Projects, PRs, Actions
Vercel
Deploy, logs, env vars, rollback
CI/CD
GitHub Actions + Vercel auto-deploy
Honest insights from 1,930 sessions of AI-assisted development.
Everything you need to replicate this process.
Entirely built with Claude Code.
We use cookies to improve your experience. You can accept all, reject all, or customize your preferences.