Help us improve
Share bugs, ideas, or general feedback.
From oh-my-agent
Runs autonomous autopilot mode: iterates team-exec -> team-verify -> team-fix loops until acceptance criteria pass or blocked, producing loop tables, status, and checkpoints.
npx claudepluginhub sswym/oh-my-agent --plugin oh-my-agentHow this command is triggered — by the user, by Claude, or both
Slash command
/oh-my-agent:autopilotThe summary Claude sees in its command listing — used to decide when to auto-load this command
运行 oma `autopilot` 模式。 目标: $ARGUMENTS 自动执行协议: 1. 从 `team-plan` 和 `team-prd` 开始。 2. 执行 `team-exec -> team-verify -> team-fix` 的迭代循环。 3. 在每个循环后,评估完成标准和阻塞状态。 4. 当所有验收标准通过、被阻塞或达到最大循环次数时停止。 5. 最大循环次数:从 `.oma/state/config.json` 读取(`loopLimits.autopilot` 或 `loopLimits.default`),如果未配置则回退到 5。 状态处理: - 如果文件系统工具可用,更新 `.oma/state/workflow.md` 和 `.oma/state/checkpoint.md`。 - 在状态摘要中包含模式和循环计数。 输出格式: ## 模式 - autopilot - 最大循环次数: ## 循环板 | 循环 | 阶段结果 | 剩余待办 | 阻塞 | | --- | --- | --- | --- | ## 完成状态 - 完成标准: - 状态: ## 后续操作 - ...
/fire-autonomousAutonomously plans, executes, verifies, and advances through project build phases after PRD completion, with configurable phase range and retry limits.
/autopilotExecutes autonomous phase loop: chains planning, execution, verification, review of code changes; pauses at human decisions; offers PR after final review.
/autoActivates autonomous PLAN-ACT-EVAL iteration cycle using TDD workflow until zero critical/high issues achieved, then outputs success summary or suggestions.
/iterateRuns autonomous iteration loop: reads memory-bank/progress.md, selects next task via full/lite mode, executes with PM/Lead/Designer/Dev/QA roles or Dev/Verify/Commit, verifies, commits, updates progress, loops immediately to next.
/pm-autoRuns autonomous execution loop on project tasks until completion, all blocked, budget reached, or human review triggered. Supports --budget-tasks, --budget-minutes, --serial, --pause-on-epic flags.
/autopilotRuns autonomous session-orchestration loops with kill-switches, configurable via flags like --headless, --max-sessions, --max-hours. Delegates to autopilot skill.
Share bugs, ideas, or general feedback.
运行 oma autopilot 模式。
目标: $ARGUMENTS
自动执行协议:
team-plan 和 team-prd 开始。team-exec -> team-verify -> team-fix 的迭代循环。.oma/state/config.json 读取(loopLimits.autopilot 或 loopLimits.default),如果未配置则回退到 5。状态处理:
.oma/state/workflow.md 和 .oma/state/checkpoint.md。输出格式:
| 循环 | 阶段结果 | 剩余待办 | 阻塞 |
|---|