What problem does it solve? Implementation plans often need revision after initial creation, and ad-hoc edits risk inconsistency, stale file references, and unverified assumptions. This Skill provides a structured process for iterating on existing plan documents so changes stay grounded in actual codebase reality. ## Core Features & Use Cases - Guided Plan Iteration: Parses a plan file path and feedback, then reads the full plan before making surgical edits that preserve existing structure. - Research-Backed Updates: Spawns parallel research sub-tasks (codebase locators, analyzers, pattern finders) when changes require new technical understanding. - Consistent Success Criteria: Maintains the two-category structure of automated verification (make commands, type checks) and manual verification (UI/UX, edge cases). - Use Case: A developer has a plan at thoughts/shared/plans/2025-10-16-feature.md and wants to split Phase 2 into backend and frontend phases; the Skill researches the codebase, confirms the approach, and applies precise edits. ## Quick Start Ask the assistant to iterate on the plan at thoughts/shared/plans/2025-10-16-feature.md by adding a phase for error handling.