Help us improve
Share bugs, ideas, or general feedback.
From oh-my-agent
Runs autonomous multi-stage execution loops (team-plan, exec-verify-fix cycles) for complex tasks until acceptance criteria pass, blocker hit, or max loops. Tracks progress via checkpoints.
npx claudepluginhub sswym/oh-my-agent --plugin oh-my-agentHow this skill is triggered — by the user, by Claude, or both
Slash command
/oh-my-agent:autopilotThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
使用此技能在复杂任务上保持动力,而无需每轮手动提示阶段。
Orchestrates multi-phase projects by dispatching isolated phase-agents for planning, execution, verification, integration, and review. Tracks state and chains artifacts; use after approving specs with 2+ phases.
Executes implementation plans from plan.md files via Superpower Loop phases: task creation, batch execution with verification, git commits. Use after plan ready or on 'execute the plan'.
Coordinates sub-agents through OMA phases (plan -> PRD -> exec -> verify -> fix) for complex deliveries spanning architecture, implementation, verification, and multiple milestones.
Share bugs, ideas, or general feedback.
使用此技能在复杂任务上保持动力,而无需每轮手动提示阶段。
team-plan 和 team-prd 开始。team-exec -> team-verify -> team-fix。.oma/state/config.json 读取(loopLimits.autopilot 或 loopLimits.default),如果未配置则回退到 5。$cancel 或 /oma:stop 进行优雅停止。## 模式
- autopilot
## 循环板
| 循环 | 结果 | 剩余待办 | 阻塞 |
| --- | --- | --- | --- |
## 完成
- ...
## 后续操作
- ...