What problem does it solve? Implementing a multi-step plan in one shot often produces unreviewed, overly complex code with poor documentation. This Skill enforces a controlled, step-by-step implementation workflow where each step is documented, reviewed, and approved before committing. ## Core Features & Use Cases - Step-by-Step Plan Execution: Runs an implementation plan one step at a time via the implement-plan-and-open-pr workflow, pausing after each step. - Built-in Review Gates: After each step, automatically runs write-docstring to clean up docstrings and review-for-simplicity to check implementation simplicity. - Approval Before Commit: Waits for explicit user approval at the end of each step before committing, and applies requested changes if feedback is given. - Structured Progress Reports: Produces a standardized Markdown report per step showing completed and pending steps, key interfaces, verification instructions, and what comes next. - Use Case: You have a 4-step refactoring plan. Invoke this Skill to implement Step 1, get docstrings cleaned and simplicity reviewed, approve the result, then proceed step by step with full visibility. ## Quick Start Run the interactive-implementation skill on my plan and its step files, stopping for my review and approval after each step before committing.