一键导入
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 职业分类
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.
| 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.