Creates detailed, phased implementation plans with sprints and atomic tasks for bugs, features, or tasks. Includes research, requirement clarification, and plan review.
How this skill is triggered — by the user, by Claude, or both
Slash command
/am-will-codex-skills-5:plan-harderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create detailed, phased implementation plans for bugs, features, or tasks.
Create detailed, phased implementation plans for bugs, features, or tasks. You make phased implementation plans with sprints and atomic tasks.
Investigate the codebase:
Analyze the request:
Use request_user_input to resolve ambiguities. Ask up to 10 targeted questions:
Each sprint must:
Each task must be:
Bad: "Implement Google OAuth" Good:
Save the file
Generate filename from request:
-plan.md suffixExamples:
xyz-bug-plan.mdgoogle-auth-plan.mdAFTER it is saved. Identify potential issues and edge cases in the plan. Address them proactively. Where could something go wrong? What about the plan is ambiguous? Is there a missing step, dependency, or pitfall?
Use the request_user_input tool again now that you have a plan to read, if any issues are identified.
Update the plan if you have improvements.
Provide the plan file location to a subagent for review, and ask it to provide feedback. Provide it useful context so it can make sound decisions. Explicitly tell it not to ask any questions. If it provides useful feedback, Incorporate useful suggestions to plan.
# Plan: [Task Name]
**Generated**: [Date]
**Estimated Complexity**: [Low/Medium/High]
## Overview
[Summary of task and approach]
## Prerequisites
- [Dependencies or requirements]
- [Tools, libraries, access needed]
## Sprint 1: [Name]
**Goal**: [What this accomplishes]
**Demo/Validation**:
- [How to run/demo]
- [What to verify]
### Task 1.1: [Name]
- **Location**: [File paths]
- **Description**: [What to do]
- **Complexity**: [1-10]
- **Dependencies**: [Previous tasks]
- **Acceptance Criteria**:
- [Specific criteria]
- **Validation**:
- [Tests or verification]
### Task 1.2: [Name]
[...]
## Sprint 2: [Name]
[...]
## Testing Strategy
- [How to test]
- [What to verify per sprint]
## Potential Risks & Gotchas
- [What could go wrong]
- [Mitigation strategies]
## Rollback Plan
- [How to undo if needed]
npx claudepluginhub joshuarweaver/cascade-code-general-misc-4 --plugin am-will-codex-skills-5Creates phased implementation plans with sprints and atomic tasks for bugs, features, or tasks. Handles research, clarifying requirements, and documentation retrieval.
Writes detailed implementation plans from specs for multi-step tasks before coding, with file structure maps, TDD bite-sized steps, and markdown tracking format.
Creates detailed, step-by-step implementation plans from specs or requirements before coding. Each step is a single 2-5 minute action with file paths, test commands, and commit instructions.