From oh-my-agent
Generates HUD-style status report summarizing repo progress, pipeline stages, risks, and 1-3 next actions with configurable visibility.
How this command is triggered — by the user, by Claude, or both
Slash command
/oh-my-agent:statusThe summary Claude sees in its command listing — used to decide when to auto-load this command
为当前项目创建带有可视化 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`,打印 `- 已禁用(隐藏配置文件)` 并省略代码块。) ## 快照 - 活动模式: ...
为当前项目创建带有可视化 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,打印 - 已禁用(隐藏配置文件) 并省略代码块。)
npx claudepluginhub sswym/oh-my-agent --plugin oh-my-agent/briefGenerates a concise visual briefing on project state, progress, key decisions, blockers, and next steps from git status, specs, tasks, and context.
/statusDisplays unified project dashboard showing plan progress from docs/PLAN.md, active tasks, git branch, uncommitted changes, and recent commits.
/statusAnalyzes PROJECT.md goals against git history and session logs, displays visual progress bars, feature status, and GenAI strategic recommendations.
/project-statusGenerates intelligent project status overview with progress metrics, blockers, risks, visualizations, predictions, recommendations, and historical context. Supports focus arguments like sprint, blocked, team.
/statusDisplays Conductor project status: verifies setup, summarizes track progress with task counts and percentages, and shows git branch/changes.
/fire-dashboardDisplays a visual project dashboard showing current phase, milestone progress, breath execution, and validation status from .planning state files. Supports compact, watch, and JSON output modes.