maestro-flow 0.3.7 → 0.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (254) hide show
  1. package/.claude/commands/learn-decompose.md +3 -3
  2. package/.claude/commands/learn-follow.md +5 -5
  3. package/.claude/commands/learn-investigate.md +3 -3
  4. package/.claude/commands/learn-retro.md +303 -0
  5. package/.claude/commands/learn-second-opinion.md +3 -3
  6. package/.claude/commands/maestro-analyze.md +123 -99
  7. package/.claude/commands/maestro-brainstorm.md +2 -2
  8. package/.claude/commands/maestro-execute.md +137 -96
  9. package/.claude/commands/maestro-fork.md +111 -0
  10. package/.claude/commands/maestro-init.md +6 -6
  11. package/.claude/commands/maestro-learn.md +74 -298
  12. package/.claude/commands/maestro-merge.md +77 -0
  13. package/.claude/commands/maestro-milestone-audit.md +72 -60
  14. package/.claude/commands/maestro-milestone-complete.md +67 -59
  15. package/.claude/commands/maestro-milestone-release.md +6 -6
  16. package/.claude/commands/maestro-plan.md +151 -130
  17. package/.claude/commands/maestro-quick.md +4 -4
  18. package/.claude/commands/maestro-roadmap.md +5 -5
  19. package/.claude/commands/maestro-spec-generate.md +5 -5
  20. package/.claude/commands/maestro-ui-design.md +3 -3
  21. package/.claude/commands/maestro-verify.md +106 -87
  22. package/.claude/commands/maestro.md +10 -4
  23. package/.claude/commands/manage-codebase-rebuild.md +4 -4
  24. package/.claude/commands/manage-codebase-refresh.md +1 -1
  25. package/.claude/commands/manage-harvest.md +5 -5
  26. package/.claude/commands/manage-issue-discover.md +1 -1
  27. package/.claude/commands/manage-issue-execute.md +6 -6
  28. package/.claude/commands/manage-issue.md +6 -6
  29. package/.claude/commands/manage-learn.md +23 -17
  30. package/.claude/commands/manage-memory-capture.md +15 -17
  31. package/.claude/commands/manage-memory.md +3 -3
  32. package/.claude/commands/manage-status.md +24 -24
  33. package/.claude/commands/quality-business-test.md +5 -5
  34. package/.claude/commands/quality-debug.md +4 -4
  35. package/.claude/commands/quality-integration-test.md +4 -4
  36. package/.claude/commands/quality-refactor.md +3 -3
  37. package/.claude/commands/quality-retrospective.md +7 -7
  38. package/.claude/commands/quality-review.md +4 -4
  39. package/.claude/commands/quality-sync.md +3 -3
  40. package/.claude/commands/quality-test-gen.md +4 -4
  41. package/.claude/commands/quality-test.md +9 -9
  42. package/.claude/commands/spec-add.md +2 -2
  43. package/.claude/commands/spec-load.md +8 -3
  44. package/.claude/commands/spec-setup.md +5 -5
  45. package/.claude/commands/wiki-connect.md +3 -3
  46. package/.claude/commands/wiki-digest.md +30 -5
  47. package/.codex/skills/maestro-analyze/SKILL.md +52 -14
  48. package/.codex/skills/maestro-execute/SKILL.md +27 -26
  49. package/.codex/skills/maestro-milestone-audit/SKILL.md +103 -209
  50. package/.codex/skills/maestro-milestone-complete/SKILL.md +149 -158
  51. package/.codex/skills/maestro-plan/SKILL.md +47 -17
  52. package/.codex/skills/maestro-roadmap/SKILL.md +3 -2
  53. package/.codex/skills/team-coordinate/roles/coordinator/commands/monitor.md +2 -2
  54. package/.codex/skills/team-executor/roles/executor/commands/monitor.md +1 -1
  55. package/.codex/skills/team-lifecycle-v4/roles/coordinator/commands/monitor.md +2 -2
  56. package/.codex/skills/team-lifecycle-v4/specs/knowledge-transfer.md +2 -2
  57. package/.codex/skills/team-quality-assurance/roles/coordinator/commands/monitor.md +1 -1
  58. package/.codex/skills/team-review/roles/coordinator/commands/monitor.md +1 -1
  59. package/.codex/skills/team-tech-debt/roles/coordinator/commands/monitor.md +1 -1
  60. package/.codex/skills/team-testing/roles/coordinator/commands/monitor.md +1 -1
  61. package/README.md +115 -227
  62. package/README.zh-CN.md +169 -187
  63. package/bin/maestro-mcp.js +1 -1
  64. package/chains/_intent-map.json +21 -9
  65. package/chains/_router.json +30 -77
  66. package/chains/brainstorm-driven.json +17 -6
  67. package/chains/full-lifecycle.json +22 -23
  68. package/chains/milestone-close.json +20 -7
  69. package/chains/milestone-fork-merge.json +50 -0
  70. package/chains/roadmap-driven.json +17 -6
  71. package/chains/spec-driven.json +17 -6
  72. package/dashboard/dist/assets/{ArtifactsPage-A9yzYtpj.js → ArtifactsPage-DZNCi6tn.js} +12 -7
  73. package/dashboard/dist/assets/ChatInput-Bvr-FeEq.js +49 -0
  74. package/dashboard/dist/assets/ChatPage-D9zTkJZo.js +22 -0
  75. package/dashboard/dist/assets/CollabPage-B4NAHXS2.js +1 -0
  76. package/dashboard/dist/assets/ExecutionPanel-CFt4LJyq.js +1 -0
  77. package/dashboard/dist/assets/KanbanPage-C8USth6H.js +21 -0
  78. package/dashboard/dist/assets/{MarkdownRenderer-CCXHaut3.js → MarkdownRenderer-X4af_WNb.js} +1 -1
  79. package/dashboard/dist/assets/McpPage-BKfCVIyU.js +21 -0
  80. package/dashboard/dist/assets/OutputPanel-BlBQFJSW.js +1 -0
  81. package/dashboard/dist/assets/ProblemsPanel-De3DLvoI.js +1 -0
  82. package/dashboard/dist/assets/{RequirementBoardPage-CEOvppGn.js → RequirementBoardPage-Bf1trzqs.js} +2 -2
  83. package/dashboard/dist/assets/{RequirementPage-DpnbTEqY.js → RequirementPage-Bllxe2XI.js} +10 -5
  84. package/dashboard/dist/assets/{SpecsPage-CYqOfFkB.js → SpecsPage-9lwxKT27.js} +2 -2
  85. package/dashboard/dist/assets/{SupervisorPage-B2sZwkq8.js → SupervisorPage-SusdfHFq.js} +1 -1
  86. package/dashboard/dist/assets/{TeamsPage-CkZdCAVZ.js → TeamsPage-DsuM6OwC.js} +2 -2
  87. package/dashboard/dist/assets/TreeBrowser-Q12qobZs.js +6 -0
  88. package/dashboard/dist/assets/WorkflowPage-D_Fzdy3_.js +6 -0
  89. package/dashboard/dist/assets/{arrow-left-6fktHyjN.js → arrow-left-Bqtb2hle.js} +1 -1
  90. package/dashboard/dist/assets/{check-Cbxq2l1-.js → check-u6fGOwQO.js} +1 -1
  91. package/dashboard/dist/assets/{chevron-right-Yts3bi8p.js → chevron-right-Csu22t58.js} +1 -1
  92. package/dashboard/dist/assets/{circle-4Ci4Xolf.js → circle-CMrkbRNg.js} +1 -1
  93. package/dashboard/dist/assets/{circle-alert-B25g9BTL.js → circle-alert-c3tH1P4z.js} +1 -1
  94. package/dashboard/dist/assets/{circle-check-big-DzO2BlL7.js → circle-check-big-TDSeWstm.js} +1 -1
  95. package/dashboard/dist/assets/{circle-check-BA5_XqeV.js → circle-check-gYxxSYuH.js} +1 -1
  96. package/dashboard/dist/assets/{code-zxwuybO8.js → code-CFN2uX9V.js} +1 -1
  97. package/dashboard/dist/assets/{columns-3-DV4oeCfU.js → columns-3-38xIDlzy.js} +1 -1
  98. package/dashboard/dist/assets/{download-CXCyQw8M.js → download-DC7KkKyP.js} +1 -1
  99. package/dashboard/dist/assets/{folder-Bvjj8Vn9.js → folder-CWq_lAnf.js} +1 -1
  100. package/dashboard/dist/assets/index-DWG-WrzT.js +231 -0
  101. package/dashboard/dist/assets/{index-BvScJmJM.js → index-Do71weNR.js} +1 -1
  102. package/dashboard/dist/assets/index-GUNJodSR.css +1 -0
  103. package/dashboard/dist/assets/{list-Dj4i9N75.js → list-CgIP_2A-.js} +1 -1
  104. package/dashboard/dist/assets/{minus-DwlFabsT.js → minus-DYoN5UGk.js} +1 -1
  105. package/dashboard/dist/assets/{pen-line-D7UzECt6.js → pen-line-Bh_WKYHm.js} +1 -1
  106. package/dashboard/dist/assets/{proxy-B9XRqHD9.js → proxy-BKxDAKTj.js} +1 -1
  107. package/dashboard/dist/assets/{search-BQbBTIYl.js → search-SieXnOgr.js} +1 -1
  108. package/dashboard/dist/assets/{shallow-Clb1Lyd_.js → shallow-Bme1JY57.js} +1 -1
  109. package/dashboard/dist/assets/{table-BqxCXid2.js → table-llyEtj-7.js} +1 -1
  110. package/dashboard/dist/assets/terminal-BB3Xfuv5.js +6 -0
  111. package/dashboard/dist/assets/{trash-2-6rN9B-EQ.js → trash-2-C8f4vFFM.js} +1 -1
  112. package/dashboard/dist/assets/{zap-DxUhG-gk.js → zap-4uwlzVm0.js} +1 -1
  113. package/dashboard/dist/index.html +2 -2
  114. package/dashboard/dist-server/dashboard/src/server/agents/agent-sdk-adapter.d.ts +1 -1
  115. package/dashboard/dist-server/dashboard/src/server/agents/agent-sdk-adapter.js +5 -4
  116. package/dashboard/dist-server/dashboard/src/server/agents/agent-sdk-adapter.js.map +1 -1
  117. package/dashboard/dist-server/dashboard/src/server/agents/claude-code-adapter.js +8 -4
  118. package/dashboard/dist-server/dashboard/src/server/agents/claude-code-adapter.js.map +1 -1
  119. package/dashboard/dist-server/dashboard/src/server/agents/entry-normalizer.d.ts +1 -0
  120. package/dashboard/dist-server/dashboard/src/server/agents/entry-normalizer.js +2 -1
  121. package/dashboard/dist-server/dashboard/src/server/agents/entry-normalizer.js.map +1 -1
  122. package/dashboard/dist-server/dashboard/src/server/agents/stream-json-adapter.js +20 -10
  123. package/dashboard/dist-server/dashboard/src/server/agents/stream-json-adapter.js.map +1 -1
  124. package/dashboard/dist-server/dashboard/src/server/agents/tools/issue-mcp-server.d.ts +1 -1
  125. package/dashboard/dist-server/dashboard/src/server/agents/tools/issue-mcp-server.js +3 -4
  126. package/dashboard/dist-server/dashboard/src/server/agents/tools/issue-mcp-server.js.map +1 -1
  127. package/dashboard/dist-server/dashboard/src/server/agents/tools/issue-mcp-server.test.js +4 -4
  128. package/dashboard/dist-server/dashboard/src/server/agents/tools/issue-mcp-server.test.js.map +1 -1
  129. package/dashboard/dist-server/dashboard/src/server/commander/commander-agent.js +4 -3
  130. package/dashboard/dist-server/dashboard/src/server/commander/commander-agent.js.map +1 -1
  131. package/dashboard/dist-server/dashboard/src/server/commander/commander-agent.test.js +20 -7
  132. package/dashboard/dist-server/dashboard/src/server/commander/commander-agent.test.js.map +1 -1
  133. package/dashboard/dist-server/dashboard/src/server/execution/wave-executor.d.ts +1 -1
  134. package/dashboard/dist-server/dashboard/src/server/execution/wave-executor.js +4 -4
  135. package/dashboard/dist-server/dashboard/src/server/execution/wave-executor.js.map +1 -1
  136. package/dashboard/dist-server/dashboard/src/server/index.js +2 -1
  137. package/dashboard/dist-server/dashboard/src/server/index.js.map +1 -1
  138. package/dashboard/dist-server/dashboard/src/server/routes/git.d.ts +2 -0
  139. package/dashboard/dist-server/dashboard/src/server/routes/git.js +79 -0
  140. package/dashboard/dist-server/dashboard/src/server/routes/git.js.map +1 -0
  141. package/dashboard/dist-server/dashboard/src/server/routes/index.js +3 -0
  142. package/dashboard/dist-server/dashboard/src/server/routes/index.js.map +1 -1
  143. package/dashboard/dist-server/dashboard/src/server/routes/issues.js +14 -14
  144. package/dashboard/dist-server/dashboard/src/server/routes/issues.js.map +1 -1
  145. package/dashboard/dist-server/dashboard/src/server/routes/linear.js +7 -5
  146. package/dashboard/dist-server/dashboard/src/server/routes/linear.js.map +1 -1
  147. package/dashboard/dist-server/dashboard/src/server/routes/workspace.js +43 -0
  148. package/dashboard/dist-server/dashboard/src/server/routes/workspace.js.map +1 -1
  149. package/dashboard/dist-server/dashboard/src/server/state/state-manager.js +186 -25
  150. package/dashboard/dist-server/dashboard/src/server/state/state-manager.js.map +1 -1
  151. package/dashboard/dist-server/dashboard/src/server/utils/issue-store.d.ts +6 -0
  152. package/dashboard/dist-server/dashboard/src/server/utils/issue-store.js +24 -2
  153. package/dashboard/dist-server/dashboard/src/server/utils/issue-store.js.map +1 -1
  154. package/dashboard/dist-server/dashboard/src/server/ws/handlers/execution-handler.js +4 -7
  155. package/dashboard/dist-server/dashboard/src/server/ws/handlers/execution-handler.js.map +1 -1
  156. package/dashboard/dist-server/dashboard/src/shared/constants.js +2 -1
  157. package/dashboard/dist-server/dashboard/src/shared/constants.js.map +1 -1
  158. package/dashboard/dist-server/dashboard/src/shared/constants.test.js +5 -5
  159. package/dashboard/dist-server/dashboard/src/shared/constants.test.js.map +1 -1
  160. package/dashboard/dist-server/dashboard/src/shared/issue-types.test.js +4 -4
  161. package/dashboard/dist-server/dashboard/src/shared/issue-types.test.js.map +1 -1
  162. package/dashboard/dist-server/src/commands/delegate.js +7 -1
  163. package/dashboard/dist-server/src/commands/delegate.js.map +1 -1
  164. package/dashboard/package.json +59 -59
  165. package/dist/src/cli.js +3 -1
  166. package/dist/src/cli.js.map +1 -1
  167. package/dist/src/commands/{team.d.ts → collab.d.ts} +2 -2
  168. package/dist/src/commands/collab.d.ts.map +1 -0
  169. package/dist/src/commands/{team.js → collab.js} +391 -24
  170. package/dist/src/commands/collab.js.map +1 -0
  171. package/dist/src/commands/delegate.d.ts.map +1 -1
  172. package/dist/src/commands/delegate.js +7 -1
  173. package/dist/src/commands/delegate.js.map +1 -1
  174. package/dist/src/commands/msg.d.ts.map +1 -1
  175. package/dist/src/commands/msg.js +4 -3
  176. package/dist/src/commands/msg.js.map +1 -1
  177. package/dist/src/hooks/team-monitor.d.ts.map +1 -1
  178. package/dist/src/hooks/team-monitor.js +16 -0
  179. package/dist/src/hooks/team-monitor.js.map +1 -1
  180. package/dist/src/tools/collab-adapter.d.ts +85 -0
  181. package/dist/src/tools/collab-adapter.d.ts.map +1 -0
  182. package/dist/src/tools/collab-adapter.js +320 -0
  183. package/dist/src/tools/collab-adapter.js.map +1 -0
  184. package/dist/src/tools/namespace-guard.d.ts +2 -0
  185. package/dist/src/tools/namespace-guard.d.ts.map +1 -1
  186. package/dist/src/tools/namespace-guard.js +12 -0
  187. package/dist/src/tools/namespace-guard.js.map +1 -1
  188. package/dist/src/tools/phase-gate-evaluator.d.ts +45 -0
  189. package/dist/src/tools/phase-gate-evaluator.d.ts.map +1 -0
  190. package/dist/src/tools/phase-gate-evaluator.js +42 -0
  191. package/dist/src/tools/phase-gate-evaluator.js.map +1 -0
  192. package/dist/src/tools/team-members.d.ts +18 -0
  193. package/dist/src/tools/team-members.d.ts.map +1 -1
  194. package/dist/src/tools/team-members.js +50 -0
  195. package/dist/src/tools/team-members.js.map +1 -1
  196. package/dist/src/tools/team-tasks.d.ts +120 -0
  197. package/dist/src/tools/team-tasks.d.ts.map +1 -0
  198. package/dist/src/tools/team-tasks.js +365 -0
  199. package/dist/src/tools/team-tasks.js.map +1 -0
  200. package/dist/src/tools/transition-recorder.d.ts +3 -0
  201. package/dist/src/tools/transition-recorder.d.ts.map +1 -1
  202. package/dist/src/tools/transition-recorder.js +52 -1
  203. package/dist/src/tools/transition-recorder.js.map +1 -1
  204. package/dist/src/utils/get-version.d.ts.map +1 -1
  205. package/dist/src/utils/get-version.js +15 -4
  206. package/dist/src/utils/get-version.js.map +1 -1
  207. package/package.json +1 -1
  208. package/templates/config.json +7 -0
  209. package/templates/worktree-scope.json +10 -0
  210. package/templates/worktrees.json +27 -0
  211. package/workflows/analyze.md +86 -36
  212. package/workflows/brainstorm.md +17 -37
  213. package/workflows/delegate-usage.md +39 -41
  214. package/workflows/execute.md +247 -61
  215. package/workflows/fork.md +309 -0
  216. package/workflows/init.md +11 -2
  217. package/workflows/issue.md +66 -7
  218. package/workflows/maestro-coordinate.codex.md +1 -1
  219. package/workflows/maestro-coordinate.md +24 -17
  220. package/workflows/maestro.md +54 -37
  221. package/workflows/memory.md +2 -1
  222. package/workflows/merge.md +285 -0
  223. package/workflows/milestone-audit.md +89 -70
  224. package/workflows/milestone-complete.md +89 -156
  225. package/workflows/plan.md +131 -19
  226. package/workflows/retrospective.md +5 -5
  227. package/workflows/roadmap.md +12 -4
  228. package/workflows/spec-generate.md +9 -0
  229. package/workflows/status.md +76 -27
  230. package/workflows/ui-design.md +14 -12
  231. package/workflows/verify.md +44 -8
  232. package/.claude/commands/learn-retro-decision.md +0 -198
  233. package/.claude/commands/learn-retro-git.md +0 -160
  234. package/.claude/commands/maestro-phase-add.md +0 -63
  235. package/.claude/commands/maestro-phase-transition.md +0 -75
  236. package/.codex/skills/maestro-phase-add/SKILL.md +0 -154
  237. package/.codex/skills/maestro-phase-transition/SKILL.md +0 -173
  238. package/chains/singles/phase-add.json +0 -31
  239. package/chains/singles/phase-transition.json +0 -23
  240. package/dashboard/dist/assets/ChatInput-PuCvZZ3y.js +0 -67
  241. package/dashboard/dist/assets/ChatPage-v19GURYH.js +0 -8
  242. package/dashboard/dist/assets/CollabPage-I5k_mCbG.js +0 -1
  243. package/dashboard/dist/assets/KanbanPage-PDDBv5-9.js +0 -16
  244. package/dashboard/dist/assets/McpPage-CiqXpCHg.js +0 -16
  245. package/dashboard/dist/assets/TreeBrowser-0VIMWclo.js +0 -11
  246. package/dashboard/dist/assets/WorkflowPage-Csm23wUS.js +0 -6
  247. package/dashboard/dist/assets/git-branch-DL8p9kVC.js +0 -6
  248. package/dashboard/dist/assets/index-11DuhKhc.js +0 -231
  249. package/dashboard/dist/assets/index-D2Mtyw7I.css +0 -1
  250. package/dashboard/dist/assets/wrench-BScEJFqC.js +0 -11
  251. package/dist/src/commands/team.d.ts.map +0 -1
  252. package/dist/src/commands/team.js.map +0 -1
  253. package/workflows/phase-add.md +0 -252
  254. package/workflows/phase-transition.md +0 -399
