一键导入
multi-agent-orchestration
Activate this skill when delegating tasks, defining subagents, or orchestrating parallel agentic workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Activate this skill when delegating tasks, defining subagents, or orchestrating parallel agentic workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Activate this skill when writing or refactoring microservice and SDK javascript/typescript source files.
Activate this skill before opening pull requests, modifying production configurations, or executing deployment and destructive commands to ensure proper human-in-the-loop verification.
Activate this skill when beginning complex tasks, proposing architectural changes, or modifying codebase files to ensure proper planning and predictive failure analysis.
Activate this skill when making tool calls, interacting with the terminal, or invoking GitHub APIs to ensure strict ReAct patterns are followed.
Activate this skill after implementing code changes to verify, review, and update markdown documentation and timestamps.
Activate this skill when verifying changes, running E2E tests, or checking DoD requirements before PR creation.
| name | multi-agent-orchestration |
| description | Activate this skill when delegating tasks, defining subagents, or orchestrating parallel agentic workflows. |
To improve efficiency and prevent the primary developer agent from becoming a bottleneck, workflows should utilize specialized subagents for concurrent execution.
When delegating tasks, use the define_subagent and invoke_subagent tools to create and manage the following profiles:
Codebase Researcher:
grep_search and view_file to collect context, read documentation, and summarize architectural patterns.Test Specialist:
Vitest coverage commands, and ensures the strict 45% coverage gate is met independently of feature development.Documentation Auditor:
append_timestamps.py or check_docs_review.py scripts), and formats documentation.The AI agent MUST adhere to the following Active Structural Constraints when managing multi-agent pipelines:
invoke_subagent to spawn the appropriate profile (Codebase Researcher, Test Specialist, or Documentation Auditor), assign them a clear objective, and END your turn. You are FORBIDDEN from performing these specialized tasks sequentially if they can be delegated.When implementing sequential multi-agent pipelines (where agents operate one after another), the AI agent MUST adhere to the following Active Structural Constraints:
implementation_plan.md or research_notes.md) as input context to the next subagent in the sequence.Workspace="share" or Workspace="inherit" during invocation to ensure they can access and modify the previous agent's file system changes.Last Updated: 2026-07-22 | Last Reviewed: 2026-07-22