What problem does it solve?
It removes the fragile, manual handoff needed to review changes by performing a direct prose code review on the user’s modified files and recording the results for the next learning step.
Core Features & Use Cases
- Direct git-range review: Computes a BASE..HEAD range (or uses an explicit SHA/range) and identifies changed files to review.
- Plan-aware findings: Reads the current phase from planning state and pulls phase requirements from the matching PLAN file when available.
- Durable workflow outputs: Writes a consolidated finding summary to SUMMARY.md and appends a review entry row to .planning/HANDOFF.md for traceability.
- Works without Superpowers code review: Performs the review directly in prose mode because Superpowers integration is unavailable on this platform.
Quick Start
Run sg-review to review changes in your current working branch against the inferred base commit, then save findings to SUMMARY.md and record the handoff to HANDOFF.md.