원클릭으로
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