← ClaudeAtlas

tasklisted

Stage ③ Task master orchestrator — 串行 invoke 4 sub per subtask (clarify → code → test → deliver)。 completion gate (harnessed 自有 checkpoint CLI) 在 deliver phase 内 (D-10 orthogonal wrapper)。tdd-gate conditional fire on test sub。schema_version: harnessed.workflow.v3 with delegates_to (4 sub: clarify order 1 conditional + code order 2 + test order 3 conditional + deliver order 4) + disciplines_applied (6 default) + tools_available (8 entry: superpowers-brainstorming + tdd + grill-with-docs + improve-codebase-architecture + diagnose + completion-gate + planning-with-files)。 Triggered by slash command `/task` (bare per ADR 0030 namespace policy D-02 LOCK) after `harnessed setup`.
easyinplay/harnessed · ★ 2 · AI & Automation · score 71
Install: claude install-skill easyinplay/harnessed
# task master orchestrator (v3) ## Overview 4-stage cadence Stage ③ master orchestrator delegating to 4 sequential sub-workflows per subtask (bundled Execute-stage cadence + karpathy 心法 always-on): | order | sub | gate ref | mode | when fires | | ----- | --- | -------- | ---- | ---------- | | 1 | `clarify` | `judgments.subtask-gate.brainstorming.fires` | serial | approaches ≥ 2 / core_algorithm / has_api_contract / error_cost=high | | 2 | `code` | (unconditional — karpathy 心法 always-on + mattpocock conditional route) | serial | always | | 3 | `test` | `judgments.tdd-gate.tdd-strongly-suggested.fires` | serial | 核心业务 / 算法 / 数据处理 / 回归 risk / reliability (6 fires_when OR-chain) | | 4 | `deliver` | (unconditional — completion gate COMPLETE wrapper) | serial | always | Engine runtime spawns 4 sub-workflow phases sequentially via `runMasterOrchestrator` per T3.5.W0.1 — clarify → code → test → deliver。K9 invariant enforced: every serial mode delegate carries explicit `order`。Each subtask 入口走一次此 master orchestrator。 ## completion gate orthogonal wrapper (D-10) 完成闸门是正交 wrapper, 套在 deliver sub 的 01-deliver phase 外层保 completion-promise verbatim "COMPLETE" (R20.10)。任何执行单元 (subagent / team / 主 session) 都可外层套它 保 completion-promise (bundled subagent vs Agent Teams routing — orthogonal wrapper rule). 它是 harnessed 自有的 CLI,不是上游 plugin (ADR 0039,4.36.0 摘除 `/ralph-loop` 依赖): `harnessed checkpoint complete <sub> --result-file <path>` 对产物 / TDD boundary / verbatim `<promise>COMPLETE</promis