一键导入
ralplan
Consensus planning with Planner/Architect/Critic iterative loop. Activate when user says: ralplan, consensus plan, consensus planning.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Consensus planning with Planner/Architect/Critic iterative loop. Activate when user says: ralplan, consensus plan, consensus planning.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Route multi-perspective questions through OMG's existing CCG-style analysis workflow. Activate when: ask, multi-model ask, ask models, compare model opinions.
Stateful research improvement loop with evaluator gates and decision logs. Activate when: autoresearch, research loop, improve research, evaluate research.
Guide configuration of notification integrations and status alerts. Activate when: configure notifications, notifications setup, alert me, Telegram, Discord, Slack.
Generate or refresh hierarchical repository guidance files for agents. Activate when: deepinit, repo init docs, initialize agent docs, create AGENTS guidance.
Gather external documentation context through focused, bounded research passes. Activate when: external context, docs research, external docs, look up docs.
Guide use of OMG's VS Code StatusBar and TreeView workflow status surfaces. Activate when: hud, status display, workflow dashboard, show OMG status.
| name | ralplan |
| description | Consensus planning with Planner/Architect/Critic iterative loop. Activate when user says: ralplan, consensus plan, consensus planning. |
| argument-hint | [--deliberate] <task description> |
Shorthand for /plan --consensus. Triggers iterative planning with Planner, Architect, and Critic agents until consensus is reached.
--deliberate: Forces deliberate mode for high-risk work. Adds pre-mortem (3 scenarios) and expanded test planning.MANDATORY: Use vscode_askQuestions at every decision gate in this skill (when available).
If vscode_askQuestions is NOT available (e.g., Copilot CLI), present numbered options in markdown and ask the user to respond with a number or freeform text.
| Trigger Point | Question Type |
|---|---|
| Options presentation | Present viable options with pros/cons for user selection |
| Architect concerns | Surface architectural trade-offs for user decision |
| Critic rejection | Show rejection reasons, ask user for direction |
| Consensus reached | Final plan approval before execution |
--deliberate pre-mortem | Present risk scenarios for user prioritization |
vscode_askQuestions when options have significant trade-offs:
header: "ralplan-options"
question: "Planner identified [N] viable approaches. Select preferred direction:"
options: [
{ label: "Option A: [name]", description: "Pros: X, Y. Cons: Z" },
{ label: "Option B: [name]", description: "Pros: A, B. Cons: C" },
{ label: "Let agents decide based on technical merit", recommended: true }
]
allowFreeformInput: true
header: "ralplan-critic-feedback"
question: "Critic identified [N] issues: [summary]. How to proceed?"
options: [
{ label: "Address all issues", recommended: true },
{ label: "Address critical issues only, skip minor" },
{ label: "Override — I accept the trade-offs" },
{ label: "Restart with different constraints" }
]
vscode_askQuestions:
header: "ralplan-approval"
question: "Consensus reached after [N] iterations. Execute?"
options: [
{ label: "Execute with team (parallel)", recommended: true },
{ label: "Execute with ralph (sequential + verification)" },
{ label: "Execute with omg-autopilot (full pipeline)" },
{ label: "Save plan — don't execute yet" }
]
When --deliberate is active, add:
Vague execution requests (e.g., "ralph improve the app") are redirected through ralplan first to ensure explicit scope, testable criteria, and multi-agent consensus.
Passes gate (specific enough): prompts with file paths, function names, issue numbers, numbered steps, or acceptance criteria.
Gated (needs scoping): prompts with only vague descriptions and no concrete anchors.
/team (parallel agents, recommended) or /ralph (sequential with verification)