ワンクリックで
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.