maestro-flow 0.4.11 → 0.4.13

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 (253) hide show
  1. package/.agents/agents/cli-explore-agent.md +1 -3
  2. package/.agents/agents/cross-role-reviewer.md +173 -0
  3. package/.agents/agents/role-design-author.md +220 -0
  4. package/.agents/agents/ui-design-agent.md +1 -18
  5. package/.agents/agents/workflow-analyzer.md +1 -1
  6. package/.agents/agents/workflow-external-researcher.md +1 -1
  7. package/.agents/skills/learn-decompose/SKILL.md +6 -6
  8. package/.agents/skills/learn-follow/SKILL.md +4 -4
  9. package/.agents/skills/learn-investigate/SKILL.md +6 -6
  10. package/.agents/skills/learn-retro/SKILL.md +7 -7
  11. package/.agents/skills/learn-second-opinion/SKILL.md +4 -4
  12. package/.agents/skills/maestro/SKILL.md +61 -27
  13. package/.agents/skills/maestro-amend/SKILL.md +1 -0
  14. package/.agents/skills/maestro-analyze/SKILL.md +37 -4
  15. package/.agents/skills/maestro-blueprint/SKILL.md +133 -0
  16. package/.agents/skills/maestro-brainstorm/SKILL.md +120 -103
  17. package/.agents/skills/maestro-fork/SKILL.md +1 -1
  18. package/.agents/skills/maestro-guard/SKILL.md +3 -2
  19. package/.agents/skills/maestro-help/SKILL.md +48 -14
  20. package/.agents/skills/maestro-help/index/catalog.json +29 -11
  21. package/.agents/skills/maestro-help/phases/01-parse-intent.md +1 -1
  22. package/.agents/skills/maestro-help/phases/02-search-present.md +6 -4
  23. package/.agents/skills/maestro-help/phases/03-workflow-guide.md +60 -33
  24. package/.agents/skills/maestro-impeccable/SKILL.md +13 -11
  25. package/.agents/skills/maestro-init/SKILL.md +3 -3
  26. package/.agents/skills/maestro-milestone-audit/SKILL.md +5 -3
  27. package/.agents/skills/maestro-milestone-complete/SKILL.md +7 -5
  28. package/.agents/skills/maestro-milestone-release/SKILL.md +1 -1
  29. package/.agents/skills/maestro-plan/SKILL.md +16 -4
  30. package/.agents/skills/maestro-ralph/SKILL.md +297 -226
  31. package/.agents/skills/maestro-ralph-execute/SKILL.md +82 -67
  32. package/.agents/skills/maestro-roadmap/SKILL.md +43 -81
  33. package/.agents/skills/manage-harvest/SKILL.md +1 -0
  34. package/.agents/skills/manage-issue-discover/SKILL.md +1 -1
  35. package/.agents/skills/manage-knowhow/SKILL.md +1 -1
  36. package/.agents/skills/manage-learn/SKILL.md +4 -4
  37. package/.agents/skills/quality-auto-test/SKILL.md +6 -6
  38. package/.agents/skills/quality-refactor/SKILL.md +1 -1
  39. package/.agents/skills/quality-retrospective/SKILL.md +2 -2
  40. package/.agents/skills/security-audit/SKILL.md +24 -0
  41. package/.agents/skills/spec-remove/SKILL.md +6 -2
  42. package/.agents/skills/team-lifecycle-v4/roles/analyst/role.md +1 -1
  43. package/.agents/skills/team-lifecycle-v4/roles/reviewer/commands/review-spec.md +2 -2
  44. package/.agents/skills/team-lifecycle-v4/roles/writer/role.md +1 -1
  45. package/.agents/skills/team-lifecycle-v4/templates/architecture.md +3 -3
  46. package/.agents/skills/team-lifecycle-v4/templates/epics.md +2 -2
  47. package/.agents/skills/team-lifecycle-v4/templates/product-brief.md +3 -3
  48. package/.agents/skills/team-lifecycle-v4/templates/requirements.md +2 -2
  49. package/.agy/agents/cli-explore-agent.md +1 -3
  50. package/.agy/agents/cross-role-reviewer.md +170 -0
  51. package/.agy/agents/role-design-author.md +217 -0
  52. package/.agy/agents/ui-design-agent.md +1 -18
  53. package/.agy/agents/workflow-analyzer.md +1 -1
  54. package/.agy/agents/workflow-external-researcher.md +1 -1
  55. package/.agy/skills/learn-decompose/SKILL.md +6 -6
  56. package/.agy/skills/learn-follow/SKILL.md +4 -4
  57. package/.agy/skills/learn-investigate/SKILL.md +6 -6
  58. package/.agy/skills/learn-retro/SKILL.md +7 -7
  59. package/.agy/skills/learn-second-opinion/SKILL.md +4 -4
  60. package/.agy/skills/maestro/SKILL.md +61 -27
  61. package/.agy/skills/maestro-amend/SKILL.md +1 -0
  62. package/.agy/skills/maestro-analyze/SKILL.md +37 -4
  63. package/.agy/skills/maestro-blueprint/SKILL.md +133 -0
  64. package/.agy/skills/maestro-brainstorm/SKILL.md +120 -103
  65. package/.agy/skills/maestro-fork/SKILL.md +1 -1
  66. package/.agy/skills/maestro-guard/SKILL.md +3 -2
  67. package/.agy/skills/maestro-help/SKILL.md +48 -14
  68. package/.agy/skills/maestro-help/index/catalog.json +29 -11
  69. package/.agy/skills/maestro-help/phases/01-parse-intent.md +1 -1
  70. package/.agy/skills/maestro-help/phases/02-search-present.md +6 -4
  71. package/.agy/skills/maestro-help/phases/03-workflow-guide.md +60 -33
  72. package/.agy/skills/maestro-impeccable/SKILL.md +13 -11
  73. package/.agy/skills/maestro-init/SKILL.md +3 -3
  74. package/.agy/skills/maestro-milestone-audit/SKILL.md +5 -3
  75. package/.agy/skills/maestro-milestone-complete/SKILL.md +7 -5
  76. package/.agy/skills/maestro-milestone-release/SKILL.md +1 -1
  77. package/.agy/skills/maestro-plan/SKILL.md +16 -4
  78. package/.agy/skills/maestro-ralph/SKILL.md +297 -226
  79. package/.agy/skills/maestro-ralph-execute/SKILL.md +82 -67
  80. package/.agy/skills/maestro-roadmap/SKILL.md +43 -81
  81. package/.agy/skills/manage-harvest/SKILL.md +1 -0
  82. package/.agy/skills/manage-issue-discover/SKILL.md +1 -1
  83. package/.agy/skills/manage-knowhow/SKILL.md +1 -1
  84. package/.agy/skills/manage-learn/SKILL.md +4 -4
  85. package/.agy/skills/quality-auto-test/SKILL.md +6 -6
  86. package/.agy/skills/quality-refactor/SKILL.md +1 -1
  87. package/.agy/skills/quality-retrospective/SKILL.md +2 -2
  88. package/.agy/skills/security-audit/SKILL.md +24 -0
  89. package/.agy/skills/spec-remove/SKILL.md +6 -2
  90. package/.agy/skills/team-lifecycle-v4/roles/analyst/role.md +1 -1
  91. package/.agy/skills/team-lifecycle-v4/roles/reviewer/commands/review-spec.md +2 -2
  92. package/.agy/skills/team-lifecycle-v4/roles/writer/role.md +1 -1
  93. package/.agy/skills/team-lifecycle-v4/templates/architecture.md +3 -3
  94. package/.agy/skills/team-lifecycle-v4/templates/epics.md +2 -2
  95. package/.agy/skills/team-lifecycle-v4/templates/product-brief.md +3 -3
  96. package/.agy/skills/team-lifecycle-v4/templates/requirements.md +2 -2
  97. package/.claude/agents/cli-explore-agent.md +1 -3
  98. package/.claude/agents/cross-role-reviewer.md +171 -0
  99. package/.claude/agents/role-design-author.md +218 -0
  100. package/.claude/agents/ui-design-agent.md +1 -18
  101. package/.claude/agents/workflow-analyzer.md +1 -1
  102. package/.claude/agents/workflow-external-researcher.md +1 -1
  103. package/.claude/commands/learn-decompose.md +6 -6
  104. package/.claude/commands/learn-follow.md +4 -4
  105. package/.claude/commands/learn-investigate.md +6 -6
  106. package/.claude/commands/learn-retro.md +7 -7
  107. package/.claude/commands/learn-second-opinion.md +4 -4
  108. package/.claude/commands/maestro-amend.md +1 -0
  109. package/.claude/commands/maestro-analyze.md +37 -4
  110. package/.claude/commands/maestro-blueprint.md +131 -0
  111. package/.claude/commands/maestro-brainstorm.md +133 -116
  112. package/.claude/commands/maestro-fork.md +1 -1
  113. package/.claude/commands/maestro-guard.md +3 -2
  114. package/.claude/commands/maestro-impeccable.md +13 -11
  115. package/.claude/commands/maestro-init.md +3 -3
  116. package/.claude/commands/maestro-milestone-audit.md +5 -3
  117. package/.claude/commands/maestro-milestone-complete.md +7 -5
  118. package/.claude/commands/maestro-milestone-release.md +1 -1
  119. package/.claude/commands/maestro-plan.md +16 -4
  120. package/.claude/commands/maestro-ralph-execute.md +82 -67
  121. package/.claude/commands/maestro-ralph.md +297 -226
  122. package/.claude/commands/maestro-roadmap.md +43 -81
  123. package/.claude/commands/maestro.md +61 -27
  124. package/.claude/commands/manage-harvest.md +1 -0
  125. package/.claude/commands/manage-issue-discover.md +1 -1
  126. package/.claude/commands/manage-knowhow.md +1 -1
  127. package/.claude/commands/manage-learn.md +4 -4
  128. package/.claude/commands/quality-auto-test.md +6 -6
  129. package/.claude/commands/quality-refactor.md +1 -1
  130. package/.claude/commands/quality-retrospective.md +2 -2
  131. package/.claude/commands/security-audit.md +24 -0
  132. package/.claude/commands/spec-remove.md +6 -2
  133. package/.claude/skills/maestro-help/SKILL.md +48 -14
  134. package/.claude/skills/maestro-help/index/catalog.json +29 -11
  135. package/.claude/skills/maestro-help/phases/01-parse-intent.md +1 -1
  136. package/.claude/skills/maestro-help/phases/02-search-present.md +6 -4
  137. package/.claude/skills/maestro-help/phases/03-workflow-guide.md +60 -33
  138. package/.claude/skills/team-lifecycle-v4/roles/analyst/role.md +1 -1
  139. package/.claude/skills/team-lifecycle-v4/roles/reviewer/commands/review-spec.md +2 -2
  140. package/.claude/skills/team-lifecycle-v4/roles/writer/role.md +1 -1
  141. package/.claude/skills/team-lifecycle-v4/templates/architecture.md +3 -3
  142. package/.claude/skills/team-lifecycle-v4/templates/epics.md +2 -2
  143. package/.claude/skills/team-lifecycle-v4/templates/product-brief.md +3 -3
  144. package/.claude/skills/team-lifecycle-v4/templates/requirements.md +2 -2
  145. package/.codex/skills/learn-decompose/SKILL.md +4 -4
  146. package/.codex/skills/learn-follow/SKILL.md +3 -3
  147. package/.codex/skills/learn-investigate/SKILL.md +3 -3
  148. package/.codex/skills/learn-retro/SKILL.md +3 -3
  149. package/.codex/skills/learn-second-opinion/SKILL.md +3 -3
  150. package/.codex/skills/maestro/SKILL.md +75 -38
  151. package/.codex/skills/maestro-amend/SKILL.md +157 -0
  152. package/.codex/skills/maestro-analyze/SKILL.md +72 -23
  153. package/.codex/skills/maestro-blueprint/SKILL.md +123 -0
  154. package/.codex/skills/maestro-brainstorm/SKILL.md +277 -46
  155. package/.codex/skills/maestro-composer/SKILL.md +1 -1
  156. package/.codex/skills/maestro-execute/SKILL.md +13 -4
  157. package/.codex/skills/maestro-fork/SKILL.md +2 -0
  158. package/.codex/skills/maestro-guard/SKILL.md +3 -2
  159. package/.codex/skills/maestro-help/SKILL.md +28 -18
  160. package/.codex/skills/maestro-help/catalog.json +29 -11
  161. package/.codex/skills/maestro-impeccable/SKILL.md +13 -11
  162. package/.codex/skills/maestro-init/SKILL.md +7 -7
  163. package/.codex/skills/maestro-plan/SKILL.md +27 -9
  164. package/.codex/skills/maestro-ralph/SKILL.md +740 -601
  165. package/.codex/skills/maestro-roadmap/SKILL.md +56 -72
  166. package/.codex/skills/maestro-update/SKILL.md +169 -0
  167. package/.codex/skills/maestro-verify/SKILL.md +11 -2
  168. package/.codex/skills/manage-codebase-rebuild/SKILL.md +9 -5
  169. package/.codex/skills/manage-harvest/SKILL.md +11 -3
  170. package/.codex/skills/manage-issue-discover/SKILL.md +1 -1
  171. package/.codex/skills/manage-knowhow/SKILL.md +1 -1
  172. package/.codex/skills/manage-learn/SKILL.md +3 -3
  173. package/.codex/skills/quality-refactor/SKILL.md +2 -2
  174. package/.codex/skills/quality-retrospective/SKILL.md +12 -5
  175. package/.codex/skills/security-audit/SKILL.md +24 -0
  176. package/.codex/skills/spec-remove/SKILL.md +8 -2
  177. package/.codex/skills/team-lifecycle-v4/roles/analyst/role.md +2 -2
  178. package/.codex/skills/team-lifecycle-v4/roles/reviewer/commands/review-spec.md +2 -2
  179. package/.codex/skills/team-lifecycle-v4/roles/writer/role.md +1 -1
  180. package/.codex/skills/team-lifecycle-v4/templates/architecture.md +3 -3
  181. package/.codex/skills/team-lifecycle-v4/templates/epics.md +2 -2
  182. package/.codex/skills/team-lifecycle-v4/templates/product-brief.md +3 -3
  183. package/.codex/skills/team-lifecycle-v4/templates/requirements.md +2 -2
  184. package/README.md +8 -8
  185. package/README.zh-CN.md +8 -8
  186. package/dashboard/dist-server/dashboard/src/server/routes/settings.js +3 -3
  187. package/dashboard/dist-server/dashboard/src/server/routes/settings.js.map +1 -1
  188. package/dist/src/agents/cli-agent-runner.d.ts.map +1 -1
  189. package/dist/src/agents/cli-agent-runner.js +13 -7
  190. package/dist/src/agents/cli-agent-runner.js.map +1 -1
  191. package/dist/src/commands/spec.d.ts.map +1 -1
  192. package/dist/src/commands/spec.js +8 -1
  193. package/dist/src/commands/spec.js.map +1 -1
  194. package/dist/src/tools/spec-init.d.ts +16 -2
  195. package/dist/src/tools/spec-init.d.ts.map +1 -1
  196. package/dist/src/tools/spec-init.js +58 -187
  197. package/dist/src/tools/spec-init.js.map +1 -1
  198. package/dist/src/tools/spec-loader.d.ts.map +1 -1
  199. package/dist/src/tools/spec-loader.js +16 -16
  200. package/dist/src/tools/spec-loader.js.map +1 -1
  201. package/dist/src/tools/spec-seeds.d.ts +33 -0
  202. package/dist/src/tools/spec-seeds.d.ts.map +1 -0
  203. package/dist/src/tools/spec-seeds.js +200 -0
  204. package/dist/src/tools/spec-seeds.js.map +1 -0
  205. package/dist/src/tools/spec-writer.d.ts.map +1 -1
  206. package/dist/src/tools/spec-writer.js +7 -9
  207. package/dist/src/tools/spec-writer.js.map +1 -1
  208. package/dist/src/utils/update-notices.js +12 -0
  209. package/dist/src/utils/update-notices.js.map +1 -1
  210. package/package.json +1 -1
  211. package/templates/business-test-report.json +1 -1
  212. package/templates/index.json +1 -1
  213. package/templates/roadmap.md +15 -9
  214. package/templates/state.json +18 -17
  215. package/workflows/agy-instructions.md +2 -0
  216. package/workflows/analyze.md +79 -11
  217. package/workflows/auto-test.md +12 -7
  218. package/workflows/blueprint.md +431 -0
  219. package/workflows/brainstorm.md +617 -496
  220. package/workflows/business-test.md +7 -7
  221. package/workflows/claude-instructions.md +2 -0
  222. package/workflows/codebase-rebuild.md +4 -4
  223. package/workflows/codex-instructions.md +16 -83
  224. package/workflows/debug.md +1 -1
  225. package/workflows/harvest.md +184 -10
  226. package/workflows/impeccable.md +2 -0
  227. package/workflows/init.md +9 -8
  228. package/workflows/issue-analyze.md +14 -100
  229. package/workflows/issue-discover.md +2 -3
  230. package/workflows/issue-execute.md +1 -1
  231. package/workflows/issue-gaps-analyze.md +2 -0
  232. package/workflows/learn.md +1 -1
  233. package/workflows/maestro-chain-execute.md +10 -228
  234. package/workflows/maestro.md +2 -1
  235. package/workflows/milestone-audit.md +12 -4
  236. package/workflows/milestone-complete.md +14 -9
  237. package/workflows/milestone-release.md +82 -0
  238. package/workflows/plan.md +91 -25
  239. package/workflows/retrospective.md +1 -1
  240. package/workflows/roadmap-common.md +1 -1
  241. package/workflows/roadmap.md +14 -4
  242. package/workflows/spec-generate.md +26 -13
  243. package/workflows/specs-add.md +6 -1
  244. package/workflows/specs-load.md +6 -1
  245. package/workflows/specs-setup.md +6 -1
  246. package/workflows/sync.md +13 -0
  247. package/workflows/tools-spec.md +4 -0
  248. package/workflows/ui-design.md +5 -5
  249. package/workflows/ui-style.md +1 -1
  250. package/workflows/wiki-manage.md +2 -0
  251. package/.agents/agents/conceptual-planning-agent.md +0 -247
  252. package/.agy/agents/conceptual-planning-agent.md +0 -244
  253. package/.claude/agents/conceptual-planning-agent.md +0 -245
