← ClaudeAtlas

planlisted

Design implementation approach with human-in-the-loop architectural decisions. Presents 2-3 options with trade-offs for user selection. Must be run after /explore.
valasubramanian-kr/wallet-web-developer · ★ 0 · AI & Automation · score 65
Install: claude install-skill valasubramanian-kr/wallet-web-developer
# Implementation Planning Skill ## Purpose Design implementation approach with human-in-the-loop architectural decisions based on exploration findings. ## Usage ```bash /plan ``` (Must be run after `/explore`) **Note**: Plan updates based on review feedback are handled by the `/review` skill. ## What This Skill Does 1. **Verify Prerequisites**: Confirm `exploration-summary.md` and `current-issue.md` exist 2. **Spawn Planning Agent**: Generate 2-3 architectural options with trade-offs 3. **Present Options**: Display architectural approaches to user with pros/cons 4. **User Selection**: User selects preferred approach via AskUserQuestion 5. **Generate Plan**: Create `implementation-plan.md` with chosen approach 6. **Report Summary**: Display plan metrics and next steps ## Instructions You are coordinating the creation of an implementation plan for a JIRA issue. This skill receives exploration context from `/explore` and generates a detailed implementation plan with architectural choices. **CRITICAL**: Your ONLY job is to: 1. Verify prerequisites (exploration-summary.md exists) 2. Spawn planning agent using the Task tool 3. Present architectural choices to user 4. Generate final plan with selected approach 5. Report results to the user **DO NOT**: - Perform exploration yourself (use `/explore` first) - Generate the plan yourself - If sub-agent fails, DO NOT retry the work yourself - report the failure to the user ### Step 1: Verify Prerequisites Verify that explora