auto

Solid

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`.

AI & Automation 2 stars 1 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 78/100

Stars 20%
16
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# 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>/...

Details

Author
easyinplay
Repository
easyinplay/harnessed
Created
2 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

plan

Stage ② Plan master orchestrator — 串行 invoke 2 sub (architecture conditional → phase always)。 复杂架构 gstack /plan-eng-review 锁定架构后再 GSD /gsd-plan-phase + planning-with-files 持久化 task_plan.md。schema_version: harnessed.workflow.v3 with delegates_to (2 sub: architecture serial order 1 + phase serial order 2) + disciplines_applied (6 default) + tools_available (planning-with-files + plan-eng-review + gsd-plan-phase)。 Triggered by slash command `/plan` (bare per ADR 0030 namespace policy D-02 LOCK) after `harnessed setup`.

2 Updated today
easyinplay
AI & Automation Solid

discuss

Stage ① Discuss master orchestrator — 3 sub-workflow parallel gate-eval (chain-isolation 铁律)。 战略层 / Phase 层 / 子任务层独立判断 gate, 可能 3 个全跑 / 1-2 个 / 全跳 + 透明声明。 schema_version: harnessed.workflow.v3 with delegates_to (3 sub: strategic + phase + subtask, mode parallel) + disciplines_applied (6 default) + tools_available (planning-with-files)。 Triggered by slash command `/discuss` (bare per ADR 0030 namespace policy D-02 LOCK) after `harnessed setup`.

2 Updated today
easyinplay
AI & Automation Solid

task

Stage ③ Task master orchestrator — 串行 invoke 4 sub per subtask (clarify → code → test → deliver)。 ralph-loop COMPLETE wrapper 在 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 + ralph-loop + planning-with-files)。 Triggered by slash command `/task` (bare per ADR 0030 namespace policy D-02 LOCK) after `harnessed setup`.

2 Updated today
easyinplay