@@ -21,7 +21,7 @@ Since `.workflow/` is gitignored, this command explicitly copies project context
21
21
 
22
22
  Also supports `--sync` mode to pull latest main branch changes and shared artifacts into an active worktree (prevents source and artifact drift for long-lived worktrees).
23
23
 
24
- Produces `.workflow/worktrees.json` registry in the main worktree and `.workflow/worktree-scope.json` marker in the worktree.
24
+ Produces `.workflow/worktrees.json` registry in the main worktree and `.workflow/worktree-scope.json` marker in the worktree, and writes a scoped `state.json` inside the worktree containing only the forked milestone's artifacts.
25
25
  </purpose>
26
26
 
27
27
  <required_reading>
@@ -79,10 +79,11 @@ Read `.workflow/config.json`. If file missing, initialize with empty guard secti
79
79
  - Write config
80
80
 
81
81
  **`deny <path>`:**
82
- - Normalize path to forward slashes
82
+ - Normalize path to forward slashes, ensure trailing slash for directories
83
+ - If `guard.mode` is `allow`, switch to `deny` and clear paths with warning
83
84
  - Set `guard.mode = "deny"`
84
85
  - Add path to `guard.paths` (deduplicate)
85
- - Set `guard.enabled = true` if not already
86
+ - Set `guard.enabled = true` if not already (symmetric with `allow`: adding a deny path auto-enables the guard)
86
87
  - Write config
