What problem does it solve?
Orchestrates a disciplined, two-stage review process to ensure spec compliance before launching broad code-quality scrutiny, reducing wasted effort on faulty changes.
Core Features & Use Cases
- Stage 1: Spec Compliance Gate validates that a change satisfies acceptance contracts and behavioral specs before any downstream review.
- Stage 2: Parallel Review Fan-out runs Code Quality, Security, Test, and Accessibility reviewers concurrently after Stage 1 passes, accelerating verification.
- Unified Findings Payload aggregates all reviewer findings into a single flat array for auditable, replayable governance.
- Gate-driven Progress uses blocking findings to prevent stage transitions until issues are resolved, with deterministic retry loops.
Quick Start
Initiate the two-stage army workflow on an issue by triggering self-review with Army mode to run Stage 1 gating and, if cleared, Stage 2 parallel reviews.