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
npx skills add NotMyself/implementation-plans下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer