| name | batch-agent-coordinator |
| description | Thin Claude adapter for canonical harness-pipeline over a .spec feature. |
batch-agent-coordinator
Use this adapter only when the user explicitly asks for serial multi-TASK orchestration over an existing .spec/<feature-name> contract.
Required input:
Optional input:
Start Task: <TASK-ID>
Max Review Rounds: <n>
Skip Human Confirm: true|false
Canonical mapping:
harness-pipeline
feature_name: <feature-name>
start_task: <TASK-ID, optional>
max_review_rounds: <n, optional>
skip_human_confirm: <boolean, optional>
Required behavior:
- Read
AGENTS.md.
- Read
.agents/skills/harness-pipeline/SKILL.md.
- Read
.agents/skills/spec-harness/SKILL.md because pipeline delegates single-TASK modes to it.
- Validate the target
.spec/<feature-name>/ preflight before orchestration.
- Let canonical
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.