This is a slash-friendly alias for the core planning skill to avoid collisions with Gemini CLI's built-in /plan command.
Delegate architecture tradeoffs to oma-architect when needed.
Keep plans executable and testable, not abstract.
1---2name: oma-plan3description: Purpose4---56## Purpose78Use this skill when the request is non-trivial and should be planned before editing code.910## Trigger1112- User asks for strategy, roadmap, or migration plan13- Scope touches multiple files or subsystems14- Work needs sequencing or parallelization decisions1516## Workflow17181. Restate goals, constraints, and acceptance criteria.192. Inspect only the repository areas required for planning.203. Break work into phases and atomic tasks.214. Mark dependencies and parallelizable tasks.225. Add validation checkpoints and rollback notes.2324## Output Template2526```markdown27## Goal28- ...2930## Phase Plan311. Phase 1 - ...322. Phase 2 - ...3334## Task Breakdown351. ...362. ...3738## Risks39- ...4041## Validation42- ...43```4445## Notes4647- This is a slash-friendly alias for the core planning skill to avoid collisions with Gemini CLI's built-in `/plan` command.48- Delegate architecture tradeoffs to `oma-architect` when needed.49- Keep plans executable and testable, not abstract.
Run npx skillmds@latest add joonghyun-lee-frieren/oma-plan in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Purpose It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Joonghyun-Lee-Frieren (@joonghyun-lee-frieren) published this skill. Their other Agent Skills are listed on their SkillMD profile.