Plan Writing Overview Convert research findings into actionable implementation plans. Scales planning rigor to stakes level. Every code-changing task specifies tests before implementation. When to Use - After research phase identifies what needs to change - Before implementing any medium or high stakes changes - When requirements are clear and codebase is understood Process 1. Load research - Find in 2. Classify stakes - Low (isolated, reversible), Medium (multiple files), High (architectural) 3. Define success criteria - Functional, non-functional, and acceptance criteria 4. Decompose tasks…