What problem does it solve?
It reduces risky coding changes by orchestrating a multi-agent advisory workflow that plans, implements (with approval), and consolidates specialist verdicts into a clear go/change/reject outcome.
Core Features & Use Cases
- Deterministic multi-agent orchestration: classify the work, score risk, select the right specialists, and consolidate their rubric-based decisions into APPROVED/CHANGES_REQUIRED/REJECTED.
- Two safe modes: implement mode runs the full workflow with user gates, while review mode performs advisory-only feedback on an existing diff without editing files.
- Task-scoped execution: break a PRD into atomic tasks and run the squad on one task at a time to prevent context bloat.
Quick Start
Use the squad skill to review or implement changes by running /squad:implement --normal add OAuth login flow.