87
88
 
88
89
  **Step 4: Confirm**
@@ -49,7 +49,7 @@ Single source of truth: **[index/catalog.json](index/catalog.json)**
49
49
 
50
50
  | Field | Purpose |
51
51
  |-------|---------|
52
- | `commands[]` | 55 个 slash 命令,含分类和描述 |
52
+ | `commands[]` | 56 个 slash 命令,含分类和描述 |
53
53
  | `skills[]` | 10 个 Skill,含分类和描述 |
54
54
  | `agents[]` | 22 个 Agent,含分类和描述 |
55
55
  | `cli_commands[]` | 21 个终端命令 |
@@ -177,24 +177,25 @@ $ARGUMENTS → Parse:
177
177
 
178
178
  ## Command Catalog Quick Reference
179
179
 
180
- ### 核心工作流 (core)
180
+ ### 上游起源 + 核心 (core)
181
181
 
182
182
  | 命令 | 用途 |
183
183
  |------|------|
184
184
  | `/maestro` | 智能协调器,自动路由 |
185
185
  | `/maestro-init` | 项目初始化 |
186
- | `/maestro-roadmap` | 路线图生成 |
186
+ | `/maestro-brainstorm` | 头脑风暴 — 发散探索,多角色创意 |
187
+ | `/maestro-blueprint` | 正式规格文档化 — 7-phase 收敛规格链 |
188
+ | `/maestro-roadmap` | 路线图编排 — 消费上游 context,纯 Milestone > Phase 分解 |
187
189
  | `/maestro-quick` | 快速任务 |
