From oh-my-agent
Implements approved plan segments: confirms scope from team-prd, delegates to oma-executor, logs file changes with reasons in table, adds checks/tests, outputs verification signals for team-verify.
How this command is triggered — by the user, by Claude, or both
Slash command
/oh-my-agent:team-execThe summary Claude sees in its command listing — used to decide when to auto-load this command
运行 oma `team-exec`。 任务: $ARGUMENTS 协议: 1. 从 `team-prd` 确认当前接受的范围。 2. 将实现委派给 `oma-executor`。 3. 保持每个执行片段小且可审查。 4. 记录更改的文件和理由。 5. 包含为此片段执行的检查/测试。 输出格式: ## 阶段 - team-exec ## 范围片段 - ... ## 实现日志 | 更改 | 文件 | 原因 | | --- | --- | --- | ## 验证信号 - ... ## 准备进入 team-verify - ...
运行 oma team-exec。
任务: $ARGUMENTS
协议:
team-prd 确认当前接受的范围。oma-executor。输出格式:
| 更改 | 文件 | 原因 |
|---|
npx claudepluginhub sswym/oh-my-agent --plugin oh-my-agent/implementImplements changes from a provided plan file or reference, executing phases sequentially with file reads, verification, progress tracking via checkboxes, and mismatch handling.
/implement_planImplements approved technical plans from ./thoughts/shared/plans directory via phases with automated verification, manual pauses, and progress tracking.
/executeExecutes implementation plans systematically: loads plan, runs tasks in dependency order with checkpoints, validates against criteria, tracks progress, and reports metrics. Supports --task, --resume, --phase options.
/implementExecutes a technical implementation plan phase by phase with verification at each step. Supports autonomous mode, subagent-driven development, and checkpoint-based resume.
/executeExecutes an approved plan from the .first-plan directory, running pre-flight checks, snapshotting state, confirming assumptions, and applying steps in order. Supports --dry-run for simulation and pauses on plan invalidation.
/SKILLExecutes implementation plans from a specified or auto-detected folder using Superpower Loop, agent teams for task creation, parallel batch execution, verification, and git commits.