omc-plan

Generate strategic work plans with interview-driven or direct planning flows.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Leap0920/Clean-Portfolio --skill omc-plan-leap0920
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omc-plan
Source: https://github.com/Leap0920/Clean-Portfolio/tree/main/%25USERPROFILE%25/.openclaude/plugins/cache/omc/oh-my-claudecode/4.14.0/skills/plan
Command: npx skills add https://github.com/Leap0920/Clean-Portfolio --skill omc-plan-leap0920

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Planning is hard because vague requirements lead to rework, missed edge cases, and scope creep before any implementation starts.

Core Features & Use Cases

  • Requirement-aware work planning: Automatically chooses interview-style requirements gathering for broad requests or direct planning for detailed requests.
  • Consensus-based plan quality: Runs a Planner → Architect → Critic loop (with RALPLAN-DR structured deliberation) to improve correctness, completeness, and risk coverage.
  • Review and iteration workflow: Supports reviewing existing plans and iterating with structured feedback up to a bounded number of cycles.
  • Execution boundary and approval gating: Produces plans/specs only and requires explicit user approval before any mutation-oriented actions can occur.

Quick Start

Use omc-plan to plan a project by saying: "Plan a work plan to migrate my app to Next.js 14 with minimal downtime and clear rollback steps."

Frequently Asked Questions about omc-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn vague project requirements into an executable work plan?

Project requirements are turned into executable work plans through an interview-driven flow that clarifies scope and produces actionable steps. This ensures missed edge cases are caught before implementation begins.

What is the best way to validate consensus and improve completeness in project management planning?

Consensus and completeness in project management planning are validated using a sequential Planner, Architect, and Critic loop with structured deliberation. This review cycle improves correctness and risk coverage across software delivery scenarios.

How do I plan a work plan to migrate an app with clear rollback steps and minimal downtime?

To plan an app migration with minimal downtime, provide the task details and the system generates a strategic work plan with testable acceptance criteria and clear rollback steps. It uses direct planning for well-defined requests.

Can I use this planning approach to review and iterate on an existing project plan?

Yes, you can review and iterate on an existing project plan using a critic-based review workflow. It provides structured feedback to improve the plan over a bounded number of cycles without automatically executing changes.

Does the planning process require explicit approval before executing changes?

Yes, the planning process requires explicit user approval before any mutation-oriented actions can occur. It produces only plans and specifications, enforcing an execution boundary and approval gating for safe handoff.

When should I use interview-driven requirements gathering instead of direct planning?

Interview-driven requirements gathering is automatically applied to broad or unclear task requests, while direct planning is used for detailed requests. This ensures appropriate scoping and requirement discovery based on input clarity.