用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/deathrashed/agents --skill team命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | team |
| description | Run OmA's full team lifecycle with optional dynamic team assembly and verify/fix loops. |
Coordinate the request with OmA agents.
Task: $ARGUMENTS
Execution protocol (staged):
team-assemble first..omg/state/session-lock.json, then load .omg/state/workspace.json and .omg/state/reasoning.json when available.team-plan: Delegate decomposition to oma-planner and architecture checks to oma-architect, including lane-health and isolation risks.team-prd: Delegate scope lock and acceptance criteria to oma-product.taskboard: Sync compact task ledger before first implementation slice (priority-aware with null-safe default p2).team-exec: Delegate implementation slices to oma-executor with explicit lane/subagent context and terse success reporting.team-verify: Delegate validation to oma-reviewer and oma-verifier (include anti-slop quality check plus lane/handoff evidence).team-fix: If verification fails, delegate root-cause and patches to oma-debugger + oma-executor.State handling:
.omg/state/session-lock.json may update shared workflow artifacts..omg/state/workflow.md, .omg/state/taskboard.md, or .omg/state/workspace.json; write session-local drafts under .omg/state/sessions/[session-slug]/ and report merge needs..omg/state/workflow.md with stage status and open blockers..omg/state/taskboard.md as the compact source of truth for ready, blocked, done, and verified tasks only for the lock-owning orchestration session.p0 -> p3) + task-id tie-breaker..omg/state/workspace.json as the compact source of truth for lane ownership, cleanliness, trust, and handoff readiness only for the lock-owning orchestration session..omg/state/team-assembly.md.Final report format:
Pipeline Summary, Team Assembly, Critical Path Status, Stage Results, Work Completed, Validation, and Open Items.