// Creates concise, executable implementation plans for solo developer working with AI agents. Validates assumptions, avoids timelines, focuses on actionable steps with clear human/AI delegation.
| name | implementation-plans |
| description | Creates concise, executable implementation plans for solo developer working with AI agents. Validates assumptions, avoids timelines, focuses on actionable steps with clear human/AI delegation. |
This skill guides creation of implementation plans for solo implementers working with AI agents (not teams requiring approval).
Before writing any plan, ask questions to validate assumptions:
Structure:
## [Task Name]
### Verification Steps (if assumptions can't be validated upfront)
1. Verify [assumption] by [method]
### Implementation
1. Have AI [specific action]
- Context: [relevant details]
- Expected output: [what to verify]
2. Review [output] for [specific concerns]
3. Manually verify [critical check]
### Dependencies
- [What must complete first]
### 🚨 Unvalidated Assumptions
- [List assumptions that need verification during execution]
Keep total plan under 500 words. If you need more detail, split into main plan + technical appendix.
Building multi-step plans on unverified assumptions that collapse when reality doesn't match.
Fix: Front-load verification or flag assumptions explicitly
Declaring root cause without seeing actual data or system state.
Fix: Include data inspection steps before solution steps
Including approval gates, week-based timelines, team alignment meetings.
Fix: Assume work is approved, sequence steps by technical dependency only
For detailed guidance, reference these files:
Validation practices: validation-checklist.md
AI delegation: ai-delegation-patterns.md
Examples: examples/
Load these only when additional context would help create a better plan.
Good step: "Have AI generate migration script adding preferences JSONB column with rollback"
Bad step: "Update the database" (too vague)
Good verification: "Check current schema: SELECT column_name..."
Bad verification: "Ensure database is ready" (unclear how)
Good flag: "🚨 Verify: Azure AI Search tier supports semantic ranking"
Bad flag: Assuming it works without checking