From oh-my-agent
Runs complete oma phased team pipeline for complex tasks: delegates planning/PRD/execution/verification/fixing to agents iteratively until verified. Produces merged lifecycle report.
How this command is triggered — by the user, by Claude, or both
Slash command
/oh-my-agent:teamThe summary Claude sees in its command listing — used to decide when to auto-load this command
与 oma 智能体协调请求。 任务: $ARGUMENTS 执行协议(分阶段): 1. `team-plan`:将分解委派给 `oma-planner`,将架构检查委派给 `oma-architect`。 2. `team-prd`:将范围锁定和验收标准委派给 `oma-product`。 3. `team-exec`:将实现片段委派给 `oma-executor`。 4. `team-verify`:将验证委派给 `oma-reviewer` 和 `oma-verifier`。 5. `team-fix`:如果验证失败,将根因分析和补丁委派给 `oma-debugger` + `oma-executor`。 6. 重复步骤 3-5 直到验收标准通过或阻塞问题明确。 7. 返回一个合并的生命周期报告。 状态处理: - 如果文件系统工具可用,更新 `.oma/state/workflow.md` 包含阶段状态和开放的阻塞问题。 - 保持验证证据简洁(测试、检查、推理)。 最终报告格式: ## 管道摘要 - 活动模式: - 当前阶段: - 完成状态: ## 团队计划 - ... ## 阶段结果 - team-plan: - team-prd: - team-exec: - team-verify: - team-fix: ## 已完成工作 - ... ## 验证 ...
与 oma 智能体协调请求。
任务: $ARGUMENTS
执行协议(分阶段):
team-plan:将分解委派给 oma-planner,将架构检查委派给 oma-architect。team-prd:将范围锁定和验收标准委派给 oma-product。team-exec:将实现片段委派给 oma-executor。team-verify:将验证委派给 oma-reviewer 和 oma-verifier。team-fix:如果验证失败,将根因分析和补丁委派给 oma-debugger + oma-executor。状态处理:
.oma/state/workflow.md 包含阶段状态和开放的阻塞问题。最终报告格式:
npx claudepluginhub sswym/oh-my-agent --plugin oh-my-agent/delegateOrchestrates complex tasks: decomposes into agent waves/tasks, plans execution, awaits user approval, then executes via subagents or teams.
/launchGuided interactive setup to launch an agent team using the Swarm plugin. Walks through pre-flight checks, configuration, role selection, briefing, and team creation.
/team-devExecutes implementation plans in parallel using coordinated agent teams, enforcing quality gates for reliable execution.
/agency-runOrchestrates a coordinated team of agents from .claude/agents/ to complete a task end-to-end. Supports FULL, QUICK, and HOTFIX sprint modes.
/orchestrateOrchestrates parallel task execution via Agent Teams API, parsing prompt_plan.md tasks, analyzing dependencies, and coordinating across Node.js, Python, Rust, Go, .NET projects.
/team-executeExecutes a large PRD using parallel Claude Code agent teams with shared task lists, spawning epic owners and reviewer for isolated worktrees and PR creation.