Help us improve
Share bugs, ideas, or general feedback.
From omo
Prometheus planning pipeline: interview, research, draft, gap analysis, plan, validate
npx claudepluginhub mrzhbr/oh_my_openclaude --plugin omoHow this command is triggered — by the user, by Claude, or both
Slash command
/omo:plan GOAL_DESCRIPTION [--validate]The summary Claude sees in its command listing — used to decide when to auto-load this command
# Plan — Prometheus Planning Pipeline
Create a comprehensive implementation plan for the following goal.
**Goal:** {{arguments}}
## Workflow
### Step 1: Initialize State
### Step 2: Launch Prometheus
Launch the `prometheus` subagent with this delegation:
### Step 3: Gap Analysis
After Prometheus produces a plan, launch the `metis` subagent (can run in background while you prepare the summary):
### Step 4: Revise (if needed)
If Metis found CRITICAL gaps, send them back to Prometheus for revision.
### Step 5: Validate (if --validate flag)
If the user requested validation, launch .../planCreates a step-by-step implementation plan from requirements or a PRD markdown file, then waits for user confirmation before any code changes.
/planBreaks project into small verifiable tasks with acceptance criteria, dependencies, checkpoints. Reads spec/codebase, presents plan for review, saves to tasks/plan.md and tasks/todo.md.
/planStarts Manus-style file-based planning: creates task_plan.md, findings.md, progress.md if missing, invokes planning skill, and guides through workflow.
/planInteractively builds Goal, Scope, Metric, and Verify command for an autoresearch run from provided goal description.
/planRestates requirements, assesses risks, creates step-by-step implementation plan with phases, dependencies, complexity estimates, and waits for user confirmation.
/planCaptures user intent via 5 structured questions, creates strategic execution plan, saves to .claude/session-plan.md and session-intent.md for review.
Share bugs, ideas, or general feedback.
Create a comprehensive implementation plan for the following goal.
Goal: {{arguments}}
mkdir -p .claude/omo/{plans,drafts,notepads,handoffs}
Launch the prometheus subagent with this delegation:
TASK: Create a comprehensive implementation plan for: {{arguments}}
EXPECTED OUTCOME: A complete plan in .claude/omo/plans/ with task waves, file references, and acceptance criteria
REQUIRED TOOLS: Read, Glob, Grep, Bash, Write, WebSearch, WebFetch
MUST DO: Interview the user for requirements first. Research the codebase. Write drafts before final plan. Self-review for gaps.
MUST NOT DO: Write any code. Modify any source files. Skip the interview phase for non-trivial tasks.
CONTEXT: This is a fresh planning session. The plan will be executed later via /start-work.
After Prometheus produces a plan, launch the metis subagent (can run in background while you prepare the summary):
TASK: Analyze this plan for hidden requirements, ambiguities, and risks: .claude/omo/plans/{latest-plan}.md
EXPECTED OUTCOME: A structured gap report with CRITICAL/HIGH/MEDIUM findings
REQUIRED TOOLS: Read, Glob, Grep, Bash
MUST DO: Read the full plan. Research the codebase to verify claims. Classify every gap by severity.
MUST NOT DO: Suggest solutions. Modify files. Approve or reject the plan.
CONTEXT: This plan was created by Prometheus. Your findings will be used to improve it.
If Metis found CRITICAL gaps, send them back to Prometheus for revision.
If the user requested validation, launch the momus subagent:
TASK: Validate this plan: .claude/omo/plans/{latest-plan}.md
EXPECTED OUTCOME: APPROVED or REJECTED verdict with clarity score
REQUIRED TOOLS: Read, Glob, Grep
MUST DO: Check files exist, tasks have context, no contradictions, QA is executable.
MUST NOT DO: Rewrite the plan. Block on style preferences.
CONTEXT: Metis gap analysis has already been applied. This is the final validation step.
Summarize the plan and offer options:
/start-work to execute this plan via Atlas"/plan --validate to run Momus validation"Update .claude/omo/boulder.json:
{
"status": "planning",
"current_plan": "plans/{filename}.md"
}