원클릭으로
batch-agent-coordinator
Thin Claude adapter for canonical harness-pipeline over a .spec feature.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Thin Claude adapter for canonical harness-pipeline over a .spec feature.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | batch-agent-coordinator |
| description | Thin Claude adapter for canonical harness-pipeline over a .spec feature. |
Use this adapter only when the user explicitly asks for serial multi-TASK orchestration over an existing .spec/<feature-name> contract.
Required input:
Feature: <feature-name>Optional input:
Start Task: <TASK-ID>Max Review Rounds: <n>Skip Human Confirm: true|falseCanonical mapping:
harness-pipeline
feature_name: <feature-name>
start_task: <TASK-ID, optional>
max_review_rounds: <n, optional>
skip_human_confirm: <boolean, optional>
Required behavior:
AGENTS.md..agents/skills/harness-pipeline/SKILL.md..agents/skills/spec-harness/SKILL.md because pipeline delegates single-TASK modes to it..spec/<feature-name>/ preflight before orchestration.harness-pipeline own TASK ordering, review/fix rounds, runtime state, evidence, completion rules, and final summary.Do not redefine the TASK loop, review verdict, repair limit, branch policy, merge behavior, or pipeline state transitions in this adapter.
Use this skill to create SPEC + SDD documents from a feature prompt, generate TASK + Harness files, and then verify, execute, review, and repair one TASK at a time under .spec/<feature-name>.
自动串行执行某个功能点下所有 TASK:对每个 TASK 按 implement-task → self-review → fix-check-failures 循环驱动,直至全部完成或人工打断。依赖 spec-harness 的四模式定义。
Thin Claude adapter for spec-harness fix-check-failures on one .spec feature TASK.
Thin Claude adapter for read-only spec-harness self-review on one .spec feature TASK.
Thin Claude adapter for spec-harness implement-task on one .spec feature TASK.