| name | plan |
| aliases | ["/plan","plan this","make a plan","execution plan"] |
| primaryRole | planner |
| description | Produce a phased execution plan aligned to the oh-my-antigravity roadmap gates. Use when the user asks for decomposition, milestones, or sequencing. |
Plan Skill (oh-my-antigravity)
Quick Start
- Clarify the goal, map the roadmap phase, then return milestones, risks, and verification commands.
Use this skill when a user asks for planning, decomposition, or implementation sequencing.
Quick Start
-
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.