# Plan

> Produce a phased execution plan aligned to the oh-my-gemini roadmap gates.

- Skill: `yeachan-heo-oh-my-gemini/plan` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add yeachan-heo-oh-my-gemini/plan`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yeachan-heo-oh-my-gemini/plan/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: Yeachan-Heo (https://skillmd.com/u/yeachan-heo-oh-my-gemini)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/yeachan-heo-oh-my-gemini/plan

---


# Plan Skill (oh-my-gemini)

Use this skill when a user asks for planning, decomposition, or implementation sequencing.

## Planning template

1. **Clarify objective**
   - Desired outcome
   - Constraints (time, environment, sandbox, scope)

2. **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

3. **Define acceptance gates**
   - Gate 0 (decision lock)
   - Gate 1A (install + doctor + verify)
   - Gate 1B (team lifecycle)

4. **Execution sequencing**
   - Order tasks by dependency
   - Explicitly mark parallelizable work
   - Include rollback/failure handling points

5. **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.

