buildcrew

15 AI agents for Claude Code — auto-orchestrated dev team with 13 operating modes.

$ npx buildcrewclick to copy
0
Agents
0
Modes
0
Opus
0
Pipeline Docs

How it works

Three steps. Zero config files to write.

1

Install

npx buildcrew

15 agent files copied to your project

2

Init

npx buildcrew init

Auto-detects your stack, generates harness

3

Build

@buildcrew [your request]

Orchestrator routes to the right agents

Feature Pipeline

Every feature generates a full document chain.

01
Plan
01-plan.md
02
Design
02-design.md
03
Dev
03-dev-notes.md
04
QA
04-qa-report.md
05
Browser
05-browser-qa.md
06
Review
06-review.md
07
Ship
07-ship.md

13 Operating Modes

Talk naturally. Orchestrator auto-detects the mode.

🏗️
Feature
@buildcrew Add user dashboard
Plan → Design → Dev → QA → Browser QA → Review
🔍
Audit
@buildcrew full project audit
Scan → Prioritize → Fix → Verify
🌐
Browser QA
@buildcrew browser qa localhost:3000
Playwright tests + health score
🛡️
Security
@buildcrew security audit
OWASP + STRIDE + secrets + deps
🔬
Debug
@buildcrew debug: login broken
4-phase root cause investigation
📊
Health
@buildcrew health check
Quality dashboard (0-10 score)
🐤
Canary
@buildcrew canary https://myapp.com
Post-deploy monitoring
👁️
Review
@buildcrew code review
Multi-specialist + auto-fix
🚀
Ship
@buildcrew ship
Test → version → changelog → PR
🔍
QA Audit
@buildcrew qa
3 parallel subagent audit on git diffs
💭
Think
@buildcrew think: should we add this?
6 forcing questions + alternatives + design doc
🏛️
Arch Review
@buildcrew architecture review
Scope + diagrams + failure modes + test map
🎨
Design Review
@buildcrew design review
8-dimension scoring + screenshot evidence

Harness Engineering

Your project context baked into every agent. Zero questions asked.

Ready to build?

$ npx buildcrewclick to copy