write-implementation-plan
Installation
SKILL.md
⚠️ MANDATORY DIRECTIVE: PLAN BEFORE EXECUTION
DO NOT WRITE ANY CODE UNTIL implementation_plan.md IS DRAFTED AND APPROVED.
1. THE PLANNING WORKFLOW
%%{init: {"theme": "default", "flowchart": {"useMaxWidth": false}}}%%
flowchart TD
A[Task Received] --> B[Codebase Research]
B --> C[Draft implementation_plan.md]
C --> D{User Approval?}
D -- No --> E[Refine Plan]
E --> C
D -- Yes --> F[Execute Code Changes]
F --> G[Verify Output]