package/README.md CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  # Maestro-Flow
4
4
 
5
- ### Multi-Agent Workflow Orchestration for Claude Code & Codex
5
+ ### The Orchestration Layer for the Multi-Agent Era
6
6
 
7
- **One command. Multiple AI agents. Structured delivery.**
7
+ **Don't just run agents. Orchestrate them.**
8
8
 
9
9
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.7-3178C6?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
10
10
  [![Node.js](https://img.shields.io/badge/Node.js-≥18-339933?logo=node.js&logoColor=white)](https://nodejs.org/)
@@ -13,32 +13,11 @@
13
13
 
14
14
  [English](README.md) | [简体中文](README.zh-CN.md)
15
15
 
16
- ---
17
-
18
- *I don't write code — Claude Code and Codex do. But telling them what to do, in what order, with what context, and verifying the result — that's where all the time goes. Maestro-Flow makes that orchestration automatic.*
19
-
20
16
  </div>
21
17
 
22
18
  ---
23
19
 
24
- ## Background
25
-
26
- This project is a **ground-up rewrite** of [Claude-Code-Workflow (CCW)](https://github.com/catlog22/Claude-Code-Workflow), my earlier multi-CLI orchestration framework. CCW proved that coordinating Claude, Codex, Gemini and other AI agents through structured workflows is powerful — but it grew complex. Too many layers, too many abstractions.
27
-
28
- Maestro-Flow takes the core ideas that worked and rebuilds them with a clear philosophy: **less ceremony, faster execution.** The spec-driven phase pipeline is inspired by [GET SHIT DONE (GSD)](https://github.com/gsd-build/get-shit-done) — its context engineering approach and atomic commit discipline are genuinely elegant. Maestro-Flow adopts those design patterns while adding what GSD doesn't have: a real-time visual dashboard, multi-agent execution with Claude Agent SDK, and an autonomous Commander that keeps the pipeline moving without you.
29
-
30
- **What changed from CCW:**
31
- - Stripped the heavy session/beat orchestration layer — replaced with lightweight skill-based routing
32
- - Merged the terminal dashboard into a proper web UI with Linear-style Kanban
33
- - Unified CLI tool invocation through a single `maestro cli` interface
34
- - Added autonomous Commander Agent (assess → decide → dispatch loop)
35
- - Built a complete Issue closed-loop system (discover → analyze → plan → execute → close)
36
-
37
- **What we kept:**
38
- - Multi-CLI orchestration (Claude, Codex, Gemini, Qwen, OpenCode)
39
- - Structured workflows as Markdown definitions
40
- - Slash commands as the user interface
41
- - Agent definitions as focused role specifications
20
+ Maestro-Flow is a workflow orchestration framework for multi-agent development with Claude Code, Codex, Gemini, and other AI agents. It automates the most time-consuming part of AI-assisted engineering — deciding which agents to use, in what order, with what context. Describe your intent, and Maestro-Flow routes to the optimal command chain, drives parallel agent execution, and closes the loop through a real-time dashboard, self-healing issue pipeline, and evolving knowledge graph.
42
21
 
43
22
  ---
44
23
 
@@ -53,9 +32,10 @@ You describe what you want. Maestro-Flow figures out which agents to use, in wha
53
32
  # Or step by step
54
33
  /maestro-init # Set up project workspace
55
34
  /maestro-roadmap # Create phased roadmap interactively
56
- /maestro-plan 1 # Generate execution plan for Phase 1
57
- /maestro-execute 1 # Wave-based parallel agent execution
58
- /maestro-verify 1 # Goal-backward verification
35
+ /maestro-analyze # Multi-dimensional analysis
36
+ /maestro-plan # Generate execution plan
37
+ /maestro-execute # Wave-based parallel agent execution
38
+ /maestro-verify # Goal-backward verification
59
39
  ```
60
40
 
61
41
  ### The Pipeline
@@ -69,108 +49,99 @@ graph LR
69
49
  E --> F[execute]
70
50
  F --> G[verify]
71
51
  G --> H[review]
72
- H --> I[test]
73
- I --> J[transition]
74
- J -->|next phase| D
52
+ H --> I[milestone-audit]
53
+ I --> J[milestone-complete]
54
+ J -->|next milestone| D
75
55
  ```
76
56
 
77
- Each phase has explicit status tracking. The dashboard shows what's happening and what to do next.
57
+ All work artifacts live in `.workflow/scratch/`, tracked by `state.json` artifact registry. Phases are labels in the roadmap, not directories.
78
58
 
79
59
  ### Quick Channels
80
60
 
81
- Not everything needs a full pipeline:
82
-
83
61
  | Channel | Flow | When |
84
62
  |---------|------|------|
85
- | `/maestro-quick` | analyze plan execute | Quick fixes, small features |
86
- | Scratch mode | `analyze -q` `plan --dir` `execute --dir` | No roadmap, just get it done |
63
+ | `/maestro-quick` | analyze > plan > execute | Quick fixes, small features |
64
+ | Scratch mode | `analyze -q` > `plan --dir` > `execute --dir` | No roadmap, just get it done |
87
65
  | `/maestro "..."` | AI-routed command chain | Describe intent, let Maestro-Flow decide |
88
66
 
89
67
  ---
90
68
 
91
- ## The Dashboard
69
+ ## Four Pillars
92
70
 
93
- A real-time project control panel at `http://127.0.0.1:3001`. Built with React 19, Tailwind CSS 4, and WebSocket live updates.
71
+ ### 1. Structured Pipeline
94
72
 
95
- ### Four Views
73
+ Scratch-based milestone workflow with artifact registry tracking. Each milestone moves through analyze > plan > execute > verify > review > milestone-audit > milestone-complete. All artifacts live in `.workflow/scratch/`, registered in `state.json`. The dashboard shows what's happening and what to do next.
96
74
 
97
- | View | Key | What You See |
98
- |------|-----|-------------|
99
- | **Board** | `K` | Kanban columns — Backlog, In Progress, Review, Done. Phase cards and Issue cards side by side. |
100
- | **Timeline** | `T` | Gantt-style phase timeline with progress bars |
101
- | **Table** | `L` | Every phase and issue in a sortable table |
102
- | **Center** | `C` | Command center — active executions, issue queue, quality metrics |
103
-
104
- ### What You Can Do
75
+ 49 slash commands across 6 categories power every stage — from project initialization to quality retrospective.
105
76
 
106
- - **Pick an agent, hit play** — Select Claude / Codex / Gemini on any Issue card, click execute
107
- - **Batch dispatch** — Multi-select Issues, send them all to agents in parallel
108
- - **Watch agents work** — Real-time CLI output streaming panel
109
- - **Full Issue lifecycle** — Create, analyze, plan, execute, close — all from the board
110
- - **Linear sync** — Import/export Issues to Linear for team workflows
77
+ ### 2. Autonomous Autopilot
111
78
 
112
- ### Commander Agent
113
-
114
- The autonomous supervisor. Runs a tick loop in the background:
79
+ **Commander Agent** — a background supervisor that runs a tick loop:
115
80
 
116
81
  ```
117
82
  assess → decide → dispatch → wait → assess → ...
118
83
  ```
119
84
 
120
- It reads project state (phases, tasks, Issues, agent slots), decides what needs attention, and dispatches agents automatically. Three profiles: `conservative`, `balanced`, `aggressive`.
121
-
122
- When the Commander is on, Issues flow from discovery to resolution without manual intervention.
85
+ It reads project state (phases, tasks, issues, agent slots), decides what needs attention, and dispatches agents automatically. Three profiles: `conservative`, `balanced`, `aggressive`.
123
86
 
124
- ---
125
-
126
- ## Issue Closed-Loop
127
-
128
- Issues aren't just tickets — they're a self-healing pipeline:
87
+ **Issue Closed-Loop** — issues aren't just tickets, they're a self-healing pipeline:
129
88
 
130
89
  ```mermaid
131
90
  graph LR
132
- A[Discover] --> B[Create]
133
- B --> C[Analyze]
134
- C --> D[Plan]
135
- D --> E[Execute]
136
- E --> F[Close]
91
+ A[Discover] --> B[Analyze]
92
+ B --> C[Plan]
93
+ C --> D[Execute]
94
+ D --> E[Close]
137
95
  ```
138
96
 
139
97
  | Stage | Command | What Happens |
140
98
  |-------|---------|-------------|
141
99
  | **Discover** | `/manage-issue-discover` | 8-perspective scan: bugs, UX, tech debt, security, performance, testing gaps, code quality, documentation |
142
- | **Analyze** | `/manage-issue-analyze` | Root cause analysis via CLI exploration. Writes structured `analysis` to the Issue. |
143
- | **Plan** | `/manage-issue-plan` | Generates solution steps target files, code changes, verification criteria |
144
- | **Execute** | `/manage-issue-execute` | Dual-mode: Dashboard API dispatch when server is up, direct CLI execution when offline |
145
- | **Close** | Automatic | Verification passes `resolved` `closed` |
100
+ | **Analyze** | `/manage-issue-analyze` | Root cause analysis via CLI exploration |
101
+ | **Plan** | `/manage-issue-plan` | Generate solution steps with target files and verification criteria |
102
+ | **Execute** | `/manage-issue-execute` | Dashboard API dispatch or direct CLI execution |
103
+ | **Close** | Automatic | Verification passes > resolved > closed |
146
104
 
147
- ### How Issues Connect to the Pipeline
105
+ Quality commands (`review`, `test`, `verify`) automatically create issues for problems they find. Issue fixes flow back into the phase pipeline. The loop closes itself.
148
106
 
149
- ```mermaid
150
- graph TB
151
- subgraph Phase Pipeline
152
- EX[execute] --> VE[verify]
153
- VE --> RE[review]
154
- RE --> TE[test]
155
- end
156
- subgraph Issue Loop
157
- DI[discover] --> AN[analyze]
158
- AN --> PL[plan]
159
- PL --> IX[execute]
160
- end
161
- RE -->|critical/high findings| DI
162
- TE -->|test failures| DI
163
- VE -->|verification gaps| DI
164
- IX -->|fixed code| EX
165
- ```
107
+ ### 3. Visual Control Plane
166
108
 
167
- Quality commands (`review`, `test`, `verify`) automatically create Issues for problems they find. Issue fixes flow back into the phase. The loop closes itself.
109
+ Real-time project dashboard at `http://127.0.0.1:3001`. Built with React 19, Tailwind CSS 4, and WebSocket live updates.
110
+
111
+ | View | Key | What You See |
112
+ |------|-----|-------------|
113
+ | **Board** | `K` | Kanban columns — Backlog, In Progress, Review, Done |
114
+ | **Timeline** | `T` | Gantt-style phase timeline with progress bars |
115
+ | **Table** | `L` | Every phase and issue in a sortable table |
116
+ | **Center** | `C` | Command center — active executions, issue queue, quality metrics |
117
+
118
+ Pick an agent on any issue card, hit play. Batch-select issues, dispatch them all in parallel. Watch agents work in a real-time streaming panel.
119
+
120
+ ### 4. Smart Knowledge Base
121
+
122
+ The project builds intelligence over time through two systems:
123
+
124
+ **Wiki Knowledge Graph** — structured entries (specs, phases, decisions, lessons) connected by semantic links. BM25 search, backlink traversal, health scoring. `/wiki-connect` discovers hidden connections; `/wiki-digest` generates themed digests with coverage heatmaps and gap analysis.
125
+
126
+ **Learning Toolkit** — 5 commands that turn code and history into reusable knowledge:
127
+
128
+ | Command | What It Does |
129
+ |---------|-------------|
130
+ | `/learn-retro` | Unified retrospective — git metrics + decision evaluation via `--lens git\|decision\|all` |
131
+ | `/learn-follow` | Guided reading with forcing questions — extracts patterns and builds understanding |
132
+ | `/learn-decompose` | 4-dimension parallel pattern extraction, saves to specs/wiki |
133
+ | `/learn-second-opinion` | Multi-perspective analysis: review, challenge, or consult modes |
134
+ | `/learn-investigate` | Systematic question investigation with hypothesis testing |
135
+
136
+ All learning commands share `lessons.jsonl` — a unified knowledge store queryable via `/manage-learn`. Specs, retrospectives, and manual insights all flow into the same pool.
168
137
 
169
138
  ---
170
139
 
171
- ## Multi-Agent Execution
140
+ ## Under the Hood
172
141
 
173
- Maestro-Flow doesn't pick one AI — it uses them together:
142
+ ### Multi-Agent Engine
143
+
144
+ Maestro-Flow coordinates multiple AI agents in parallel:
174
145
 
175
146
  ```
176
147
  ┌────────────────────────────────┐
@@ -186,107 +157,59 @@ Maestro-Flow doesn't pick one AI — it uses them together:
186
157
  └───────────┘ └────────────┘ └───────────┘
187
158
  ```
188
159
 
189
- - **Wave execution** — Independent tasks run in parallel across agents, dependent tasks wait for predecessors
190
- - **Agent SDK** — Native Claude Agent SDK for Claude Code processes
191
- - **CLI adapters** — Codex, Gemini, Qwen, OpenCode all accessible through `maestro cli`
192
- - **Workspace isolation** — Each agent gets a clean execution context
193
-
194
- ---
195
-
196
- ## Hook System
160
+ - **Wave execution** — independent tasks run in parallel, dependent tasks wait for predecessors
161
+ - **Agent SDK** — native Claude Agent SDK for Claude Code processes
162
+ - **CLI adapters** — Codex, Gemini, Qwen, OpenCode all accessible through `maestro delegate`
163
+ - **Workspace isolation** — each agent gets a clean execution context
197
164
 
198
- Maestro-Flow includes a context-aware hook system that integrates with Claude Code's hook protocol. Hooks run as subprocesses, communicating via stdin/stdout JSON.
165
+ ### Hook System
199
166
 
200
- ### 9 Hooks, 3 Levels
167
+ 9 context-aware hooks across 3 installation levels:
201
168
 
202
- | Hook | Event | Purpose |
203
- |------|-------|---------|
204
- | `context-monitor` | PostToolUse | Monitors context usage, injects warnings when running low |
205
- | `spec-injector` | PreToolUse:Agent | Auto-injects project specs into subagent prompts by agent type |
206
- | `delegate-monitor` | PostToolUse | Tracks async delegate task completion |
207
- | `team-monitor` | PostToolUse | Team collaboration message awareness |
208
- | `telemetry` | PostToolUse | Execution telemetry collection |
209
- | `session-context` | Notification | Injects workflow state + spec overview at session start |
210
- | `skill-context` | UserPromptSubmit | Injects workflow state + artifact tree when invoking workflow skills |
211
- | `coordinator-tracker` | PostToolUse | Tracks coordinator chain progress, injects next-step hint when paused |
212
- | `workflow-guard` | PreToolUse:Bash/Write/Edit | Protects critical files and enforces workflow constraints |
169
+ | Hook | Purpose |
170
+ |------|---------|
171
+ | `context-monitor` | Monitors context usage, injects warnings when running low |
172
+ | `spec-injector` | Auto-injects project specs into subagent prompts by agent type |
173
+ | `delegate-monitor` | Tracks async delegate task completion |
174
+ | `team-monitor` | Team collaboration message awareness |
175
+ | `telemetry` | Execution telemetry collection |
176
+ | `session-context` | Injects workflow state at session start |
177
+ | `skill-context` | Injects workflow state when invoking workflow skills |
178
+ | `coordinator-tracker` | Tracks coordinator chain progress |
179
+ | `workflow-guard` | Protects critical files and enforces workflow constraints |
213
180
 
214
- Install hooks at the level you need:
181
+ The `spec-injector` routes project specs to agents based on type — execution agents get coding conventions, planning agents get architecture constraints. A 4-tier context budget (full > reduced > minimal > skip) adapts injection volume to remaining context.
215
182
 
216
183
  ```bash
217
184
  maestro hooks install --level minimal # context-monitor + spec-injector
218
- maestro hooks install --level standard # + delegate/team/telemetry + session-context + skill-context + coordinator-tracker
185
+ maestro hooks install --level standard # + delegate/team/telemetry + session/skill-context + coordinator-tracker
219
186
  maestro hooks install --level full # + workflow-guard
220
187
  ```
221
188
 
222
- ### Workspace-Aware Activation
223
-
224
- Workflow-dependent hooks (`spec-injector`, `skill-context`, `coordinator-tracker`, `workflow-guard`) declare `requiresWorkspace: true`. When no Maestro workspace is detected, these hooks exit silently before reading stdin — zero overhead for non-workflow projects. Workspace detection walks up the directory tree looking for `.workflow/state.json` with Maestro-specific fingerprint fields.
225
-
226
- ### Spec Injection
227
-
228
- The `spec-injector` hook automatically routes project specs (`.workflow/specs/`) to subagents based on their type — execution agents get coding conventions, planning agents get architecture constraints, test agents get test conventions. Uses `updatedInput` to rewrite the agent prompt, with a 4-tier context budget (full → reduced → minimal → skip) that adapts injection volume based on remaining context.
229
-
230
- ```
231
- Agent("code-developer") → auto-injects execution specs
232
- Agent("workflow-planner") → auto-injects planning specs
233
- Agent("tdd-developer") → auto-injects execution + test specs
234
- ```
235
-
236
- See **[Hooks Guide](guide/hooks-guide.md)** for full documentation.
237
-
238
- ---
189
+ ### Overlay System
239
190
 
240
- ## Command Overlay System
241
-
242
- Overlay non-invasive patches onto `.claude/commands/*.md` files — add steps, reading requirements, quality gates — without editing the originals. Overlays survive `maestro install` upgrades.
191
+ Non-invasive patches for `.claude/commands/*.md` — add steps, reading requirements, quality gates without editing originals. Overlays survive `maestro install` upgrades.
243
192
 
244
193
  ```bash
245
- # Create via natural language
246
194
  /maestro-overlay "add CLI verification after maestro-execute"
247
-
248
- # Or manually
249
- maestro overlay add my-overlay.json # Install + apply
250
195
  maestro overlay list # Interactive TUI management
251
196
  maestro overlay bundle -o team.json # Pack for sharing
252
- maestro overlay import-bundle team.json # Unpack + apply
253
197
  ```
254
198
 
255
- Each overlay declares targets (commands) and patches (section + mode + content). The patcher wraps injected content in hashed HTML-comment markers for idempotent apply and surgical removal.
256
-
257
- See **[Overlay Guide](guide/overlay-guide.md)** for full documentation.
258
-
259
199
  ---
260
200
 
261
- ## 44 Commands, 21 Agents
262
-
263
- ### Commands (Slash Commands for Claude Code)
201
+ ## 49 Commands, 21 Agents
264
202
 
265
- | Category | Count | Purpose |
266
- |----------|-------|---------|
267
- | `maestro-*` | 15 | Full lifecycle — init, brainstorm, roadmap, analyze, plan, execute, verify, phase-transition |
268
- | `manage-*` | 9 | Issue CRUD, discovery, analysis, planning, execution, codebase docs, memory |
269
- | `quality-*` | 7 | Review, test, debug, test-gen, integration-test, refactor, sync |
270
- | `spec-*` | 4 | Specification setup, add, load, map |
271
- | `learn-*` | 6 | Learning toolkit — git retro, decision retro, follow-along, pattern decompose, investigate, second opinion |
272
- | `wiki-*` | 2 | Knowledge graph — connection discovery, knowledge digest |
203
+ ### Commands
273
204
 
274
- ### Learning Toolkit (NEW)
275
-
276
- Commands that turn the wiki knowledge graph and spec system into an active learning engine:
277
-
278
- | Command | What It Does | Inspired By |
279
- |---------|-------------|-------------|
280
- | `/learn-retro-git` | Git activity retrospective metrics, session detection, per-author breakdown, trend tracking | gstack `/retro` |
281
- | `/learn-retro-decision` | Trace and evaluate architectural decisions across wiki, specs, and git | gstack cross-functional review |
282
- | `/learn-follow` | Guided follow-along reading with forcing questions — extracts patterns and builds understanding | gstack `/office-hours` |
283
- | `/learn-decompose` | Decompose code into cataloged design patterns across 4 dimensions, save to specs/wiki | — |
284
- | `/learn-second-opinion` | Multi-perspective analysis: review (3 personas), challenge (adversarial), consult (Q&A) | gstack `/codex` |
285
- | `/learn-investigate` | Systematic question investigation with hypothesis testing and 3-strike escalation | gstack `/investigate` |
286
- | `/wiki-connect` | Surface hidden connections in the wiki graph, suggest or auto-apply new links | — |
287
- | `/wiki-digest` | Generate knowledge digests with theme clustering, gap analysis, and coverage heatmap | — |
288
-
289
- All learning commands share the same `lessons.jsonl` knowledge store, making insights queryable via `/manage-learn`.
205
+ | Category | Count | Prefix | Purpose |
206
+ |----------|-------|--------|---------|
207
+ | **Core Workflow** | 18 | `maestro-*` | Full lifecycle init, brainstorm, roadmap, analyze, plan, execute, verify, coordinate, milestones, overlays, UI design |
208
+ | **Management** | 12 | `manage-*` | Issue lifecycle, codebase docs, knowledge capture, memory, harvest, status |
209
+ | **Quality** | 9 | `quality-*` | Review, test, debug, test-gen, integration-test, business-test, refactor, retrospective, sync |
210
+ | **Learning** | 5 | `learn-*` | Unified retro, follow-along, pattern decompose, investigate, second opinion |
211
+ | **Specification** | 3 | `spec-*` | Setup, add, load |
212
+ | **Wiki** | 2 | `wiki-*` | Connection discovery, knowledge digest |
290
213
 
291
214
  ### Agents
292
215
 
@@ -304,8 +227,6 @@ All learning commands share the same `lessons.jsonl` knowledge store, making ins
304
227
 
305
228
  ### Install
306
229
 
307
- #### npm (Recommended)
308
-
309
230
  ```bash
310
231
  npm install -g maestro-flow
311
232
 
@@ -313,62 +234,28 @@ npm install -g maestro-flow
313
234
  maestro install
314
235
  ```
315
236
 
316
- #### From Source
317
-
318
- ```bash
319
- git clone https://github.com/catlog22/Maestro-Flow.git
320
- cd Maestro-Flow
321
- npm install && npm run build && npm install -g .
322
- maestro install
323
- ```
324
-
325
237
  ### First Run
326
238
 
327
239
  ```bash
328
240
  /maestro-init # Initialize project
329
241
  /maestro-roadmap # Create roadmap
330
- /maestro-plan 1 # Plan Phase 1
331
- /maestro-execute 1 # Execute with agents
242
+ /maestro-analyze # Analyze current milestone
243
+ /maestro-plan # Plan (outputs to scratch/)
244
+ /maestro-execute # Execute all pending plans
332
245
 
333
246
  # Or just:
334
247
  /maestro "build a REST API for user management"
335
248
  ```
336
249
 
337
- ### Dashboard & TUI
250
+ ### Dashboard
338
251
 
339
252
  ```bash
340
- # Web dashboard — real-time project control panel
341
- maestro serve
342
- # → http://127.0.0.1:3001
343
-
344
- # TUI — terminal-based dashboard
345
- maestro view
253
+ maestro serve # http://127.0.0.1:3001
254
+ maestro view # Terminal TUI alternative
346
255
  ```
347
256
 
348
- | View | Key | Description |
349
- |------|-----|-------------|
350
- | **Board** | `K` | Kanban — Backlog, In Progress, Review, Done |
351
- | **Timeline** | `T` | Gantt-style phase timeline |
352
- | **Table** | `L` | Sortable phase & issue table |
353
- | **Center** | `C` | Command center — active executions, quality metrics |
354
-
355
- ### Workflow Launcher
356
-
357
- Switch between different workflow configurations (e.g., Maestro ↔ CCW):
358
-
359
- ```bash
360
- maestro launcher # Interactive workflow + settings picker
361
- maestro launcher list # Show registered workflows
362
- ```
363
-
364
- When switching workflows, the launcher automatically:
365
- - Detects missing dependencies and offers `npm install -g <package>` + resource installation
366
- - Detects project-level workflow file conflicts and offers cleanup
367
-
368
257
  ### MCP Server
369
258
 
370
- Expose Maestro-Flow tools to Claude Code and other MCP clients:
371
-
372
259
  ```bash
373
260
  # Claude Code — load as development MCP server
374
261
  claude --dangerously-load-development-channels server:maestro --dangerously-skip-permissions
@@ -377,7 +264,12 @@ claude --dangerously-load-development-channels server:maestro --dangerously-skip
377
264
  npm run mcp
378
265
  ```
379
266
 
380
- With MCP connected, delegate tools (`delegate_message`, `delegate_status`, `delegate_output`, `delegate_tail`, `delegate_cancel`) and other Maestro tools are available programmatically.
267
+ ### Workflow Launcher
268
+
269
+ ```bash
270
+ maestro launcher # Interactive workflow + settings picker
271
+ maestro launcher list # Show registered workflows
272
+ ```
381
273
 
382
274
  ---
383
275
 
@@ -393,17 +285,15 @@ maestro/
393
285
  ├── dashboard/ # Real-time web dashboard
394
286
  │ └── src/
395
287
  │ ├── client/ # React 19 + Zustand + Tailwind CSS 4
396
- │ │ └── components/
397
- │ │ └── kanban/ # 19 Kanban components
398
288
  │ ├── server/ # Hono API + WebSocket + SSE
399
- │ │ ├── agents/ # AgentManager + adapters (Claude SDK, Codex CLI, OpenCode)
289
+ │ │ ├── agents/ # AgentManager + adapters
400
290
  │ │ ├── commander/ # Autonomous Commander Agent
401
291
  │ │ └── execution/ # ExecutionScheduler + WaveExecutor
402
292
  │ └── shared/ # Shared types
403
293
  ├── .claude/
404
- │ ├── commands/ # 44 slash commands (.md)
294
+ │ ├── commands/ # 49 slash commands (.md)
405
295
  │ └── agents/ # 21 agent definitions (.md)
406
- ├── workflows/ # 36 workflow implementations (.md)
296
+ ├── workflows/ # 45 workflow implementations (.md)
407
297
  ├── templates/ # JSON templates (task, plan, issue, ...)
408
298
  └── extensions/ # Plugin system
409
299
  ```
@@ -423,10 +313,11 @@ maestro/
423
313
 
424
314
  ## Documentation
425
315
 
426
- - **[Command Usage Guide](guide/command-usage-guide.md)** — All 36 commands with workflow diagrams, pipeline chaining, Issue closed-loop, and quick channels
427
- - **[Delegate Async Guide](guide/delegate-async-guide.md)** — Async task delegation: CLI & MCP usage, message injection, chaining, broker lifecycle, delegate vs CLI comparison
316
+ - **[Command Usage Guide](guide/command-usage-guide.md)** — All 51 commands with workflow diagrams, pipeline chaining, Issue closed-loop, and quick channels
317
+ - **[Delegate Async Guide](guide/delegate-async-guide.md)** — Async task delegation: CLI & MCP usage, message injection, chaining, broker lifecycle
428
318
  - **[Overlay Guide](guide/overlay-guide.md)** — Non-invasive command extensions: overlay format, section injection, bundle/import, interactive TUI management
429
- - **[Hooks Guide](guide/hooks-guide.md)** — Hook system architecture, 7 hooks, spec injection, context budget, configuration
319
+ - **[Hooks Guide](guide/hooks-guide.md)** — Hook system architecture, 9 hooks, spec injection, context budget, configuration
320
+ - **[Worktree Parallel Dev Guide](guide/worktree-guide.md)** — Milestone-level worktree parallelism: fork, sync, merge, scope enforcement, dashboard integration
430
321
  - **[Team Lite — User Guide](guide/team-lite-guide.md)** — Daily workflow for 2-8 person teams: join, sync, activity awareness, conflict preflight
431
322
  - **[Team Lite — Design](guide/team-lite-design.md)** — Architecture, data model, and namespace boundary between human-collab and agent-pipeline domains
432
323
 
@@ -434,11 +325,8 @@ maestro/
434
325
 
435
326
  ## Acknowledgments
436
327
 
437
- Maestro-Flow stands on the shoulders of two projects:
438
-
439
- - **[GET SHIT DONE](https://github.com/gsd-build/get-shit-done)** by TACHES — The spec-driven development model, context engineering philosophy, and atomic commit discipline that shaped Maestro-Flow's pipeline design. GSD proved that structured meta-prompting is the right way to drive AI agents at scale.
440
-
441
- - **[Claude-Code-Workflow](https://github.com/catlog22/Claude-Code-Workflow)** — The predecessor to Maestro-Flow. CCW pioneered multi-CLI orchestration (Gemini + Codex + Qwen + Claude), skill-based workflow routing, and team agent architecture. Maestro-Flow is CCW rebuilt from scratch — faster, leaner, with a visual dashboard and autonomous commander.
328
+ - **[GET SHIT DONE](https://github.com/gsd-build/get-shit-done)** by TACHES The spec-driven development model and context engineering philosophy that shaped Maestro-Flow's pipeline design.
329
+ - **[Claude-Code-Workflow](https://github.com/catlog22/Claude-Code-Workflow)** — The predecessor that pioneered multi-CLI orchestration and skill-based workflow routing.
442
330
 
443
331
  ## Contributors
444
332