omc-plan

Orchestrate multi-stage planning workflows to convert vague goals into testable plans.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/jimmi2051/oh-my-copilot --skill omc-plan-jimmi2051
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: omc-plan
Source: https://github.com/jimmi2051/oh-my-copilot/tree/main/plugins/omc-copilot/skills/plan
Command: npx skills add https://github.com/jimmi2051/oh-my-copilot --skill omc-plan-jimmi2051

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides large-scale planning efforts by gathering requirements, structuring decisions, and coordinating multi-role reviews to produce a verified plan before execution.

Core Features & Use Cases

  • Interview-driven requirements gathering for vague requests
  • Direct planning for detailed, rapid plan creation
  • Consensus (RALPLAN-DR) workflow with Planner/Architect/Critic loop and optional deliberate mode
  • Explicit state lifecycle and handoff to execution via separate skills
  • Generates RALPLAN-DR summary, ADR, pre-mortem and test plans (deliberate mode)

Quick Start

Create a comprehensive consensus-based plan for the described task and prepare it for execution handoff.

Frequently Asked Questions about omc-plan

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

FAQPage Schema
How do I convert vague project goals into a concrete, testable plan?▼

Structured planning with consensus execution converts vague project goals into testable plans through interview-based requirements gathering, direct planning, and multi-role consensus workflows before execution handoff.

What is the consensus-driven evaluation workflow for project management?▼

The consensus-driven evaluation workflow uses a Planner, Architect, and Critic loop to structure decisions, coordinate multi-role reviews, and produce a verified plan with ADRs, pre-mortems, and expanded test plans.

How do I document architecture decisions and pre-mortems during requirements analysis?▼

During requirements analysis, the consensus workflow automatically generates Architecture Decision Records, pre-mortem risk assessments, and expanded test plans to satisfy formal plan quality requirements before execution.

Can I use direct planning for rapid plan creation instead of interview-based discovery?▼

Yes, direct planning supports rapid plan creation for detailed requests, bypassing interview-based discovery to quickly generate structured plans with testable acceptability criteria.

Where are generated project plans and drafts saved on disk?▼

Generated project plans are saved to the .omc/plans/ directory, while draft plans are stored in .omc/drafts/ to manage the explicit state lifecycle of the planning workflow.

Does the planning workflow handle execution directly after consensus review?▼

No, the planning workflow manages state lifecycle and formal handoff to execution via separate skills, ensuring verified plans are passed downstream without coupling planning and execution phases.