What problem does it solve?
Provides a disciplined, technical workflow for receiving and acting on code review feedback so developers avoid performative agreement, blind implementation, or incorrect changes caused by misunderstanding or unverified suggestions.
Core Features & Use Cases
- Structured Response Pattern: Read feedback fully, restate requirements, verify against the codebase, evaluate technical correctness, respond with acknowledgement or reasoned pushback, then implement and test one item at a time.
- Clarification & Pushback Guidance: When feedback is unclear or incorrect, prompts for clarifying questions and shows how to push back with technical reasoning rather than defensiveness.
- Scope & YAGNI Checks: Encourages searching the codebase for actual usage before adding "professional" features and reconciling external suggestions with your human partner's decisions.
- Use Case: Handling multi-item PR feedback where some items are ambiguous, some break functionality, and some suggest unused features.
Quick Start
When you receive a review comment, restate the requested change, verify it against the codebase, ask for clarification on unclear items, and then implement one tested fix at a time.