Build a feature end-to-end with auto-routed specialists
When to use: You want backend + frontend + tests + review without context-switching prompts.
Prerequisites
- Claude Code installed — npm install -g @anthropic-ai/claude-code
- Agents cloned — git clone https://github.com/wshobson/agents ~/.claude/agents
Flow
-
Kick off with orchestratorUse orchestrator-agent. Build a CRUD feature for 'invoices' — backend (FastAPI), frontend (Next.js), tests, review.✓ Copied→ Plan with subtasks routed to specialist agents
-
Watch each handoffShow me each agent's contribution as it goes. Pause for my approval after backend before frontend starts.✓ Copied→ Per-agent diff with checkpoints
-
Final security passRun security-auditor on the diff. Anything risky?✓ Copied→ Security report with findings
Outcome: Full-stack feature shipped with appropriate specialists per layer.
Pitfalls
- Orchestrator over-delegates trivial tasks — Override with --no-orchestrator for simple changes