What problem does it solve?
Provides a disciplined, adversarial code review workflow that surfaces blind spots, edge cases, and acceptance-criteria violations so teams can triage and act on precise, actionable findings instead of noisy, unstructured feedback.
Core Features & Use Cases
- Parallel adversarial reviews: Runs Blind Hunter (diff-only), Edge Case Hunter (project-aware), and Acceptance Auditor (spec-aware) reviews in parallel to maximize coverage.
- Structured triage and normalization: Merges, deduplicates, and classifies findings into decision_needed, patch, defer, or dismiss buckets with clear handling rules.
- Integration with development artifacts: Builds diffs from staged/uncommitted/branch/commit-range or provided diffs, writes findings to story files, appends deferred work, and can sync sprint-status when available.
- Human-in-the-loop checkpoints: Halts for confirmations on review scope, spec presence, chunking large diffs, decision-needed resolutions, and patch application.
Quick Start
Run an adversarial code review of the current branch diff and produce triaged findings written to the story file.