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.
npx claudepluginhub sswym/oh-my-agent --plugin oh-my-agent与 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: ## 已完成工作 - ... ## 验证 ...
/teamCreates and orchestrates a multi-agent team simulating a company hierarchy (CEO + sub-agents) to collaboratively execute coding tasks with direct messaging, shared task board, and git worktree isolation.
/teamManages Claude Code Agent Teams for multi-agent coordination via shared tasks, messaging, and parallel execution. Supports create, status, wave, review, research, build, clean subcommands.
/teamLists all MyConvergio agents organized by category (Leadership, Technical, etc.). Filters to specific category if [category] provided.
/teamStarts Manus-style team planning by creating shared team_plan.md, team_findings.md, and team_progress.md files, then guides task breakdown, team composition, and parallel agent setup. Checks Agent Teams prerequisite.
/teamLists active team agents with their roles, modules, and current intents. Supports human-readable output and --json for machine-readable format.
/teamTeam and resource management - capacity, skills, workload, burnout, and forecasting
与 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 包含阶段状态和开放的阻塞问题。最终报告格式: