← ClaudeAtlas

autolisted

Super-master orchestrator — 一行命令跑完整 6-stage feature 开发流 (research conditional → discuss → plan → task → verify → retro mandatory), 适合 trivial / well-defined feature OR 你 想 hands-off。每 stage 内部仍 fan-out sub-workflow per 现有 stage-master orchestrator pattern。 v3.2.0 强化:Phase 0 AI 1-shot complexity assessment + Phase 0.5 understanding check prompt + Phase 5 `/retro` mandatory。 schema_version: harnessed.workflow.v3 with delegates_to (6 sub: research conditional order 0 + 4 stage-master order 1-4 + retro mandatory order 5) + disciplines_applied (6 default) + tools_available (agent-teams-create + planning-with-files)。Fail-fast default; opt-in `--staged` flag 重现 stage gate UX (每 stage 完停 user review)。 Triggered by slash command `/auto` (bare per ADR 0030 namespace policy D-02 LOCK) after `harnessed setup`.
easyinplay/harnessed · ★ 2 · AI & Automation · score 78
Install: claude install-skill easyinplay/harnessed
# auto super-master orchestrator (v3.2.0 enhanced) ## Overview v3.2.0 NEW — 6-stage cadence (research conditional → discuss → plan → task → verify → retro mandatory), sister 4 stage-master `/discuss /plan /task /verify` 独立 invoke 仍 work; `/auto` 是 opt-in 一行命令 chain。 | order | sub | gate ref | mode | when fires | | ----- | --- | -------- | ---- | ---------- | | 0 | `research` | `judgments.stage-routing.auto-research-unclear.fires` | serial | user_understanding_unclear == true (Phase 0.5 prompt n) | | 1 | `discuss` | (unconditional — 4-stage chain 起点) | serial | always | | 2 | `plan` | (unconditional — stage 2) | serial | always | | 3 | `task` | (unconditional — stage 3) | serial | always | | 4 | `verify` | (unconditional — stage 4 收尾) | serial | always | | 5 | `retro` | (unconditional — auto mode mandatory) | serial | always | Engine runtime spawns 6 sub workflow.yaml via `runMasterOrchestrator` per T3.5.W0.1 — recursive 一层抽象 (super-master → stage-master OR standalone → sub-workflow): - top-level invoke `/auto` → load `workflows/auto/workflow.yaml` → runAutoPreFlight hook - pre-flight Phase 0: `assessComplexity(taskDescription)` → small/medium auto continue; large → prompt user 切 `--staged` (y) OR abort 建议手动 (n) - pre-flight Phase 0.5: `promptUserUnderstanding()` → y skip research; n set `user_understanding_unclear = true` 进 ctx → research gate fires - spawn order 0: `workflows/research/workflow.yaml` (if gate fires) - spawn order 1-4: 4 stage-master `workflows/<sub>/