بنقرة واحدة
plan
Strategic planning — interview workflow, direct planning, consensus mode, or plan review
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Strategic planning — interview workflow, direct planning, consensus mode, or plan review
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Detect and clean AI-typical writing patterns in documents — em dashes, filler phrases, over-formality
Route questions to Claude, Codex, or Gemini for multi-perspective answers
Claude-Codex-Gemini tri-model orchestration — decompose, query, synthesize
Health check — verifies omg plugin is correctly installed and working
Quick reference — what omg agents and skills are available and how to use them
About omg — version, architecture, capabilities, and credits
| name | plan |
| description | Strategic planning — interview workflow, direct planning, consensus mode, or plan review |
| tags | ["planning","requirements"] |
| Mode | Trigger | Behavior |
|---|---|---|
| Interview | Default for broad requests | Interactive requirements gathering |
| Direct | Detailed request | Skip interview, generate plan directly |
| Consensus | "consensus", "ralplan" | Planner → Architect → Critic loop |
| Review | "review this plan" | Critic evaluation of existing plan |
Broad requests have: vague verbs ("improve", "add"), no specific files/functions, touches 3+ areas.
ask_user
| Type | Examples | Action |
|---|---|---|
| Codebase Fact | "What patterns exist?", "Where is X?" | Explore first, do NOT ask user |
| User Preference | "Priority?", "Timeline?" | Ask user via ask_user |
| Scope Decision | "Include feature Y?" | Ask user |
| Requirement | "Performance constraints?" | Ask user |
Full iterative loop with structured deliberation:
@omg:planner creates initial plan with:
@omg:architect reviews for architectural soundness — MUST provide:
@omg:critic evaluates quality — MUST verify:
Re-review loop (max 5 iterations):
On approval: final plan includes ADR:
Each iteration logged to .omg/reviews/ralplan-{name}-log.md:
## Round N
### Architect Review
[key findings, antithesis, trade-offs]
### Critic Verdict: ACCEPT/REVISE/REJECT
[critical findings, required changes]
Planner reads full log before each revision.
.omg/plans/All plans are persisted for downstream consumption:
.omg/plans/{slugified-name}.md via edit/createstore_memory with key omg:active-plan → { "path": "...", "title": "...", "steps": N, "created": "YYYY-MM-DD" }When presenting design choices, chunk them:
.omg/plans/ and indexed via store_memoryplan, how should we, strategy, design
copilot -i "plan: add input validation to CLI commands"