Imported from jjongguet/oh-my-product (
skills/plan/SKILL.md). Install upstream withnpx skills add jjongguet/oh-my-product --skill plan. Copyright stays with the author.
Plan Skill (oh-my-product)
Use this skill when a user asks for planning, decomposition, or implementation sequencing.
Planning template
-
Clarify objective
- Desired outcome
- Constraints (time, environment, sandbox, scope)
-
Map to roadmap phase
- Phase 0: bootstrap + sandbox baseline
- Phase 1A: setup/doctor/verify harness
- Phase 1B: minimal orchestration lifecycle
- Phase 2+: reliability hardening and expansion
-
Define acceptance gates
- Gate 0 (decision lock)
- Gate 1A (install + doctor + verify)
- Gate 1B (team lifecycle)
-
Execution sequencing
- Order tasks by dependency
- Explicitly mark parallelizable work
- Include rollback/failure handling points
-
Verification checklist
- Commands to run
- Required artifacts (logs/state files)
- Exit criteria for “done”
Output format
Return a concise plan with:
- milestones,
- owners (if applicable),
- risks + mitigations,
- exact commands for verification.