188
- | `/maestro-brainstorm` | 头脑风暴 |
189
190
  | `/maestro-overlay` | Overlay 管理 |
190
191
  | `/maestro-amend` | 修正补丁 |
191
192
 
192
- ### Phase 管线 (pipeline)
193
+ ### 理解层 + 执行管线 (pipeline)
193
194
 
194
195
  | 命令 | 用途 |
195
196
  |------|------|
196
- | `/maestro-analyze` | 多维分析 |
197
- | `/maestro-plan` | 任务规划 |
197
+ | `/maestro-analyze` | 双层分析 — 宏观(文本参数)探索影响面 / 微观(数字参数)Phase 级深入 |
198
+ | `/maestro-plan` | 任务规划 — 支持 `--from analyze:ANL-xxx` 直达 |
198
199
  | `/maestro-execute` | 任务执行 |
199
200
  | `/maestro-verify` | 验证确认 |
200
201
 
@@ -222,11 +223,44 @@ $ARGUMENTS → Parse:
222
223
 
223
224
  ## Workflow Mapping
224
225
 
225
- | 任务类型 | 推荐工作流 | 命令序列 |
226
- |---------|-----------|---------|
227
- | 新项目 | 初始化路径 | `/maestro-init` → `/maestro-roadmap` |
228
- | 正常开发 | 主干管线 | `/maestro-analyze` → `/maestro-plan` → `/maestro-execute` → `/maestro-verify` |
229
- | 快速修复 | 快速渠道 | `/maestro-quick "修复描述"` |
226
+ ### 层级模型
227
+
228
+ ```
229
+ Roadmap > Milestone > Phase > Task
230
+ ```
231
+
232
+ - **Roadmap** = 项目级常驻规划文档
233
+ - **Milestone** = 可独立交付的版本节点(v0.1.0-rc1, v0.2.0)
234
+ - **Phase** = Milestone 内的同步屏障执行阶段
235
+ - **Task** = Phase 内的具体代码修改单元(wave DAG 管理并行)
236
+
237
+ ### 命令拓扑
238
+
239
+ ```
240
+ 上游起源层(并列,可选)
241
+ brainstorm(发散/轻量) | blueprint(收敛/重型)
242
+
243
+ 理解层
244
+ analyze 双层: 宏观(文本参数) → scope_verdict | 微观(数字参数) → Phase 级决策
245
+
246
+ 编排层(可选)
247
+ roadmap — 消费上游 context,纯 Milestone > Phase 分解
248
+
249
+ 执行层
250
+ plan → execute → verify
251
+ ```
252
+
253
+ ### 合法路径
254
+
255
+ | 路径 | 场景 | 命令序列 |
256
+ |------|------|---------|
257
+ | Path A | 完整新项目 | `brainstorm` → `blueprint`(可选) → `analyze "topic"` → `roadmap` → `analyze 1` → `plan 1` → `execute` → `verify` |
258
+ | Path B | 旧项目大功能 | `analyze "feature X"` → `roadmap` → `analyze 1` → `plan 1` → `execute` → `verify` |
259
+ | Path C | 中等功能 | `analyze "feature X"` → `plan --from analyze:ANL-xxx` → `execute` → `verify` |
260
+ | Path D | 小改动 | `plan "fix auth bug"` → `execute` → `verify` |
261
+ | Path E | 纯规格文档 | `blueprint "project idea"` → (供人阅读) |
262
+ | Path F | 纯探索 | `brainstorm "idea"` → (供人决策) |
263
+ | 快速修复 | 已知简单问题 | `/maestro-quick "修复描述"` |
230
264
  | Bug 追踪 | Issue 闭环 | `/manage-issue-discover` → `/manage-issue create` → analyze/plan/execute → close |
231
265
  | 全自动 | /maestro 入口 | `/maestro -y "任务描述"` |
232
266
  | 代码审查 | 质量管线 | `/quality-review` → `/quality-auto-test` → `/quality-test` |
@@ -258,9 +292,9 @@ $ARGUMENTS → Parse:
258
292
 
259
293
  ## Statistics
260
294
 
261
- - **Slash 命令**: 55 个(7 个分类)
295
+ - **Slash 命令**: 56 个(7 个分类)
262
296
  - **CLI 命令**: 21 个
263
297
  - **Skills**: 10 个(3 个分类)
264
298
  - **Agents**: 22 个(5 个分类)
265
299
  - **Guide 文档**: 17 个
