Create ATOMIC implementation plan for a single frontend task. Each step has exact code and verification command.
IMPORTANT: This skill creates MICRO-LEVEL atomic steps, NOT macro architecture plans.
For architecture planning or feature scoping, use EnterPlanMode instead.
Use this skill when:
- Running /frontend.plan command
- User explicitly asks for "atomic steps", "step-by-step plan with verification"
- Have a specific task from docs/reference/frontend/tasks/ and need implementation steps
- Need granular steps: Setup (create files) → Implementation (write code) → Test (verify) → Commit
DO NOT use for:
- Architecture planning (use EnterPlanMode)
- General development planning
- Feature scoping or estimation
Output: Present plan to user (not saved to file), each step includes Files, Action, and Verify command.