What problem does it solve?
Independent code-quality review after implementation. Performs a sequential 5-layer analysis — data structures, special case elimination, complexity, breaking changes, and practicality — producing a severity-graded review report without modifying any code. Use after driving-tdd or rapid-implementing completes. Triggers on 'review the code', 'code review', 'check code quality', or when implementation is complete and code quality needs assessment before proceeding.
Core Features & Use Cases
- Independent five-layer review focusing on data structures, special cases, complexity, breaking changes, and practicality.
- Produces a non-modifying review report and a structured results JSON.
- Triggered after implementation completes (driving-tdd or rapid-implementing) across codebases to guide next steps.
Quick Start
Run the independent code review against the completed implementation to generate a non-modifying, five-layer evaluation report.