mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-31 06:03:29 +08:00
1.1 KiB
1.1 KiB
description, agent, subtask
| description | agent | subtask |
|---|---|---|
| Create implementation plan with risk assessment | planner | true |
Plan Command
Create a detailed implementation plan for: $ARGUMENTS
Your Task
- Restate Requirements - Clarify what needs to be built
- Identify Risks - Surface potential issues, blockers, and dependencies
- Create Step Plan - Break down implementation into phases
- Wait for Confirmation - MUST receive user approval before proceeding
Output Format
Requirements Restatement
[Clear, concise restatement of what will be built]
Implementation Phases
[Phase 1: Description]
- Step 1.1
- Step 1.2 ...
[Phase 2: Description]
- Step 2.1
- Step 2.2 ...
Dependencies
[List external dependencies, APIs, services needed]
Risks
- HIGH: [Critical risks that could block implementation]
- MEDIUM: [Moderate risks to address]
- LOW: [Minor concerns]
Estimated Complexity
[HIGH/MEDIUM/LOW with time estimates]
WAITING FOR CONFIRMATION: Proceed with this plan? (yes/no/modify)
CRITICAL: Do NOT write any code until the user explicitly confirms with "yes", "proceed", or similar affirmative response.