Getting Started
Run one command
npx buildcrewThe interactive setup handles everything:
- Installs 15 agents + orchestrator to
.claude/agents/ - Playwright MCP β asks to install (required for browser testing)
- Project harness β asks to auto-generate from your codebase
- Template picker β choose additional harness files (ERD, glossary, etc.)
π‘
No separate npx buildcrew init needed. One command does it all.
Start working
@buildcrew Add user dashboardThe orchestrator reads your message, picks the right mode, and dispatches agents:
@buildcrew Add user dashboard β Feature Mode (full pipeline)
@buildcrew μ½λ κ²μ¬ν΄μ€ β QA Audit (3 parallel subagents)
@buildcrew think: is this worth it? β Think Mode (6 forcing questions)
@buildcrew architecture review β Architecture Review
@buildcrew design review β Design Review (8-dimension scoring)
@buildcrew debug: login broken β Debug Mode
@buildcrew ship β Ship ModeWhat gets installed
.claude/agents/
βββ buildcrew.md β orchestrator (199 lines, routes to right agent)
βββ planner.md β requirements + 4-lens review
βββ designer.md β UI/UX research + production components
βββ developer.md β implementation + 3-lens self-review
βββ qa-tester.md β code-level testing
βββ browser-qa.md β real browser testing via Playwright
βββ reviewer.md β 4-specialist code review + auto-fix
βββ health-checker.md β code quality 0-10 dashboard
βββ security-auditor.md β OWASP + STRIDE audit
βββ canary-monitor.md β post-deploy health monitoring
βββ shipper.md β test β version β changelog β PR
βββ thinker.md β "should we build this?" + design doc
βββ architect.md β architecture review (before code)
βββ design-reviewer.md β 8-dimension UX scoring
βββ investigator.md β root cause debugging
βββ qa-auditor.md β 3 parallel subagent diff auditVersion auto-update
Agents include version headers. Run npx buildcrew again and outdated agents are automatically updated.
Requirements
- Required: Claude Code (opens in a new tab) CLI
- Required: Playwright MCP (opens in a new tab) β auto-installed during setup
- Optional: Figma MCP (opens in a new tab) β for designer
- Optional: Codex CLI (opens in a new tab) β for cross-model second opinion