🎉 Smithery is now a part of Arcade.dev! Read more in our announcement here
Break large implementations into manageable 3-step chunks with user checkpoints.
Read the implementation plan - Count total steps
Implement ONLY the first 3 steps (or fewer if less than 3 remain)
IMMEDIATELY STOP after 3 steps - Do not continue
Present checkpoint summary using this template:
## 3x3 Workflow Checkpoint ### ✅ Completed (Steps X-Y of Z total): - Step X: [description] - Step Y: [description] - Step Z: [description] ### 📋 Remaining Steps: - Step A: [description] - Step B: [description] - Step C: [description] ### 🎯 Proposed Next 3 Steps: 1. [Step A] 2. [Step B] 3. [Step C] **Ready to proceed? Please confirm to continue with the next 3 steps.**
WAIT for explicit user approval - Do NOT continue without confirmation