This is an opinionated, zero-compromise TDD workflow that treats every Claude Code project as a coordinated team of AI agents. You get five permanent agents (team lead, quality, security, code review, merger) plus one feature agent per feature, all locked into a strict 10-step pipeline: spec, review, write failing tests, verify they fail, implement, verify they pass, validate, code review, security scan, then branch and PR. No step can be skipped because task dependencies enforce the chain. The quality agent physically blocks implementation until tests exist and fail, then blocks merging until they pass with 80% coverage. It's heavyweight by design, best for teams that want automated rigor and are willing to accept the ceremony. If you just want to ship a quick fix, this will feel like overkill.
npx skills add https://github.com/alinaqi/claude-bootstrap --skill agent-teams