What problem does it solve?
Prevents unreviewed or unplanned code changes by requiring a verifiable, user-approved implementation plan before any bug fix or feature work begins, reducing regressions and misaligned scope.
Core Features & Use Cases
- Mandatory planning gate for work classified as bug or implementation, ensuring no edits occur without explicit user approval.
- Structured plan template that requires fields for what changes, where they occur, risks, and pre/post test strategies to support reviewability.
- Pre-implementation test gate: run relevant test suites, halt on pre-existing failures, and require user discussion before proceeding.
- Typical use case: preparing an implementation plan for a bug fix that lists affected files, tests to add, and regression risk mitigation steps.
Quick Start
Ask the assistant to "Generate a detailed implementation plan for this bug or feature including o_que_muda, onde_muda, riscos, estrategia_teste_pre, estrategia_teste_pos and wait for my explicit approval before making any changes."