From oh-my-agent
Generates HUD-style status report summarizing repo progress, pipeline stages, risks, and 1-3 next actions with configurable visibility.
npx claudepluginhub sswym/oh-my-agent --plugin oh-my-agent为当前项目创建带有可视化 HUD 快照的 oma 状态报告。 用户上下文: $ARGUMENTS 检查清单: 1. 检查当前仓库状态和已更改的文件。 2. 从上下文或 `.oma/state/mode.json`(如果可用)中检测活动模式(`balanced/speed/deep/autopilot/ralph/ultrawork`)。 3. 从 `.oma/state/hud.json`(如果可用)中检测 HUD 可见性配置文件(`normal`、`compact`、`hidden`)。 4. 按管道阶段(`team-plan`、`team-prd`、`team-exec`、`team-verify`、`team-fix`)总结已完成工作与剩余工作。 5. 识别阻塞问题和风险区域。 6. 提出接下来的 1-3 个具体操作。 HUD 策略: - `normal`:包括完整的 HUD 行加上完整的快照/风险/操作部分。 - `compact`:包括单行 HUD 加上简洁的项目符号。 - `hidden`:跳过可视化 HUD 代码块,仅提供纯文本部分。 如果未找到 HUD 配置文件,默认为 `normal`。 输出格式: ## HUD - 可见性: (如果可见性为 `hidden`,打印 `- 已禁用(隐藏配置文件)` 并省略代码块。) ## 快照 - 活动模式: ...
/statusDisplay Conductor project status including overall progress, active tracks summary, and next actions. Optional [track-id] [--detailed] for per-track task details and blockers.
/statusDisplays compact planning status from task_plan.md: current phase and progress, phase list with icons, error count, and planning file checks.
/statusShows active and recent Codex jobs for this repository in a compact Markdown table, including review-gate status. Pass job ID for full details; supports --wait, --timeout-ms, --all.
/statusDisplays current design system state from .interface-design/system.md including direction, foundation, depth, tokens, patterns, and last updated time. Suggests setup options if no system found.
/statusDisplays status of tasks in the orchestration system, including summaries, distributions, detailed views, timelines, and velocity reports with filters for date, status, agent, priority, and type.
/statusDisplays status of tasks in the orchestration system, including summaries, distributions, detailed views, timelines, and velocity reports with filters for date, status, agent, priority, and type.
为当前项目创建带有可视化 HUD 快照的 oma 状态报告。
用户上下文: $ARGUMENTS
检查清单:
.oma/state/mode.json(如果可用)中检测活动模式(balanced/speed/deep/autopilot/ralph/ultrawork)。.oma/state/hud.json(如果可用)中检测 HUD 可见性配置文件(normal、compact、hidden)。team-plan、team-prd、team-exec、team-verify、team-fix)总结已完成工作与剩余工作。HUD 策略:
normal:包括完整的 HUD 行加上完整的快照/风险/操作部分。compact:包括单行 HUD 加上简洁的项目符号。hidden:跳过可视化 HUD 代码块,仅提供纯文本部分。如果未找到 HUD 配置文件,默认为 normal。
输出格式:
[oma][MODE <mode>][STAGE <stage>][TASKS <done>/<total>][RISKS <count>][NEXT <next-command>]
(如果可见性为 hidden,打印 - 已禁用(隐藏配置文件) 并省略代码块。)