dispatching-parallel-agents
Use when multiple frozen subtasks have non-overlapping write sets and can be implemented or reviewed in parallel.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when multiple frozen subtasks have non-overlapping write sets and can be implemented or reviewed in parallel.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when an agent needs the shared best-copilot contract for source priority, runtime adapters, init gates, work modes, dispatch packets, review, verification, memory, spec, state persistence, or closeout.
Use inside repo-init-scan after the official stage whenever scaffold verification, bounded repair, or `best-copilot.md` rewrite is still needed.
Use when coordinating large, ambiguous, cross-module, multi-agent, planning, dispatch, fan-in, closeout, or workflow-evolution work as the Senior Project Expert.
Use when maintaining requirements, design, tasks, ADRs, execution-plan state, closeout records, or memory/spec recovery as the Specification Writer.
Use when an approved tasks.md from a Spec Bundle, or a compact approved small-work plan, should be executed by fresh-context specialist subagents, with each task receiving implementation, spec-compliance review, code-quality review, and verification before closure. DO NOT USE FOR: missing plans, brainstorming, or simple single-file edits.
Create the target repository's local spec skeleton and reusable requirements/design/tasks templates. Use from repo-init-scan during first substantial plugin use, or from spec-writing flows when `spec/INDEX.md` or `spec/templates` is missing. Do not overwrite active project specs.
| name | dispatching-parallel-agents |
| description | Use when multiple frozen subtasks have non-overlapping write sets and can be implemented or reviewed in parallel. |
Each parallel subtask uses the six-block PM dispatch packet from core-workflow-contract. At minimum include:
task_intent: goal, task_type, work_modefrozen_scope: files_involved, write_set, dependencies, owner_lane, reviewer_lanes, review_package_ref, diff_refexecution_contract: assumptions, tradeoffs, simpler_option_considered, constraints, acceptance_checks, verification_budget, model_policy, model_cost_boundary, cost_boundary, reviewer_input_boundary, reviewer_permission_boundary, forbidden_approaches, read_before_write_targets when code edits are plannedoutput_contract: required skills, required_artifactsAdd sub_task_id for fan-in tracking.
owner_lane, reviewer_lane, permission_mode, write_set, review_package_ref or diff_ref, model_policy, and model_cost_boundary.model_policy and model_cost_boundary.enforcement.Adjudicate fan-in using the priority order from core-workflow-contract Fan-In Arbitration. Accept only structured handbacks with the required fields. Merge results by dependency order. Re-run integration verification after combining parallel work.