266
- - **工作流**: 4 个主要模板
300
+ - **工作流路径**: 6 个合法路径 (Path A-F) + 3 个辅助流程
@@ -7,10 +7,11 @@
7
7
  "commands": [
8
8
  {"name": "maestro", "command": "/maestro", "category": "core", "description": "智能协调器 — 根据意图和项目状态自动选择最优命令链", "source": "../../commands/maestro.md"},
9
9
  {"name": "maestro-init", "command": "/maestro-init", "category": "core", "description": "项目初始化 — 创建 .workflow/ 目录结构和状态文件", "source": "../../commands/maestro-init.md"},
10
- {"name": "maestro-roadmap", "command": "/maestro-roadmap", "category": "core", "description": "路线图生成基于目标创建里程碑和 Phase 分解", "source": "../../commands/maestro-roadmap.md"},
11
- {"name": "maestro-brainstorm", "command": "/maestro-brainstorm", "category": "core", "description": "多角色头脑风暴生成分析文档和功能规格", "source": "../../commands/maestro-brainstorm.md"},
12
- {"name": "maestro-analyze", "command": "/maestro-analyze", "category": "pipeline", "description": "多维度分析Phase 分析、CLI 辅助探索、gap 分析", "source": "../../commands/maestro-analyze.md"},
13
- {"name": "maestro-plan", "command": "/maestro-plan", "category": "pipeline", "description": "任务规划生成执行计划、碰撞检测、gap 修复计划", "source": "../../commands/maestro-plan.md"},
10
+ {"name": "maestro-roadmap", "command": "/maestro-roadmap", "category": "core", "description": "路线图编排消费上游 context,纯 Milestone > Phase 分解(不做技术探索)", "source": "../../commands/maestro-roadmap.md"},
11
+ {"name": "maestro-brainstorm", "command": "/maestro-brainstorm", "category": "core", "description": "头脑风暴发散探索,多角色创意,上游起源命令", "source": "../../commands/maestro-brainstorm.md"},
12
+ {"name": "maestro-blueprint", "command": "/maestro-blueprint", "category": "core", "description": "正式规格文档化7-phase 收敛规格链,上游起源命令,产出 .workflow/blueprint/", "source": "../../commands/maestro-blueprint.md"},
13
+ {"name": "maestro-analyze", "command": "/maestro-analyze", "category": "pipeline", "description": "双层分析宏观(文本参数)探索影响面+scope_verdict / 微观(数字参数)Phase 级深入", "source": "../../commands/maestro-analyze.md"},
14
+ {"name": "maestro-plan", "command": "/maestro-plan", "category": "pipeline", "description": "任务规划 — 支持 --from analyze:ANL-xxx 直达、碰撞检测、gap 修复计划", "source": "../../commands/maestro-plan.md"},
14
15
  {"name": "maestro-execute", "command": "/maestro-execute", "category": "pipeline", "description": "任务执行 — wave 并行执行、delegate 编排、自动提交", "source": "../../commands/maestro-execute.md"},
15
16
  {"name": "maestro-verify", "command": "/maestro-verify", "category": "pipeline", "description": "验证确认 — 成果检查、gap 发现、下一阶段建议", "source": "../../commands/maestro-verify.md"},
16
17
  {"name": "maestro-quick", "command": "/maestro-quick", "category": "core", "description": "快速任务 — 跳过 Phase 管线直接完成,支持 --full/--discuss 模式", "source": "../../commands/maestro-quick.md"},
@@ -149,16 +150,33 @@
149
150
  "essential_commands": [
150
151
  "/maestro",
151
152
  "/maestro-init",
152
- "/maestro-roadmap",
153
+ "/maestro-brainstorm",
154
+ "/maestro-blueprint",
153
155
  "/maestro-analyze",
156
+ "/maestro-roadmap",
154
157
  "/maestro-plan",
155
158
  "/maestro-execute",
156
159
  "/maestro-verify",
157
- "/maestro-quick",
158
- "/quality-review",
159
- "/manage-issue"
160
+ "/maestro-quick"
160
161
  ],
161
162
  "workflows": {
163
+ "topology": {
164
+ "hierarchy": "Roadmap > Milestone > Phase > Task",
165
+ "layers": {
166
+ "upstream_origin": ["brainstorm (发散/轻量)", "blueprint (收敛/重型)"],
167
+ "understanding": "analyze 双层: 宏观(文本参数) + 微观(数字参数)",
168
+ "orchestration": "roadmap (可选,消费上游 context)",
169
+ "execution": ["plan", "execute", "verify"]
170
+ }
171
+ },
172
+ "paths": {
173
+ "A_full_project": "brainstorm → blueprint(可选) → analyze 宏观 → roadmap → analyze 微观 → plan → execute → verify",
174
+ "B_large_feature": "analyze 宏观 → roadmap → analyze 微观 → plan → execute → verify",
175
+ "C_medium_feature": "analyze 宏观 → plan --from analyze:ANL-xxx → execute → verify",
176
+ "D_small_fix": "plan → execute → verify",
177
+ "E_spec_only": "blueprint → (供人阅读)",
178
+ "F_explore_only": "brainstorm → (供人决策)"
179
+ },
162
180
  "main_pipeline": {
163
181
  "name": "主干管线",
164
182
  "phases": ["analyze", "plan", "execute", "verify"],
@@ -176,9 +194,9 @@
176
194
  },
177
195
  "init_paths": {
178
196
  "name": "初始化路径",
179
- "minimal": "/maestro-init → /maestro-roadmap",
180
- "from_brainstorm": "/maestro-brainstorm → /maestro-init --from-brainstorm → /maestro-roadmap",
181
- "full_spec": "/maestro-init → /maestro-spec-generate"
197
+ "from_brainstorm": "/maestro-brainstorm → /maestro-init --from brainstorm:<id> → /maestro-analyze 宏观",
198
+ "from_blueprint": "/maestro-blueprint → /maestro-init → /maestro-analyze 宏观",
199
+ "direct": "/maestro-init → /maestro-analyze 宏观"
182
200
  }
183
201
  }
184
202
  }
@@ -59,7 +59,7 @@ const commandPrefixes = ["/", "maestro-", "manage-", "quality-", "spec-", "learn
59
59
  // Known command names from catalog (without prefix)
60
60
  const knownCommands = [
61
61
  "maestro", "analyze", "plan", "execute", "verify", "init", "roadmap",
62
- "brainstorm", "quick", "overlay", "amend", "fork", "merge", "collab",
62
+ "brainstorm", "blueprint", "quick", "overlay", "amend", "fork", "merge", "collab",
63
63
  "milestone-audit", "milestone-complete", "milestone-release",
64
64
  "composer", "player", "ralph", "ralph-execute", "learn",
65
65
  "impeccable", "ui-codify", "update",
@@ -70,7 +70,7 @@
70
70
  | 命令 | Guide 文档 |
71
71
  |------|-----------|
72
72
  | maestro-analyze/plan/execute/verify | `guide/command-usage-guide.md` (主干管线) |
73
- | maestro-init/roadmap | `guide/quick-start-guide.md` |
73
+ | maestro-init/roadmap/blueprint | `guide/quick-start-guide.md` |
74
74
  | maestro-ralph | `guide/maestro-ralph-guide.md` |
75
75
  | maestro (协调器) | `guide/maestro-coordinator-guide.md` |
76
76
  | manage-* | `guide/command-usage-guide.md` (管理) |
@@ -91,9 +91,11 @@
91
91
  | 当前状态 | 推荐命令 | 原因 |
92
92
  |---------|---------|------|
93
93
  | 无 .workflow/ | `/maestro-init` | 项目未初始化,需要先创建工作区 |
94
- | init 完成,无 roadmap | `/maestro-roadmap` | 需要路线图指导后续 Phase |
95
- | roadmap 完成,phase=pending | `/maestro-analyze` | 准备开始分析阶段 |
96
- | analyze 完成 | `/maestro-plan` | 分析完成,进入规划 |
94
+ | init 完成,无上游 context | `/maestro-brainstorm` 或 `/maestro-analyze "topic"` | 先探索再规划;brainstorm 用于发散,analyze 宏观用于代码库分析 |
95
+ | analyze 完成,scope_verdict=large | `/maestro-roadmap --from analyze:ANL-xxx` | 大范围需求,需要 Milestone > Phase 分解 |
96
+ | analyze 完成,scope_verdict=medium/small | `/maestro-plan --from analyze:ANL-xxx` | 跳过 roadmap,直接规划(Path C) |
97
+ | roadmap 完成,phase=pending | `/maestro-analyze 1` | 微观分析:Phase 级深入探索 |
98
+ | analyze (微观) 完成 | `/maestro-plan 1` | Phase 级规划 |
97
99
  | plan 完成 | `/maestro-execute` | 规划完成,开始执行 |
98
100
  | execute 完成 | `/maestro-verify` | 执行完成,验证成果 |
99
101
  | verify 有 gaps | `/maestro-analyze --gaps` | 发现差距,重新分析 |
@@ -33,36 +33,46 @@ const taskPatterns = [
33
33
 
34
34
  #### Step 4.2: 推荐工作流
35
35
 
36
- **新项目** (复杂度: 高):
36
+ **新项目 — Path A** (复杂度: 高):
37
37
 
38
38
  ```markdown
39
39
  ## 新项目工作流
40
40
 
41
- ### 路径 1: 最简路径(适合快速启动)
42
- 1. `/maestro-init` — 初始化 .workflow/ 目录
43
- 2. `/maestro-roadmap "项目目标" -y` — 生成路线图
44
- 3. 按里程碑执行: analyze → plan → execute → verify
41
+ ### 路径 A: 完整新项目
42
+ 1. `/maestro-brainstorm "项目描述"` — 发散探索,多角色创意
43
+ 2. `/maestro-blueprint` (可选) 7-phase 正式规格文档化
44
+ 3. `/maestro-init --from brainstorm:ID`
45
+ 4. `/maestro-analyze "topic"` — 宏观分析,探索影响面 → scope_verdict
46
+ 5. `/maestro-roadmap --from analyze:ANL-xxx` — 纯编排,Milestone > Phase 分解
47
+ 6. `/maestro-analyze 1` — 微观分析,Phase 级深入
48
+ 7. `/maestro-plan 1` → `/maestro-execute` → `/maestro-verify`
45
49
 
46
- ### 路径 2: 从头脑风暴开始(适合需要创意探索)
47
- 1. `/maestro-brainstorm "项目描述"` — 多角色头脑风暴
48
- 2. `/maestro-init --from-brainstorm ANL-xxx` — 基于分析初始化
49
- 3. `/maestro-roadmap "创建路线图" -y`
50
+ ### 路径 E: 纯规格文档(不进执行链)
51
+ 1. `/maestro-blueprint "project idea"` — 供人阅读和决策
50
52
 
51
- ### 路径 3: 完整规范链(适合大型项目)
52
- 1. `/maestro-init`
53
- 2. `/maestro-spec-generate` — 7 阶段规范生成
53
+ ### 路径 F: 纯探索(不进执行链)
54
+ 1. `/maestro-brainstorm "idea"` — 供人决策
54
55
  ```
55
56
 
56
- **功能开发** (复杂度: ):
57
+ **旧项目大功能 — Path B** (复杂度: ):
57
58
 
58
59
  ```markdown
59
- ## 功能开发工作流
60
+ ## 旧项目大功能工作流
60
61
 
61
- ### 主干管线(标准流程)
62
- 1. `/maestro-analyze [phase]` — 分析需求和现有代码
63
- 2. `/maestro-plan [phase]` — 生成执行计划
64
- 3. `/maestro-execute [phase]` 执行实现
65
- 4. `/maestro-verify [phase]` — 验证成果
62
+ 1. `/maestro-analyze "feature X"` — 宏观分析 → scope_verdict=large
63
+ 2. `/maestro-roadmap --from analyze:ANL-xxx` — Milestone > Phase 分解
64
+ 3. `/maestro-analyze 1` — 微观分析
65
+ 4. `/maestro-plan 1` `/maestro-execute` → `/maestro-verify`
66
+ ```
67
+
68
+ **中等功能 — Path C** (复杂度: 中,跳过 roadmap):
69
+
70
+ ```markdown
71
+ ## 中等功能工作流
72
+
73
+ 1. `/maestro-analyze "feature X"` — 宏观分析 → scope_verdict=medium
74
+ 2. `/maestro-plan --from analyze:ANL-xxx` — 直达规划,跳过 roadmap
75
+ 3. `/maestro-execute` → `/maestro-verify`
66
76
 
67
77
  ### 快速渠道(简单功能)
68
78
  1. `/maestro-quick "功能描述"` — 一键完成
@@ -71,13 +81,22 @@ const taskPatterns = [
71
81
  1. `/maestro -y "功能描述"` — 自动选择并执行完整流程
72
82
  ```
73
83
 
74
- **Bug 修复** (复杂度: 低-中):
84
+ **小改动 — Path D** (复杂度: ):
75
85
 
76
86
  ```markdown
77
- ## Bug 修复工作流
87
+ ## 小改动工作流
88
+
89
+ 1. `/maestro-plan "fix auth bug"` — 直接规划
90
+ 2. `/maestro-execute` → `/maestro-verify`
78
91
 
79
92
  ### 快速修复(已知问题)
80
93
  1. `/maestro-quick "修复 Bug 描述"`
94
+ ```
95
+
96
+ **Bug 追踪** (Issue 闭环):
97
+
98
+ ```markdown
99
+ ## Bug 追踪工作流
81
100
 
82
101
  ### Issue 闭环(需要追踪)
83
102
  1. `/manage-issue-discover by-prompt "问题描述"` — 发现 Issue
@@ -109,7 +128,10 @@ const taskPatterns = [
109
128
  对需要全景视角的用户,展示 Mermaid 图:
110
129
 
111
130
  ```
112
- 主干管线: analyze plan → execute → verify → quality (review/test) → milestone-audit → milestone-complete
131
+ 上游起源: brainstorm(发散) | blueprint(收敛) → 可选
132
+ 理解层: analyze "topic"(宏观) → scope_verdict 路由
133
+ 编排层: roadmap(可选,仅 scope_verdict=large 时建议)
134
+ 执行层: plan → execute → verify → quality → milestone-audit → milestone-complete
113
135
  快速渠道: maestro-quick → (直接完成)
114
136
  Issue 闭环: discover → create → analyze --gaps → plan --gaps → execute → close
115
137
  全自动: /maestro -y → (自动路由)
@@ -122,11 +144,16 @@ Issue 闭环: discover → create → analyze --gaps → plan --gaps → execute
122
144
  ```markdown
123
145
  ## 核心概念
124
146
 
125
- - **Milestone**: 项目阶段,包含多个 Phase
126
- - **Phase**: 单个工作单元,走 analyze → plan → execute → verify 生命周期
147
+ - **Roadmap**: 项目级常驻规划文档,包含多个 Milestone
148
+ - **Milestone**: 可独立交付的版本节点(v0.1.0-rc1),包含多个 Phase
149
+ - **Phase**: Milestone 内的同步屏障执行阶段,走 analyze → plan → execute → verify 生命周期
150
+ - **Task**: Phase 内的具体代码修改单元(wave DAG 管理并行)
151
+ - **Blueprint**: 正式规格文档化命令(7-phase 收敛),与 brainstorm 并列作为上游起源
152
+ - **Analyze 双层**: 宏观(文本参数)探索影响面产出 scope_verdict;微观(数字参数)Phase 级深入分析
153
+ - **scope_verdict**: analyze 宏观完成后的路由建议 — large→roadmap, medium/small→直达 plan
127
154
  - **Overlay**: 非侵入式命令补丁,扩展命令行为而不修改源文件
128
155
  - **Delegate**: 将子任务委派给外部 AI 工具(Gemini/Claude/Codex)
129
- - **Spec**: 项目规范,自动注入到工作流中作为约束
156
+ - **Spec**: 项目约束规则(coding/arch/debug/test),自动注入到工作流
130
157
  - **Wiki**: 知识图谱,存储详细技术文档
131
158
  - **Ralph**: 自适应决策引擎,动态调整执行链
132
159
  ```
@@ -146,14 +173,14 @@ Issue 闭环: discover → create → analyze --gaps → plan --gaps → execute
146
173
  |---|------|------|---------|
147
174
  | 1 | `/maestro` | 智能协调器 | 不确定用哪个命令时,告诉它你的目标 |
148
175
  | 2 | `/maestro-init` | 初始化项目 | 首次使用,创建 .workflow/ 结构 |
149
- | 3 | `/maestro-roadmap` | 生成路线图 | 初始化后,规划里程碑 |
150
- | 4 | `/maestro-analyze` | 分析 | 开始一个 Phase 的分析 |
151
- | 5 | `/maestro-plan` | 规划 | 分析完成后,生成执行计划 |
152
- | 6 | `/maestro-execute` | 执行 | 计划完成后,执行实现 |
153
- | 7 | `/maestro-verify` | 验证 | 执行完成后,检查成果 |
154
- | 8 | `/maestro-quick` | 快速任务 | 简单任务跳过管线 |
155
- | 9 | `/quality-review` | 代码审查 | 执行后进行质量检查 |
156
- | 10 | `/manage-issue` | Issue 管理 | 追踪和解决 Bug |
176
+ | 3 | `/maestro-brainstorm` | 头脑风暴 | 新项目发散探索、多角色创意 |
177
+ | 4 | `/maestro-blueprint` | 规格文档化 | 正式 7-phase 收敛规格链 |
178
+ | 5 | `/maestro-analyze` | 双层分析 | 宏观: `"topic"` 探索影响面;微观: `1` Phase 级深入 |
179
+ | 6 | `/maestro-roadmap` | 路线图编排 | scope_verdict=large 时,Milestone > Phase 分解 |
180
+ | 7 | `/maestro-plan` | 规划 | 分析完成后生成执行计划,支持 `--from analyze:ANL-xxx` 直达 |
181
+ | 8 | `/maestro-execute` | 执行 | 计划完成后,执行实现 |
182
+ | 9 | `/maestro-verify` | 验证 | 执行完成后,检查成果 |
183
+ | 10 | `/maestro-quick` | 快速任务 | 简单任务跳过管线 |
157
184
  ```
158
185
 
159
186
  #### Step 5.2: 快速入门路径
@@ -76,6 +76,8 @@ responsive-design.md, spatial-design.md, typography.md, ux-writing.md
76
76
 
77
77
  ## Chains
78
78
 
79
+ Chain step names below reuse Command Routing names but resolve through the chain runner. To avoid ambiguity with Direct command invocation, internal display, todo items, and session status records always tag chain steps with the `impeccable:` prefix (e.g. `impeccable:craft`, `impeccable:critique`). The bare names in this table refer to the workflow file at `~/.maestro/workflows/impeccable/{name}.md` that the chain step reads.
80
+
79
81
  | Chain | Steps | Scenario |
80
82
  |-------|-------|----------|
81
83
  | build | teach? → explore? → shape → craft → critique → [refine] → audit → polish | New from scratch |
@@ -183,17 +185,17 @@ Before reading any command workflow:
183
185
  ## Chain Execution
184
186
 
185
187
  1. Prerequisites ✓
186
- 2. **Display chain preview**: parse chain definition, output full step preview:
188
+ 2. **Display chain preview**: parse chain definition, output full step preview (chain steps prefixed `impeccable:` to disambiguate from Direct commands):
187
189
  ```
188
190
  ── Chain: build ──────────────────────────
189
- 1. teach (conditional: PRODUCT.md missing)
190
- 2. explore (conditional: DESIGN.md missing)
191
- 3. shape
192
- 4. craft
193
- 5. critique ◆ quality gate (threshold: 26/40)
194
- 6. [refine] ↺ auto-fix loop (max: 3)
195
- 7. audit ◆ quality gate (threshold: 14/20)
196
- 8. polish
191
+ 1. impeccable:teach (conditional: PRODUCT.md missing)
192
+ 2. impeccable:explore (conditional: DESIGN.md missing)
193
+ 3. impeccable:shape
194
+ 4. impeccable:craft
195
+ 5. impeccable:critique ◆ quality gate (threshold: 26/40)
196
+ 6. impeccable:[refine] ↺ auto-fix loop (max: 3)
197
+ 7. impeccable:audit ◆ quality gate (threshold: 14/20)
198
+ 8. impeccable:polish
197
199
  ─────────────────────────────────────────
198
200
  Target: {target}
199
201
  ```
@@ -207,9 +209,9 @@ Before reading any command workflow:
207
209
  "gate_history": [], "loop_count": 0, "status": "running" }
208
210
  ```
209
211
  4. **track_tasks init**: create todo items for all chain steps
210
- - One item per step, format: `[chain] step N: {command} — {description}`
212
+ - One item per step, format: `[chain] step N: impeccable:{command} — {description}` (use `impeccable:` prefix to disambiguate from Direct command items)
211
213
  - If conditional step is skipped, immediately mark completed
212
- - Quality gate steps include threshold: `[chain] step 5: critique ◆ gate ≥26/40`
214
+ - Quality gate steps include threshold: `[chain] step 5: impeccable:critique ◆ gate ≥26/40`
213
215
  5. For each step:
214
216
  - Read `~/.maestro/workflows/impeccable/{command}.md` → execute
215
217
  - **Step start**: track_tasks marks current step in_progress
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: maestro-init
3
3
  description: Initialize project with auto state detection
4
- argument-hint: "[-y] [--from-brainstorm SESSION-ID]"
4
+ argument-hint: "[-y] [--from <source>]"
5
5
  allowed-tools:
6
6
  - read_file
7
7
  - write_file
@@ -27,7 +27,7 @@ Initialize a new project through auto state detection and unified flow. Invoked
27
27
  <context>
28
28
  **Flags:**
29
29
  - `-y` -- Automatic mode. After config questions, runs research without further interaction. Expects idea document via @ reference.
30
- - `--from-brainstorm SESSION-ID` -- Import from a brainstorm session. Reads guidance-specification.md to pre-fill project vision, goals, constraints, and terminology. Skips interactive questioning.
30
+ - `--from <source>` -- Load upstream context package (brainstorm:ID, @file, or path). Consumes context-package.json to pre-fill project vision, goals, constraints, and terminology. Skips interactive questioning. Alias: `--from-brainstorm`
31
31
 
32
32
  **Load project state if exists:**
33
33
  Check for `.workflow/state.json` -- loads context if project already initialized.
@@ -65,7 +65,7 @@ Other commands:
65
65
  |------|----------|-----------|----------|
66
66
  | E001 | error | No arguments provided when -y requires @ reference | Check arguments format, re-run with correct input |
67
67
  | E002 | error | .workflow/ already exists for greenfield init | Check .workflow/ directory state, resolve conflicts |
68
- | E003 | error | Brainstorm session not found (--from-brainstorm) | Check arguments format, re-run with correct input |
68
+ | E003 | error | Context source not found (--from / --from-brainstorm) | Check arguments format, re-run with correct input |
69
69
  | W001 | warning | Research agent failed, continuing with partial results | Retry research or proceed with partial results |
70
70
  </error_codes>
71
71
 
@@ -36,8 +36,10 @@ Milestone: $ARGUMENTS (optional -- defaults to current_milestone from state.json
36
36
 
37
37
  **Data source:**
38
38
  - `.workflow/state.json` — artifacts[], current_milestone, milestones[]
39
- - `.workflow/roadmap.md` — milestone-to-phase mapping
39
+ - `.workflow/roadmap.md` — milestone-to-phase mapping (standard milestones only)
40
40
  - Plan scratch dirs — for task status verification
41
+
42
+ **Adhoc milestone support (D-008):** When the target milestone has `type == "adhoc"` (or `type` field is missing, defaulting to `"standard"`), the audit skips roadmap.md parsing and phase coverage checks. It only validates artifact chain completeness (PLN→EXC exists) and runs integration checks.
41
43
  </context>
42
44
 
43
45
  <execution>
@@ -61,8 +63,8 @@ Audit checklist steps (phase coverage, ad-hoc completeness, execution completene
61
63
  </error_codes>
62
64
 
63
65
  <success_criteria>
64
- - [ ] All phases in milestone identified from roadmap
65
- - [ ] Artifact chains verified (ANL→PLN→EXC) per phase
66
+ - [ ] All phases in milestone identified from roadmap (standard) or milestone_obj.phases (adhoc)
67
+ - [ ] Artifact chains verified: ANL→PLN→EXC per phase (standard) or PLN→EXC exists (adhoc)
66
68
  - [ ] Ad-hoc artifacts checked for completion
67
69
  - [ ] Integration check completed (shared interfaces, data contracts)
68
70
  - [ ] Audit report written with clear PASS/FAIL verdict
@@ -28,8 +28,8 @@ Milestone: $ARGUMENTS (optional -- defaults to current_milestone from state.json
28
28
  **Requires:** `/maestro-milestone-audit` should have passed.
29
29
 
30
30
  **State files:**
31
- - `.workflow/state.json` — artifacts[], milestones[], current_milestone, milestone_history[]
32
- - `.workflow/roadmap.md` — milestone structure
31
+ - `.workflow/state.json` — artifacts[], milestones[] (with `type` field: `"standard"` | `"adhoc"`), current_milestone, milestone_history[]
32
+ - `.workflow/roadmap.md` — milestone structure (standard milestones only; adhoc milestones may not have roadmap)
33
33
  - `.workflow/milestones/{milestone}/audit-report.md` — audit results
34
34
  </context>
35
35
 
@@ -54,8 +54,10 @@ If user confirms promotion, invoke `invoke_skill({ skill: "spec-add", args: "<ca
54
54
 
55
55
  **Next-step routing on completion:**
56
56
  - Cut a release → `/maestro-milestone-release`
57
- - Next milestone → `/maestro-analyze` or `/maestro-plan 1`
57
+ - Next milestone → `/maestro-analyze` or `/maestro-plan 1` (standard milestones only)
58
58
  - View state → `/manage-status`
59
+
60
+ **Adhoc milestone (D-008):** When completing an adhoc milestone, skip roadmap snapshot and do not advance to next milestone. Set `current_milestone = null`, `status = "idle"`. Adhoc milestones are self-contained — no successor in roadmap chain.
59
61
  </execution>
60
62
 
61
63
  <error_codes>
@@ -71,7 +73,7 @@ If user confirms promotion, invoke `invoke_skill({ skill: "spec-add", args: "<ca
71
73
  - [ ] Scratch artifacts moved to milestones/{M}/artifacts/
72
74
  - [ ] Artifact entries archived to milestone_history
73
75
  - [ ] Knowhow extracted to specs/learnings.md
74
- - [ ] state.json updated: next milestone as current, artifacts[] cleared
75
- - [ ] Roadmap snapshot saved
76
+ - [ ] state.json updated: next milestone as current (standard) or current_milestone=null (adhoc), artifacts[] cleared
77
+ - [ ] Roadmap snapshot saved (standard only; adhoc skips)
76
78
  - [ ] project.md Context updated with milestone summary
77
79
  </success_criteria>
@@ -46,7 +46,7 @@ $ARGUMENTS -- optional explicit version string and flags.
46
46
  </context>
47
47
 
48
48
  <execution>
49
- Follow '~/.maestro/workflows/release.md' completely.
49
+ Follow '~/.maestro/workflows/milestone-release.md' completely.
50
50
 
51
51
  **High-level flow:**
52
52
  1. Validate preconditions (milestone completed, clean tree, audit PASS)
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: maestro-plan
3
3
  description: Use when creating, revising, or verifying an execution plan for a phase or task
4
- argument-hint: "[phase] [--collab] [--spec SPEC-xxx] [-y] [--gaps] [--tdd] [--dir <path>] [--revise [instructions]] [--check <plan-dir>]"
4
+ argument-hint: "[phase] [--collab] [--spec SPEC-xxx] [-y] [--gaps] [--tdd] [--dir <path>] [--from <source>] [--revise [instructions]] [--check <plan-dir>]"
5
5
  allowed-tools:
6
6
  - read_file
7
7
  - write_file
@@ -41,12 +41,24 @@ $ARGUMENTS — phase number, or no args for milestone-wide planning, with option
41
41
  Scope routing, base flags (`--collab`, `--spec`, `-y`, `--gaps`, `--dir`), output directory format, and artifact registration are defined in workflow plan.md.
42
42
 
43
43
  **Command-level flags** (extensions beyond workflow base):
44
+ - `--from <source>`: Load upstream context directly (bypasses roadmap requirement):
45
+ - `analyze:ANL-xxx` → CONTEXT_DIR = artifact path, scope = "standalone"
46
+ - `blueprint:BLP-xxx` → CONTEXT_DIR = blueprint path, scope = "standalone"
47
+ - `@file` or `path/` → load context-package.json from path
44
48
  - `--revise [instructions]` -- See workflow plan.md § Revise Mode
45
49
  - `--check <plan-dir>` -- See workflow plan.md § Check Mode
46
50
 
47
- **Upstream context:**
48
- - Reads `context.md` from prior analyze artifact (auto-discovered from state.json or via --dir)
49
- - Reads `conclusions.json` if available (implementation_scope seeds task generation)
51
+ **Upstream context (resolution priority):**
52
+ 1. `--from analyze:ANL-xxx` uses analyze conclusions.implementation_scope directly
53
+ 2. `--from blueprint:BLP-xxx` uses blueprint requirements + architecture
54
+ 3. `--dir <path>` → explicit context directory (unchanged)
55
+ 4. Numeric arg → scope = "phase", resolve from roadmap (unchanged)
56
+ 5. No args + roadmap → scope = "milestone" (unchanged)
57
+ 6. No args + no roadmap → search state.json for latest analyze artifact, fallback standalone
58
+
59
+ **Ad-hoc milestone (D-008):** When scope resolves to "standalone" via the standard standalone resolution (no `--from` source), and `current_milestone == null`, plan auto-creates an adhoc milestone (`type: "adhoc"`) in state.json before proceeding. This ensures downstream milestone-audit/complete have a valid milestone context. See workflow plan.md § "Ad-hoc Milestone Auto-Creation".
60
+
61
+ **Exception (`--from analyze:ANL-xxx` / `blueprint:BLP-xxx`):** When scope is set to "standalone" by `--from`, skip adhoc milestone auto-creation — the upstream analyze/blueprint artifact already provides the milestone context (or is intentionally milestone-free). Adhoc creation in this path would conflict with the `--from` semantic of "this is a one-shot plan rooted in an existing artifact".
50
62
 
51
63
  ### Role Knowledge
52
64
  `maestro wiki list --category arch` → select relevant → `maestro wiki load`