maestro-flow 0.5.32 → 0.5.34
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.
- package/.agents/agents/role-design-author.md +5 -3
- package/.agents/skills/maestro/SKILL.md +8 -1
- package/.agents/skills/maestro-help/SKILL.md +39 -10
- package/.agents/skills/maestro-help/index/catalog.json +118 -53
- package/.agents/skills/maestro-help/phases/01-parse-intent.md +9 -6
- package/.agents/skills/maestro-help/phases/02-search-present.md +55 -15
- package/.agents/skills/maestro-help/phases/03-workflow-guide.md +35 -2
- package/.agents/skills/maestro-ralph/SKILL.md +9 -2
- package/.agents/skills/maestro-ralph-beta/SKILL.md +7 -2
- package/.agents/skills/maestro-ralph-execute/SKILL.md +1 -0
- package/.agents/skills/manage-harvest/SKILL.md +3 -0
- package/.agents/skills/manage-knowledge-audit/SKILL.md +29 -0
- package/.agents/skills/odyssey-debug/SKILL.md +7 -1
- package/.agents/skills/odyssey-improve/SKILL.md +7 -1
- package/.agents/skills/odyssey-planex/SKILL.md +11 -1
- package/.agents/skills/odyssey-review-test-fix/SKILL.md +7 -1
- package/.agents/skills/odyssey-ui/SKILL.md +7 -1
- package/.agents/skills/quality-review/SKILL.md +3 -0
- package/.agy/agents/role-design-author.md +5 -3
- package/.agy/skills/maestro/SKILL.md +8 -1
- package/.agy/skills/maestro-help/SKILL.md +39 -10
- package/.agy/skills/maestro-help/index/catalog.json +118 -53
- package/.agy/skills/maestro-help/phases/01-parse-intent.md +9 -6
- package/.agy/skills/maestro-help/phases/02-search-present.md +55 -15
- package/.agy/skills/maestro-help/phases/03-workflow-guide.md +35 -2
- package/.agy/skills/maestro-ralph/SKILL.md +9 -2
- package/.agy/skills/maestro-ralph-beta/SKILL.md +7 -2
- package/.agy/skills/maestro-ralph-execute/SKILL.md +1 -0
- package/.agy/skills/manage-harvest/SKILL.md +3 -0
- package/.agy/skills/manage-knowledge-audit/SKILL.md +29 -0
- package/.agy/skills/odyssey-debug/SKILL.md +7 -1
- package/.agy/skills/odyssey-improve/SKILL.md +7 -1
- package/.agy/skills/odyssey-planex/SKILL.md +11 -1
- package/.agy/skills/odyssey-review-test-fix/SKILL.md +7 -1
- package/.agy/skills/odyssey-ui/SKILL.md +7 -1
- package/.agy/skills/quality-review/SKILL.md +3 -0
- package/.claude/agents/role-design-author.md +5 -3
- package/.claude/commands/maestro-ralph-beta.md +7 -2
- package/.claude/commands/maestro-ralph-execute.md +1 -0
- package/.claude/commands/maestro-ralph.md +9 -2
- package/.claude/commands/maestro.md +8 -1
- package/.claude/commands/manage-harvest.md +3 -0
- package/.claude/commands/manage-knowledge-audit.md +29 -0
- package/.claude/commands/odyssey-debug.md +7 -1
- package/.claude/commands/odyssey-improve.md +7 -1
- package/.claude/commands/odyssey-planex.md +11 -1
- package/.claude/commands/odyssey-review-test-fix.md +7 -1
- package/.claude/commands/odyssey-ui.md +7 -1
- package/.claude/commands/quality-review.md +3 -0
- package/.claude/skills/maestro-help/SKILL.md +39 -10
- package/.claude/skills/maestro-help/index/catalog.json +118 -53
- package/.claude/skills/maestro-help/phases/01-parse-intent.md +9 -6
- package/.claude/skills/maestro-help/phases/02-search-present.md +55 -15
- package/.claude/skills/maestro-help/phases/03-workflow-guide.md +35 -2
- package/.codex/skills/manage-harvest/SKILL.md +2 -1
- package/.codex/skills/quality-review/SKILL.md +4 -2
- package/README.md +196 -87
- package/README.zh-CN.md +198 -79
- package/dashboard/dist-server/dashboard/src/server/wiki/graph-analysis.js +9 -4
- package/dashboard/dist-server/dashboard/src/server/wiki/graph-analysis.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/wiki/search.d.ts +8 -5
- package/dashboard/dist-server/dashboard/src/server/wiki/search.js +22 -42
- package/dashboard/dist-server/dashboard/src/server/wiki/search.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/wiki/wiki-indexer.d.ts +1 -4
- package/dashboard/dist-server/dashboard/src/server/wiki/wiki-indexer.js +28 -42
- package/dashboard/dist-server/dashboard/src/server/wiki/wiki-indexer.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/wiki/wiki-indexer.test.js +22 -22
- package/dashboard/dist-server/dashboard/src/server/wiki/wiki-indexer.test.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/wiki/writer-stress.test.js +12 -12
- package/dashboard/dist-server/dashboard/src/server/wiki/writer-stress.test.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/wiki/writer.js +10 -3
- package/dashboard/dist-server/dashboard/src/server/wiki/writer.js.map +1 -1
- package/dashboard/dist-server/src/commands/install-backend.d.ts +1 -1
- package/dashboard/dist-server/src/commands/install-backend.js +1 -1
- package/dashboard/dist-server/src/commands/install-backend.js.map +1 -1
- package/dashboard/dist-server/src/core/component-defs.d.ts +1 -0
- package/dashboard/dist-server/src/core/component-defs.js +68 -19
- package/dashboard/dist-server/src/core/component-defs.js.map +1 -1
- package/dashboard/dist-server/src/graph/kg/db/types.d.ts +2 -1
- package/dashboard/dist-server/src/graph/kg/db/types.js.map +1 -1
- package/dashboard/dist-server/src/graph/kg/extraction/knowledge-extractor-registry.d.ts +22 -0
- package/dashboard/dist-server/src/graph/kg/extraction/knowledge-extractor-registry.js +64 -0
- package/dashboard/dist-server/src/graph/kg/extraction/knowledge-extractor-registry.js.map +1 -0
- package/dashboard/dist-server/src/graph/kg/extraction/orchestrator.js +12 -98
- package/dashboard/dist-server/src/graph/kg/extraction/orchestrator.js.map +1 -1
- package/dashboard/dist-server/src/hooks/keyword-spec-injector.js +5 -2
- package/dashboard/dist-server/src/hooks/keyword-spec-injector.js.map +1 -1
- package/dashboard/dist-server/src/hooks/wiki-role-loader.js +2 -1
- package/dashboard/dist-server/src/hooks/wiki-role-loader.js.map +1 -1
- package/dashboard/dist-server/src/tools/domain-loader.js +22 -16
- package/dashboard/dist-server/src/tools/domain-loader.js.map +1 -1
- package/dashboard/dist-server/src/tools/spec-entry-parser.d.ts +6 -1
- package/dashboard/dist-server/src/tools/spec-entry-parser.js +44 -13
- package/dashboard/dist-server/src/tools/spec-entry-parser.js.map +1 -1
- package/dashboard/dist-server/src/tools/spec-keyword-index.d.ts +2 -0
- package/dashboard/dist-server/src/tools/spec-keyword-index.js +4 -9
- package/dashboard/dist-server/src/tools/spec-keyword-index.js.map +1 -1
- package/dashboard/dist-server/src/tools/spec-loader.js +3 -11
- package/dashboard/dist-server/src/tools/spec-loader.js.map +1 -1
- package/dashboard/dist-server/src/types/index.d.ts +14 -0
- package/dashboard/dist-server/src/utils/frontmatter.d.ts +15 -0
- package/dashboard/dist-server/src/utils/frontmatter.js +76 -0
- package/dashboard/dist-server/src/utils/frontmatter.js.map +1 -0
- package/dist/src/commands/domain.d.ts.map +1 -1
- package/dist/src/commands/domain.js +8 -2
- package/dist/src/commands/domain.js.map +1 -1
- package/dist/src/commands/install-backend.d.ts +1 -1
- package/dist/src/commands/install-backend.d.ts.map +1 -1
- package/dist/src/commands/install-backend.js +1 -1
- package/dist/src/commands/install-backend.js.map +1 -1
- package/dist/src/commands/install.d.ts.map +1 -1
- package/dist/src/commands/install.js +6 -2
- package/dist/src/commands/install.js.map +1 -1
- package/dist/src/commands/knowhow.d.ts.map +1 -1
- package/dist/src/commands/knowhow.js +3 -26
- package/dist/src/commands/knowhow.js.map +1 -1
- package/dist/src/commands/search.d.ts +1 -1
- package/dist/src/commands/search.d.ts.map +1 -1
- package/dist/src/commands/search.js +43 -41
- package/dist/src/commands/search.js.map +1 -1
- package/dist/src/commands/spec.d.ts.map +1 -1
- package/dist/src/commands/spec.js +106 -6
- package/dist/src/commands/spec.js.map +1 -1
- package/dist/src/commands/uninstall.d.ts.map +1 -1
- package/dist/src/commands/uninstall.js +12 -3
- package/dist/src/commands/uninstall.js.map +1 -1
- package/dist/src/config/cli-tools-config.d.ts.map +1 -1
- package/dist/src/config/cli-tools-config.js +2 -0
- package/dist/src/config/cli-tools-config.js.map +1 -1
- package/dist/src/core/component-defs.d.ts +1 -0
- package/dist/src/core/component-defs.d.ts.map +1 -1
- package/dist/src/core/component-defs.js +68 -19
- package/dist/src/core/component-defs.js.map +1 -1
- package/dist/src/core/extension-loader.d.ts.map +1 -1
- package/dist/src/core/extension-loader.js +4 -0
- package/dist/src/core/extension-loader.js.map +1 -1
- package/dist/src/core/install-executor.d.ts.map +1 -1
- package/dist/src/core/install-executor.js +2 -0
- package/dist/src/core/install-executor.js.map +1 -1
- package/dist/src/graph/analyzers/fs-analyzer.js +2 -2
- package/dist/src/graph/analyzers/fs-analyzer.js.map +1 -1
- package/dist/src/graph/kg/db/node-kind-registry.d.ts +18 -0
- package/dist/src/graph/kg/db/node-kind-registry.d.ts.map +1 -0
- package/dist/src/graph/kg/db/node-kind-registry.js +42 -0
- package/dist/src/graph/kg/db/node-kind-registry.js.map +1 -0
- package/dist/src/graph/kg/db/types.d.ts +2 -1
- package/dist/src/graph/kg/db/types.d.ts.map +1 -1
- package/dist/src/graph/kg/db/types.js.map +1 -1
- package/dist/src/graph/kg/extraction/knowledge-extractor-registry.d.ts +23 -0
- package/dist/src/graph/kg/extraction/knowledge-extractor-registry.d.ts.map +1 -0
- package/dist/src/graph/kg/extraction/knowledge-extractor-registry.js +64 -0
- package/dist/src/graph/kg/extraction/knowledge-extractor-registry.js.map +1 -0
- package/dist/src/graph/kg/extraction/orchestrator.d.ts.map +1 -1
- package/dist/src/graph/kg/extraction/orchestrator.js +12 -98
- package/dist/src/graph/kg/extraction/orchestrator.js.map +1 -1
- package/dist/src/hooks/keyword-spec-injector.d.ts.map +1 -1
- package/dist/src/hooks/keyword-spec-injector.js +5 -2
- package/dist/src/hooks/keyword-spec-injector.js.map +1 -1
- package/dist/src/hooks/wiki-role-loader.d.ts.map +1 -1
- package/dist/src/hooks/wiki-role-loader.js +2 -1
- package/dist/src/hooks/wiki-role-loader.js.map +1 -1
- package/dist/src/index.d.ts +6 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +4 -0
- package/dist/src/index.js.map +1 -1
- package/dist/src/tools/domain-loader.d.ts.map +1 -1
- package/dist/src/tools/domain-loader.js +22 -16
- package/dist/src/tools/domain-loader.js.map +1 -1
- package/dist/src/tools/spec-conflict-marker.d.ts +55 -0
- package/dist/src/tools/spec-conflict-marker.d.ts.map +1 -0
- package/dist/src/tools/spec-conflict-marker.js +228 -0
- package/dist/src/tools/spec-conflict-marker.js.map +1 -0
- package/dist/src/tools/spec-entry-parser.d.ts +6 -1
- package/dist/src/tools/spec-entry-parser.d.ts.map +1 -1
- package/dist/src/tools/spec-entry-parser.js +44 -13
- package/dist/src/tools/spec-entry-parser.js.map +1 -1
- package/dist/src/tools/spec-keyword-index.d.ts +2 -0
- package/dist/src/tools/spec-keyword-index.d.ts.map +1 -1
- package/dist/src/tools/spec-keyword-index.js +4 -9
- package/dist/src/tools/spec-keyword-index.js.map +1 -1
- package/dist/src/tools/spec-loader.d.ts.map +1 -1
- package/dist/src/tools/spec-loader.js +3 -11
- package/dist/src/tools/spec-loader.js.map +1 -1
- package/dist/src/tools/spec-writer.d.ts.map +1 -1
- package/dist/src/tools/spec-writer.js +2 -6
- package/dist/src/tools/spec-writer.js.map +1 -1
- package/dist/src/tools/store-knowhow.d.ts.map +1 -1
- package/dist/src/tools/store-knowhow.js +6 -52
- package/dist/src/tools/store-knowhow.js.map +1 -1
- package/dist/src/tui/install-ui/ComponentGrid.d.ts +0 -4
- package/dist/src/tui/install-ui/ComponentGrid.d.ts.map +1 -1
- package/dist/src/tui/install-ui/ComponentGrid.js +57 -31
- package/dist/src/tui/install-ui/ComponentGrid.js.map +1 -1
- package/dist/src/tui/install-ui/GroupedHub.js +1 -1
- package/dist/src/tui/install-ui/GroupedHub.js.map +1 -1
- package/dist/src/tui/install-ui/useInstallFlowState.d.ts.map +1 -1
- package/dist/src/tui/install-ui/useInstallFlowState.js +3 -3
- package/dist/src/tui/install-ui/useInstallFlowState.js.map +1 -1
- package/dist/src/tui/uninstall-ui/UninstallFlow.d.ts.map +1 -1
- package/dist/src/tui/uninstall-ui/UninstallFlow.js +3 -1
- package/dist/src/tui/uninstall-ui/UninstallFlow.js.map +1 -1
- package/dist/src/types/index.d.ts +14 -0
- package/dist/src/types/index.d.ts.map +1 -1
- package/dist/src/utils/frontmatter.d.ts +16 -0
- package/dist/src/utils/frontmatter.d.ts.map +1 -0
- package/dist/src/utils/frontmatter.js +76 -0
- package/dist/src/utils/frontmatter.js.map +1 -0
- package/dist/src/utils/migration-registry.d.ts.map +1 -1
- package/dist/src/utils/migration-registry.js +14 -1
- package/dist/src/utils/migration-registry.js.map +1 -1
- package/package.json +2 -2
- package/workflows/claude-instructions.md +48 -45
- package/workflows/codex-instructions.md +25 -19
|
@@ -47,11 +47,11 @@ Single source of truth: **[index/catalog.json](index/catalog.json)**
|
|
|
47
47
|
|
|
48
48
|
| Field | Purpose |
|
|
49
49
|
|-------|---------|
|
|
50
|
-
| `commands[]` |
|
|
51
|
-
| `skills[]` |
|
|
52
|
-
| `agents[]` |
|
|
50
|
+
| `commands[]` | 64 个 slash 命令,含分类和描述 |
|
|
51
|
+
| `skills[]` | 44 个 Skill,含分类和描述 |
|
|
52
|
+
| `agents[]` | 24 个 Agent,含分类和描述 |
|
|
53
53
|
| `cli_commands[]` | 21 个终端命令 |
|
|
54
|
-
| `guide_files[]` | 17 个 Guide
|
|
54
|
+
| `guide_files[]` | 17 个 Guide 文档索引(planned,尚未创建) |
|
|
55
55
|
| `essential_commands[]` | 10 个核心命令(新手用) |
|
|
56
56
|
| `workflows` | 主干管线、快速渠道、Issue 闭环、初始化路径 |
|
|
57
57
|
|
|
@@ -187,6 +187,11 @@ $ARGUMENTS → Parse:
|
|
|
187
187
|
| `/maestro-quick` | 快速任务 |
|
|
188
188
|
| `/maestro-overlay` | Overlay 管理 |
|
|
189
189
|
| `/maestro-amend` | 修正补丁 |
|
|
190
|
+
| `/maestro-grill` | 压力测试 — 对计划或需求进行代码库现实性压力测试 |
|
|
191
|
+
| `/maestro-next` | 智能导航 — 检测状态并推荐下一步最优命令 |
|
|
192
|
+
| `/maestro-companion` | 知识伴侣 — 上下文加载、洞察捕获、技能路由 |
|
|
193
|
+
| `/maestro-swarm-workflow` | Swarm 并行加速器 — 多 agent 并发执行 |
|
|
194
|
+
| `/maestro-universal-workflow` | 动态对抗工作流生成器 |
|
|
190
195
|
|
|
191
196
|
### 理解层 + 执行管线 (pipeline)
|
|
192
197
|
|
|
@@ -214,9 +219,23 @@ $ARGUMENTS → Parse:
|
|
|
214
219
|
| `/manage-issue` | Issue 管理 |
|
|
215
220
|
| `/manage-issue-discover` | Issue 发现 |
|
|
216
221
|
| `/manage-knowhow` | 知识管理 |
|
|
222
|
+
| `/manage-knowhow-capture` | 知识捕获 |
|
|
217
223
|
| `/manage-status` | 状态查看 |
|
|
218
224
|
| `/manage-wiki` | Wiki 管理 |
|
|
219
225
|
| `/manage-harvest` | 收获 |
|
|
226
|
+
| `/manage-codebase-rebuild` | 代码库重建 |
|
|
227
|
+
| `/manage-kg-extractors` | 知识图谱提取器管理 |
|
|
228
|
+
| `/manage-knowledge-audit` | 知识审计 |
|
|
229
|
+
|
|
230
|
+
### Odyssey 长周期循环 (odyssey)
|
|
231
|
+
|
|
232
|
+
| 命令 | 用途 |
|
|
233
|
+
|------|------|
|
|
234
|
+
| `/odyssey-debug` | 长周期调试 — 考古、诊断、修复、泛化 |
|
|
235
|
+
| `/odyssey-improve` | 长周期代码改进 — 多维审计、深度诊断、定向修复 |
|
|
236
|
+
| `/odyssey-review-test-fix` | 深度审查修复循环 |
|
|
237
|
+
| `/odyssey-planex` | 需求驱动迭代 — 计划/执行/验证/修复循环 |
|
|
238
|
+
| `/odyssey-ui` | 长周期 UI 优化 — 视觉调研、多维审计、修复 |
|
|
220
239
|
|
|
221
240
|
## Workflow Mapping
|
|
222
241
|
|
|
@@ -235,7 +254,7 @@ Roadmap > Milestone > Phase > Task
|
|
|
235
254
|
|
|
236
255
|
```
|
|
237
256
|
上游起源层(并列,可选)
|
|
238
|
-
brainstorm(发散/轻量) | blueprint(收敛/重型)
|
|
257
|
+
brainstorm(发散/轻量) | blueprint(收敛/重型) | grill(压力测试)
|
|
239
258
|
|
|
240
259
|
理解层
|
|
241
260
|
analyze 双层: 宏观(文本参数) → scope_verdict | 微观(数字参数) → Phase 级决策
|
|
@@ -245,6 +264,13 @@ Roadmap > Milestone > Phase > Task
|
|
|
245
264
|
|
|
246
265
|
执行层
|
|
247
266
|
plan → execute
|
|
267
|
+
|
|
268
|
+
Odyssey 长周期循环(独立路径)
|
|
269
|
+
odyssey-debug / odyssey-improve / odyssey-review-test-fix / odyssey-planex / odyssey-ui
|
|
270
|
+
|
|
271
|
+
自适应引擎(高级)
|
|
272
|
+
ralph / ralph-beta → 自运行决策循环
|
|
273
|
+
swarm-workflow / universal-workflow → 多 agent 并行执行
|
|
248
274
|
```
|
|
249
275
|
|
|
250
276
|
### 合法路径
|
|
@@ -262,6 +288,9 @@ Roadmap > Milestone > Phase > Task
|
|
|
262
288
|
| 全自动 | /maestro 入口 | `/maestro -y "任务描述"` |
|
|
263
289
|
| 代码审查 | 质量管线 | `/quality-review` → `/quality-auto-test` → `/quality-test` |
|
|
264
290
|
| 团队开发 | Team Lite | `/maestro-collab` |
|
|
291
|
+
| 长周期调试 | Odyssey 深度循环 | `/odyssey-debug "问题描述"` |
|
|
292
|
+
| 长周期改进 | Odyssey 深度循环 | `/odyssey-improve "改进目标"` |
|
|
293
|
+
| 需求迭代 | Odyssey 深度循环 | `/odyssey-planex "需求描述"` |
|
|
265
294
|
|
|
266
295
|
## Core Rules
|
|
267
296
|
|
|
@@ -289,9 +318,9 @@ Roadmap > Milestone > Phase > Task
|
|
|
289
318
|
|
|
290
319
|
## Statistics
|
|
291
320
|
|
|
292
|
-
- **Slash 命令**:
|
|
321
|
+
- **Slash 命令**: 64 个(13 个分类:core/pipeline/milestone/manage/quality/spec/learn/worktree/team/ralph/ui/tools/odyssey)
|
|
293
322
|
- **CLI 命令**: 21 个
|
|
294
|
-
- **Skills**:
|
|
295
|
-
- **Agents**:
|
|
296
|
-
- **Guide 文档**: 17
|
|
297
|
-
- **工作流路径**:
|
|
323
|
+
- **Skills**: 44 个(5 个分类:meta/team/knowledge/quality/scholar)
|
|
324
|
+
- **Agents**: 24 个(4 个分类:workflow/team/cli/ui)
|
|
325
|
+
- **Guide 文档**: 17 个(planned,尚未创建)
|
|
326
|
+
- **工作流路径**: 7 个合法路径 (Path A-G) + 4 个辅助流程
|
|
@@ -1,48 +1,47 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_metadata": {
|
|
3
|
-
"version": "
|
|
4
|
-
"generated": "2026-
|
|
3
|
+
"version": "2.0.0",
|
|
4
|
+
"generated": "2026-06-21",
|
|
5
5
|
"description": "Maestro Flow command/skill/agent catalog — single source of truth for maestro-help"
|
|
6
6
|
},
|
|
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": "路线图编排 — 消费上游 context,纯 Milestone > Phase 分解(不做技术探索)", "source": "../../commands/maestro-roadmap.md"},
|
|
11
10
|
{"name": "maestro-brainstorm", "command": "/maestro-brainstorm", "category": "core", "description": "头脑风暴 — 发散探索,多角色创意,上游起源命令", "source": "../../commands/maestro-brainstorm.md"},
|
|
12
11
|
{"name": "maestro-blueprint", "command": "/maestro-blueprint", "category": "core", "description": "正式规格文档化 — 7-phase 收敛规格链,上游起源命令,产出 .workflow/blueprint/", "source": "../../commands/maestro-blueprint.md"},
|
|
13
|
-
{"name": "maestro-
|
|
14
|
-
{"name": "maestro-plan", "command": "/maestro-plan", "category": "pipeline", "description": "任务规划 — 支持 --from analyze:ANL-xxx 直达、碰撞检测、gap 修复计划", "source": "../../commands/maestro-plan.md"},
|
|
15
|
-
{"name": "maestro-execute", "command": "/maestro-execute", "category": "pipeline", "description": "任务执行 — wave 并行执行、delegate 编排、自动提交", "source": "../../commands/maestro-execute.md"},
|
|
12
|
+
{"name": "maestro-roadmap", "command": "/maestro-roadmap", "category": "core", "description": "路线图编排 — 消费上游 context,纯 Milestone > Phase 分解(不做技术探索)", "source": "../../commands/maestro-roadmap.md"},
|
|
16
13
|
{"name": "maestro-quick", "command": "/maestro-quick", "category": "core", "description": "快速任务 — 跳过 Phase 管线直接完成,支持 --full/--discuss 模式", "source": "../../commands/maestro-quick.md"},
|
|
17
14
|
{"name": "maestro-overlay", "command": "/maestro-overlay", "category": "core", "description": "Overlay 管理 — 创建、查看、删除命令补丁", "source": "../../commands/maestro-overlay.md"},
|
|
18
15
|
{"name": "maestro-amend", "command": "/maestro-amend", "category": "core", "description": "修正补丁 — 从工作流信号自动生成 overlay", "source": "../../commands/maestro-amend.md"},
|
|
19
|
-
{"name": "maestro-fork", "command": "/maestro-fork", "category": "worktree", "description": "Worktree 分叉 — 基于 milestone 创建隔离开发环境", "source": "../../commands/maestro-fork.md"},
|
|
20
|
-
{"name": "maestro-merge", "command": "/maestro-merge", "category": "worktree", "description": "Worktree 合并 — 同步变更回主线", "source": "../../commands/maestro-merge.md"},
|
|
21
|
-
{"name": "maestro-collab", "command": "/maestro-collab", "category": "team", "description": "人类团队协作 — .workflow/collab/ 目录管理", "source": "../../commands/maestro-collab.md"},
|
|
22
|
-
{"name": "maestro-milestone-audit", "command": "/maestro-milestone-audit", "category": "milestone", "description": "里程碑审计 — 检查 Phase 完成度和质量", "source": "../../commands/maestro-milestone-audit.md"},
|
|
23
|
-
{"name": "maestro-milestone-complete", "command": "/maestro-milestone-complete", "category": "milestone", "description": "里程碑完成 — 归档里程碑并推进下一个", "source": "../../commands/maestro-milestone-complete.md"},
|
|
24
|
-
{"name": "maestro-milestone-release", "command": "/maestro-milestone-release", "category": "milestone", "description": "里程碑发布 — 生成发布说明和变更日志", "source": "../../commands/maestro-milestone-release.md"},
|
|
25
16
|
{"name": "maestro-composer", "command": "/maestro-composer", "category": "core", "description": "编排器 — compose + play 工作流组合执行", "source": "../../commands/maestro-composer.md"},
|
|
26
17
|
{"name": "maestro-guard", "command": "/maestro-guard", "category": "core", "description": "编辑边界治理", "source": "../../commands/maestro-guard.md"},
|
|
27
18
|
{"name": "maestro-player", "command": "/maestro-player", "category": "core", "description": "播放器 — 执行已编排的工作流", "source": "../../commands/maestro-player.md"},
|
|
28
|
-
{"name": "maestro-ralph", "command": "/maestro-ralph", "category": "ralph", "description": "Ralph 引擎 — 自适应生命周期决策节点管理", "source": "../../commands/maestro-ralph.md"},
|
|
29
|
-
{"name": "maestro-ralph-execute", "command": "/maestro-ralph-execute", "category": "ralph", "description": "Ralph 执行 — 运行自适应决策链", "source": "../../commands/maestro-ralph-execute.md"},
|
|
30
|
-
{"name": "maestro-learn", "command": "/maestro-learn", "category": "core", "description": "学习 — 从执行中提取知识和模式", "source": "../../commands/maestro-learn.md"},
|
|
31
|
-
{"name": "maestro-impeccable", "command": "/maestro-impeccable", "category": "ui", "description": "UI 生产 — 设计系统生成 + impeccable 链式编排 + 质量门控", "source": "../../commands/maestro-impeccable.md"},
|
|
32
|
-
{"name": "maestro-ui-codify", "command": "/maestro-ui-codify", "category": "ui", "description": "UI 固化 — 将设计产出转化为知识资产", "source": "../../commands/maestro-ui-codify.md"},
|
|
33
19
|
{"name": "maestro-update", "command": "/maestro-update", "category": "core", "description": "版本更新 — 检查并安装最新版本", "source": "../../commands/maestro-update.md"},
|
|
34
|
-
{"name": "maestro-
|
|
35
|
-
{"name": "maestro-
|
|
20
|
+
{"name": "maestro-grill", "command": "/maestro-grill", "category": "core", "description": "压力测试 — 对计划、想法或需求进行代码库现实性压力测试", "source": "../../commands/maestro-grill.md"},
|
|
21
|
+
{"name": "maestro-next", "command": "/maestro-next", "category": "core", "description": "智能导航 — 检测工作流当前状态并推荐下一步最优命令", "source": "../../commands/maestro-next.md"},
|
|
22
|
+
{"name": "maestro-swarm-workflow", "command": "/maestro-swarm-workflow", "category": "core", "description": "Swarm 并行加速器 — 将意图路由到固定 Workflow 脚本进行多 agent 并发执行", "source": "../../commands/maestro-swarm-workflow.md"},
|
|
23
|
+
{"name": "maestro-universal-workflow", "command": "/maestro-universal-workflow", "category": "core", "description": "动态对抗工作流生成器 — 扫描库匹配或动态生成任务特定 Workflow 脚本", "source": "../../commands/maestro-universal-workflow.md"},
|
|
24
|
+
{"name": "maestro-companion", "command": "/maestro-companion", "category": "core", "description": "知识伴侣 — 加载上下文、记录伴侣文档、捕获洞察、路由到技能", "source": "../../commands/maestro-companion.md"},
|
|
25
|
+
|
|
26
|
+
{"name": "maestro-analyze", "command": "/maestro-analyze", "category": "pipeline", "description": "双层分析 — 宏观(文本参数)探索影响面+scope_verdict / 微观(数字参数)Phase 级深入", "source": "../../commands/maestro-analyze.md"},
|
|
27
|
+
{"name": "maestro-plan", "command": "/maestro-plan", "category": "pipeline", "description": "任务规划 — 支持 --from analyze:ANL-xxx 直达、碰撞检测、gap 修复计划", "source": "../../commands/maestro-plan.md"},
|
|
28
|
+
{"name": "maestro-execute", "command": "/maestro-execute", "category": "pipeline", "description": "任务执行 — wave 并行执行、delegate 编排、自动提交", "source": "../../commands/maestro-execute.md"},
|
|
29
|
+
|
|
30
|
+
{"name": "maestro-milestone-audit", "command": "/maestro-milestone-audit", "category": "milestone", "description": "里程碑审计 — 检查 Phase 完成度和质量", "source": "../../commands/maestro-milestone-audit.md"},
|
|
31
|
+
{"name": "maestro-milestone-complete", "command": "/maestro-milestone-complete", "category": "milestone", "description": "里程碑完成 — 归档里程碑并推进下一个", "source": "../../commands/maestro-milestone-complete.md"},
|
|
32
|
+
{"name": "maestro-milestone-release", "command": "/maestro-milestone-release", "category": "milestone", "description": "里程碑发布 — 生成发布说明和变更日志", "source": "../../commands/maestro-milestone-release.md"},
|
|
33
|
+
|
|
36
34
|
{"name": "manage-issue", "command": "/manage-issue", "category": "manage", "description": "Issue 管理 — CRUD 操作、状态追踪", "source": "../../commands/manage-issue.md"},
|
|
37
35
|
{"name": "manage-issue-discover", "command": "/manage-issue-discover", "category": "manage", "description": "Issue 发现 — 按提示词或代码分析自动发现问题", "source": "../../commands/manage-issue-discover.md"},
|
|
38
36
|
{"name": "manage-knowhow", "command": "/manage-knowhow", "category": "manage", "description": "知识管理 — knowhow 条目查询和管理", "source": "../../commands/manage-knowhow.md"},
|
|
39
37
|
{"name": "manage-knowhow-capture", "command": "/manage-knowhow-capture", "category": "manage", "description": "知识捕获 — 从会话中捕获非显而易见的知识", "source": "../../commands/manage-knowhow-capture.md"},
|
|
40
|
-
{"name": "manage-learn", "command": "/manage-learn", "category": "manage", "description": "学习管理 — 查看、整理学习记录", "source": "../../commands/manage-learn.md"},
|
|
41
38
|
{"name": "manage-harvest", "command": "/manage-harvest", "category": "manage", "description": "收获 — 从已完成里程碑中提取可复用资产", "source": "../../commands/manage-harvest.md"},
|
|
42
39
|
{"name": "manage-status", "command": "/manage-status", "category": "manage", "description": "状态查看 — 项目和工作流状态总览", "source": "../../commands/manage-status.md"},
|
|
43
40
|
{"name": "manage-wiki", "command": "/manage-wiki", "category": "manage", "description": "Wiki 管理 — 知识图谱条目操作", "source": "../../commands/manage-wiki.md"},
|
|
44
|
-
{"name": "manage-codebase-refresh", "command": "/manage-codebase-refresh", "category": "manage", "description": "代码库刷新 — 增量更新代码库索引", "source": "../../commands/manage-codebase-refresh.md"},
|
|
45
41
|
{"name": "manage-codebase-rebuild", "command": "/manage-codebase-rebuild", "category": "manage", "description": "代码库重建 — 全量重建代码库索引", "source": "../../commands/manage-codebase-rebuild.md"},
|
|
42
|
+
{"name": "manage-kg-extractors", "command": "/manage-kg-extractors", "category": "manage", "description": "知识图谱提取器管理 — 注册、列出、删除、审计知识提取器", "source": "../../commands/manage-kg-extractors.md"},
|
|
43
|
+
{"name": "manage-knowledge-audit", "command": "/manage-knowledge-audit", "category": "manage", "description": "知识审计 — 审计知识图谱节点和边的一致性、覆盖率和质量", "source": "../../commands/manage-knowledge-audit.md"},
|
|
44
|
+
|
|
46
45
|
{"name": "quality-review", "command": "/quality-review", "category": "quality", "description": "代码审查 — 多维度代码质量检查", "source": "../../commands/quality-review.md"},
|
|
47
46
|
{"name": "quality-auto-test", "command": "/quality-auto-test", "category": "quality", "description": "自动测试 — 智能路由 spec/gap/code 测试", "source": "../../commands/quality-auto-test.md"},
|
|
48
47
|
{"name": "quality-test", "command": "/quality-test", "category": "quality", "description": "业务测试 — 会话式 UAT 验证", "source": "../../commands/quality-test.md"},
|
|
@@ -51,30 +50,87 @@
|
|
|
51
50
|
{"name": "quality-refactor", "command": "/quality-refactor", "category": "quality", "description": "代码重构 — 结构优化和模式改进", "source": "../../commands/quality-refactor.md"},
|
|
52
51
|
{"name": "quality-sync", "command": "/quality-sync", "category": "quality", "description": "质量同步 — 跨 Phase 质量状态对齐", "source": "../../commands/quality-sync.md"},
|
|
53
52
|
{"name": "quality-retrospective", "command": "/quality-retrospective", "category": "quality", "description": "质量复盘 — 阶段性质量回顾和改进", "source": "../../commands/quality-retrospective.md"},
|
|
53
|
+
|
|
54
54
|
{"name": "spec-setup", "command": "/spec-setup", "category": "spec", "description": "Spec 初始化 — 创建项目规范文件", "source": "../../commands/spec-setup.md"},
|
|
55
55
|
{"name": "spec-load", "command": "/spec-load", "category": "spec", "description": "Spec 加载 — 按关键词加载规范条目", "source": "../../commands/spec-load.md"},
|
|
56
56
|
{"name": "spec-add", "command": "/spec-add", "category": "spec", "description": "Spec 录入 — 添加新的规范条目", "source": "../../commands/spec-add.md"},
|
|
57
57
|
{"name": "spec-remove", "command": "/spec-remove", "category": "spec", "description": "Spec 移除 — 删除已有规范条目", "source": "../../commands/spec-remove.md"},
|
|
58
|
-
|
|
58
|
+
|
|
59
59
|
{"name": "learn-follow", "command": "/learn-follow", "category": "learn", "description": "跟读学习 — 从代码变更中学习模式", "source": "../../commands/learn-follow.md"},
|
|
60
60
|
{"name": "learn-decompose", "command": "/learn-decompose", "category": "learn", "description": "模式拆解 — 将复杂模式分解为可复用组件", "source": "../../commands/learn-decompose.md"},
|
|
61
61
|
{"name": "learn-investigate", "command": "/learn-investigate", "category": "learn", "description": "系统探究 — 深入调查技术选型和架构", "source": "../../commands/learn-investigate.md"},
|
|
62
62
|
{"name": "learn-second-opinion", "command": "/learn-second-opinion", "category": "learn", "description": "多视角分析 — 多 CLI 交叉验证观点", "source": "../../commands/learn-second-opinion.md"},
|
|
63
|
-
|
|
64
|
-
{"name": "
|
|
63
|
+
|
|
64
|
+
{"name": "maestro-fork", "command": "/maestro-fork", "category": "worktree", "description": "Worktree 分叉 — 基于 milestone 创建隔离开发环境", "source": "../../commands/maestro-fork.md"},
|
|
65
|
+
{"name": "maestro-merge", "command": "/maestro-merge", "category": "worktree", "description": "Worktree 合并 — 同步变更回主线", "source": "../../commands/maestro-merge.md"},
|
|
66
|
+
|
|
67
|
+
{"name": "maestro-collab", "command": "/maestro-collab", "category": "team", "description": "人类团队协作 — .workflow/collab/ 目录管理", "source": "../../commands/maestro-collab.md"},
|
|
68
|
+
|
|
69
|
+
{"name": "maestro-ralph", "command": "/maestro-ralph", "category": "ralph", "description": "Ralph 引擎 — 自适应生命周期决策节点管理", "source": "../../commands/maestro-ralph.md"},
|
|
70
|
+
{"name": "maestro-ralph-execute", "command": "/maestro-ralph-execute", "category": "ralph", "description": "Ralph 执行 — 运行自适应决策链", "source": "../../commands/maestro-ralph-execute.md"},
|
|
71
|
+
{"name": "maestro-ralph-beta", "command": "/maestro-ralph-beta", "category": "ralph", "description": "Ralph Beta — 自运行循环控制器,单 skill 完成 build/tick/decide", "source": "../../commands/maestro-ralph-beta.md"},
|
|
72
|
+
|
|
73
|
+
{"name": "maestro-impeccable", "command": "/maestro-impeccable", "category": "ui", "description": "UI 生产 — 设计系统生成 + impeccable 链式编排 + 质量门控", "source": "../../commands/maestro-impeccable.md"},
|
|
74
|
+
{"name": "maestro-ui-codify", "command": "/maestro-ui-codify", "category": "ui", "description": "UI 固化 — 将设计产出转化为知识资产", "source": "../../commands/maestro-ui-codify.md"},
|
|
75
|
+
|
|
76
|
+
{"name": "maestro-tools-register", "command": "/maestro-tools-register", "category": "tools", "description": "MCP 工具注册 — 注册外部工具到 Maestro", "source": "../../commands/maestro-tools-register.md"},
|
|
77
|
+
{"name": "maestro-tools-execute", "command": "/maestro-tools-execute", "category": "tools", "description": "MCP 工具执行 — 调用已注册的外部工具", "source": "../../commands/maestro-tools-execute.md"},
|
|
78
|
+
|
|
79
|
+
{"name": "odyssey-debug", "command": "/odyssey-debug", "category": "odyssey", "description": "长周期调试 — 考古、诊断、修复、确认、泛化、发现和知识持久化", "source": "../../commands/odyssey-debug.md"},
|
|
80
|
+
{"name": "odyssey-planex", "command": "/odyssey-planex", "category": "odyssey", "description": "需求驱动迭代循环 — 计划、执行、严格验证、修复循环直到验收标准达成", "source": "../../commands/odyssey-planex.md"},
|
|
81
|
+
{"name": "odyssey-ui", "command": "/odyssey-ui", "category": "odyssey", "description": "长周期 UI 优化 — 视觉调研、多维审计、发散探索、修复、验证和设计知识持久化", "source": "../../commands/odyssey-ui.md"},
|
|
82
|
+
{"name": "odyssey-improve", "command": "/odyssey-improve", "category": "odyssey", "description": "长周期代码改进 — 多维审计、深度诊断、定向修复、验证、泛化和工程知识持久化", "source": "../../commands/odyssey-improve.md"},
|
|
83
|
+
{"name": "odyssey-review-test-fix", "command": "/odyssey-review-test-fix", "category": "odyssey", "description": "深度审查修复循环 — 考古、探索、多维审查、定向修复、泛化和知识持久化", "source": "../../commands/odyssey-review-test-fix.md"}
|
|
65
84
|
],
|
|
66
85
|
"skills": [
|
|
67
86
|
{"name": "workflow-skill-designer", "category": "meta", "description": "Meta-skill: 设计 orchestrator+phases 结构的工作流 skill", "source": "../workflow-skill-designer/SKILL.md"},
|
|
68
87
|
{"name": "skill-iter-tune", "category": "meta", "description": "迭代 skill 调优: execute-evaluate-improve 反馈循环", "source": "../skill-iter-tune/SKILL.md"},
|
|
88
|
+
{"name": "prompt-generator", "category": "meta", "description": "生成或转换 Claude Code prompt 文件 — 命令编排器、skill 文件、agent 角色定义", "source": "../prompt-generator/SKILL.md"},
|
|
89
|
+
{"name": "skill-generator", "category": "meta", "description": "Meta-skill: 创建新 Claude Code skill,支持 sequential/autonomous 模式", "source": "../skill-generator/SKILL.md"},
|
|
90
|
+
{"name": "skill-simplify", "category": "meta", "description": "SKILL.md 简化与功能完整性验证", "source": "../skill-simplify/SKILL.md"},
|
|
91
|
+
{"name": "skill-tuning", "category": "meta", "description": "通用 skill 诊断和优化 — 上下文爆炸、长尾遗忘、数据流中断等", "source": "../skill-tuning/SKILL.md"},
|
|
92
|
+
|
|
69
93
|
{"name": "team-coordinate", "category": "team", "description": "通用团队协调: 运行时动态生成 role-specs", "source": "../team-coordinate/SKILL.md"},
|
|
70
94
|
{"name": "team-executor", "category": "team", "description": "团队执行: 恢复会话执行任务", "source": "../team-executor/SKILL.md"},
|
|
71
|
-
{"name": "team-lifecycle-v4", "category": "team", "description": "完整生命周期:
|
|
72
|
-
{"name": "team-quality-assurance", "category": "team", "description": "QA 团队:
|
|
73
|
-
{"name": "team-review", "category": "team", "description": "代码审查团队:
|
|
74
|
-
{"name": "team-tech-debt", "category": "team", "description": "技术债务团队:
|
|
75
|
-
{"name": "team-testing", "category": "team", "description": "测试团队:
|
|
95
|
+
{"name": "team-lifecycle-v4", "category": "team", "description": "完整生命周期: plan/develop/test/review 流水线", "source": "../team-lifecycle-v4/SKILL.md"},
|
|
96
|
+
{"name": "team-quality-assurance", "category": "team", "description": "QA 团队: 闭环质量保障(issue 发现 + 软件测试)", "source": "../team-quality-assurance/SKILL.md"},
|
|
97
|
+
{"name": "team-review", "category": "team", "description": "代码审查团队: 3 角色管线 scanner/reviewer/fixer", "source": "../team-review/SKILL.md"},
|
|
98
|
+
{"name": "team-tech-debt", "category": "team", "description": "技术债务团队: 债务识别、评估和修复", "source": "../team-tech-debt/SKILL.md"},
|
|
99
|
+
{"name": "team-testing", "category": "team", "description": "测试团队: Generator-Critic 循环的渐进式测试覆盖", "source": "../team-testing/SKILL.md"},
|
|
100
|
+
{"name": "team-adversarial-swarm", "category": "team", "description": "ACO 群智能 + 对抗决策门 — 模块化 Workflow 组合", "source": "../team-adversarial-swarm/SKILL.md"},
|
|
101
|
+
{"name": "team-arch-opt", "category": "team", "description": "架构优化团队 — team-worker 角色架构", "source": "../team-arch-opt/SKILL.md"},
|
|
102
|
+
{"name": "team-brainstorm", "category": "team", "description": "头脑风暴团队 — team-worker 角色架构", "source": "../team-brainstorm/SKILL.md"},
|
|
103
|
+
{"name": "team-designer", "category": "team", "description": "团队 skill 生成器 — 按 v4 架构模式产出完整 skill 包", "source": "../team-designer/SKILL.md"},
|
|
104
|
+
{"name": "team-frontend", "category": "team", "description": "前端开发团队 — 内置 ui-ux-pro-max 设计智能", "source": "../team-frontend/SKILL.md"},
|
|
105
|
+
{"name": "team-frontend-debug", "category": "team", "description": "前端调试团队 — Chrome DevTools MCP 双模式", "source": "../team-frontend-debug/SKILL.md"},
|
|
106
|
+
{"name": "team-interactive-craft", "category": "team", "description": "交互组件制作 — Vanilla JS + CSS 零依赖", "source": "../team-interactive-craft/SKILL.md"},
|
|
107
|
+
{"name": "team-issue", "category": "team", "description": "Issue 解决团队 — team-worker 角色架构", "source": "../team-issue/SKILL.md"},
|
|
108
|
+
{"name": "team-motion-design", "category": "team", "description": "动效设计团队 — 动画 Token 系统、滚动编排、GPU 加速", "source": "../team-motion-design/SKILL.md"},
|
|
109
|
+
{"name": "team-perf-opt", "category": "team", "description": "性能优化团队 — 单/扇出/独立并行模式", "source": "../team-perf-opt/SKILL.md"},
|
|
110
|
+
{"name": "team-planex", "category": "team", "description": "Plan-and-Execute 团队管线", "source": "../team-planex/SKILL.md"},
|
|
111
|
+
{"name": "team-roadmap-dev", "category": "team", "description": "路线图驱动开发 — 协调器讨论路线图后调度执行管线", "source": "../team-roadmap-dev/SKILL.md"},
|
|
112
|
+
{"name": "team-swarm", "category": "team", "description": "群智能团队 — ACO 驱动多 agent 探索 + 混合 LLM/Python 控制器", "source": "../team-swarm/SKILL.md"},
|
|
113
|
+
{"name": "team-ui-polish", "category": "team", "description": "UI 打磨团队 — Impeccable 设计标准自动发现和修复", "source": "../team-ui-polish/SKILL.md"},
|
|
114
|
+
{"name": "team-uidesign", "category": "team", "description": "UI 设计团队 — 研究→设计 Token→审计→实现", "source": "../team-uidesign/SKILL.md"},
|
|
115
|
+
{"name": "team-ultra-analyze", "category": "team", "description": "深度协作分析团队 — 多角色调查 + 协调器驱动综合", "source": "../team-ultra-analyze/SKILL.md"},
|
|
116
|
+
{"name": "team-ux-improve", "category": "team", "description": "UX 改进团队 — 系统性发现和修复 UI/UX 交互问题", "source": "../team-ux-improve/SKILL.md"},
|
|
117
|
+
{"name": "team-visual-a11y", "category": "team", "description": "视觉无障碍 QA — OKLCH 对比度、排版可读性、WCAG AA/AAA", "source": "../team-visual-a11y/SKILL.md"},
|
|
118
|
+
|
|
76
119
|
{"name": "codify-to-knowhow", "category": "knowledge", "description": "Manifest 驱动的知识资产生成器", "source": "../codify-to-knowhow/SKILL.md"},
|
|
77
|
-
|
|
120
|
+
|
|
121
|
+
{"name": "insight-challenge", "category": "quality", "description": "对抗性审查 — 质疑发现、验证声明、产出结构化裁决", "source": "../insight-challenge/SKILL.md"},
|
|
122
|
+
{"name": "delegation-check", "category": "quality", "description": "委派提示词 vs agent 角色定义的内容分离违规检查", "source": "../delegation-check/SKILL.md"},
|
|
123
|
+
|
|
124
|
+
{"name": "scholar-anti-ai-writing", "category": "scholar", "description": "去除 AI 写作痕迹 — 检测和修复学术散文中的 AI 模式", "source": "../scholar-anti-ai-writing/SKILL.md"},
|
|
125
|
+
{"name": "scholar-citation-verify", "category": "scholar", "description": "四层引用验证 — 扫描 LaTeX/BibTeX、WebSearch 验证、修复建议", "source": "../scholar-citation-verify/SKILL.md"},
|
|
126
|
+
{"name": "scholar-experiment", "category": "scholar", "description": "实验结果分析 — 统计验证、可视化、出版级 Results 章节", "source": "../scholar-experiment/SKILL.md"},
|
|
127
|
+
{"name": "scholar-ideation", "category": "scholar", "description": "研究构思 — 文献搜索到研究规划", "source": "../scholar-ideation/SKILL.md"},
|
|
128
|
+
{"name": "scholar-latex-organizer", "category": "scholar", "description": "LaTeX 模板整理 — 会议模板 .zip 清理为 Overleaf 就绪结构", "source": "../scholar-latex-organizer/SKILL.md"},
|
|
129
|
+
{"name": "scholar-publish", "category": "scholar", "description": "会议发表准备 — 演示文稿、学术海报、推广内容", "source": "../scholar-publish/SKILL.md"},
|
|
130
|
+
{"name": "scholar-rebuttal-pro", "category": "scholar", "description": "审稿回复 — Gemini/CLI 协作分析 + 多视角讨论 + 证据策略", "source": "../scholar-rebuttal-pro/SKILL.md"},
|
|
131
|
+
{"name": "scholar-review", "category": "scholar", "description": "学术论文审查 — 投稿前自审 + 收到评审后的回复写作", "source": "../scholar-review/SKILL.md"},
|
|
132
|
+
{"name": "scholar-thesis-docx", "category": "scholar", "description": "学位论文 Word 文档 — 生成、修订、格式化严格学术排版", "source": "../scholar-thesis-docx/SKILL.md"},
|
|
133
|
+
{"name": "scholar-writing", "category": "scholar", "description": "端到端学术论文写作 — 从研究仓库到出版级 LaTeX 手稿", "source": "../scholar-writing/SKILL.md"}
|
|
78
134
|
],
|
|
79
135
|
"agents": [
|
|
80
136
|
{"name": "workflow-analyzer", "description": "多维度分析 — 证据评分和推荐", "category": "workflow"},
|
|
@@ -94,10 +150,12 @@
|
|
|
94
150
|
{"name": "workflow-integration-checker", "description": "跨阶段集成验证(里程碑审计)", "category": "workflow"},
|
|
95
151
|
{"name": "workflow-external-researcher", "description": "外部研究(Exa MCP)", "category": "workflow"},
|
|
96
152
|
{"name": "workflow-collab-planner", "description": "预分配任务 ID 的协作规划", "category": "workflow"},
|
|
153
|
+
{"name": "cross-role-reviewer", "description": "跨角色审查 — 比较 brainstorm 会话中的角色分析文件", "category": "workflow"},
|
|
154
|
+
{"name": "role-design-author", "description": "角色分析文件生成 — brainstorm 会话的多文件角色分析", "category": "workflow"},
|
|
97
155
|
{"name": "team-supervisor", "description": "管道监督 — 跨 checkpoint 质量观察", "category": "team"},
|
|
98
156
|
{"name": "team-worker", "description": "统一工作器 — 加载 role-spec 执行任务", "category": "team"},
|
|
99
|
-
{"name": "conceptual-planning-agent", "description": "多模式分析 — 角色分析和功能规格", "category": "planning"},
|
|
100
157
|
{"name": "cli-explore-agent", "description": "CLI 辅助的代码探索", "category": "cli"},
|
|
158
|
+
{"name": "impeccable-agent", "description": "自主执行 impeccable 设计操作(审计、打磨、加固、排版)", "category": "ui"},
|
|
101
159
|
{"name": "ui-design-agent", "description": "UI 设计 Token 管理和原型生成", "category": "ui"}
|
|
102
160
|
],
|
|
103
161
|
"cli_commands": [
|
|
@@ -124,28 +182,28 @@
|
|
|
124
182
|
{"command": "maestro tool", "description": "工具交互(list/exec)", "category": "config"}
|
|
125
183
|
],
|
|
126
184
|
"categories": {
|
|
127
|
-
"commands": ["core", "pipeline", "milestone", "manage", "quality", "spec", "learn", "
|
|
128
|
-
"skills": ["meta", "team", "knowledge", "quality"],
|
|
129
|
-
"agents": ["workflow", "team", "
|
|
185
|
+
"commands": ["core", "pipeline", "milestone", "manage", "quality", "spec", "learn", "worktree", "team", "ralph", "ui", "tools", "odyssey"],
|
|
186
|
+
"skills": ["meta", "team", "knowledge", "quality", "scholar"],
|
|
187
|
+
"agents": ["workflow", "team", "cli", "ui"]
|
|
130
188
|
},
|
|
131
189
|
"guide_files": [
|
|
132
|
-
{"file": "guide/quick-start-guide.md", "title": "快速入门", "description": "10 分钟了解核心功能"},
|
|
133
|
-
{"file": "guide/cli-commands-guide.md", "title": "CLI 命令参考", "description": "21 个终端命令详解"},
|
|
134
|
-
{"file": "guide/command-usage-guide.md", "title": "Slash 命令使用", "description": "
|
|
135
|
-
{"file": "guide/mcp-tools-guide.md", "title": "MCP 工具参考", "description": "9 个 MCP 工具详解"},
|
|
136
|
-
{"file": "guide/delegate-async-guide.md", "title": "Delegate 异步指南", "description": "异步任务委派和生命周期"},
|
|
137
|
-
{"file": "guide/hooks-guide.md", "title": "Hook 系统", "description": "12 个 Hook、4 个安装级别"},
|
|
138
|
-
{"file": "guide/knowledge-management-guide.md", "title": "知识管理", "description": "Spec + Wiki 知识体系"},
|
|
139
|
-
{"file": "guide/knowledge-management-intro.md", "title": "知识管理导论", "description": "设计理念和产品结构"},
|
|
140
|
-
{"file": "guide/maestro-coordinator-guide.md", "title": "/maestro 协调器", "description": "静态链选择器和意图路由"},
|
|
141
|
-
{"file": "guide/maestro-ralph-guide.md", "title": "/maestro-ralph 引擎", "description": "自适应生命周期决策节点"},
|
|
142
|
-
{"file": "guide/overlay-guide.md", "title": "Overlay 系统", "description": "非侵入式命令补丁"},
|
|
143
|
-
{"file": "guide/role-routing-guide.md", "title": "角色路由", "description": "基于 --role 的工具选择"},
|
|
144
|
-
{"file": "guide/skill-config-guide.md", "title": "Skill 配置", "description": "参数默认值配置"},
|
|
145
|
-
{"file": "guide/spec-system-guide.md", "title": "Spec 系统", "description": "条目格式和自动注入"},
|
|
146
|
-
{"file": "guide/statusline-guide.md", "title": "Statusline", "description": "多行状态栏定制"},
|
|
147
|
-
{"file": "guide/team-lite-guide.md", "title": "Team Lite", "description": "2-8 人团队协作"},
|
|
148
|
-
{"file": "guide/worktree-guide.md", "title": "Worktree", "description": "Git worktree 里程碑并行"}
|
|
190
|
+
{"file": "guide/quick-start-guide.md", "title": "快速入门", "description": "10 分钟了解核心功能", "status": "planned"},
|
|
191
|
+
{"file": "guide/cli-commands-guide.md", "title": "CLI 命令参考", "description": "21 个终端命令详解", "status": "planned"},
|
|
192
|
+
{"file": "guide/command-usage-guide.md", "title": "Slash 命令使用", "description": "63 个 slash 命令分类和衔接", "status": "planned"},
|
|
193
|
+
{"file": "guide/mcp-tools-guide.md", "title": "MCP 工具参考", "description": "9 个 MCP 工具详解", "status": "planned"},
|
|
194
|
+
{"file": "guide/delegate-async-guide.md", "title": "Delegate 异步指南", "description": "异步任务委派和生命周期", "status": "planned"},
|
|
195
|
+
{"file": "guide/hooks-guide.md", "title": "Hook 系统", "description": "12 个 Hook、4 个安装级别", "status": "planned"},
|
|
196
|
+
{"file": "guide/knowledge-management-guide.md", "title": "知识管理", "description": "Spec + Wiki 知识体系", "status": "planned"},
|
|
197
|
+
{"file": "guide/knowledge-management-intro.md", "title": "知识管理导论", "description": "设计理念和产品结构", "status": "planned"},
|
|
198
|
+
{"file": "guide/maestro-coordinator-guide.md", "title": "/maestro 协调器", "description": "静态链选择器和意图路由", "status": "planned"},
|
|
199
|
+
{"file": "guide/maestro-ralph-guide.md", "title": "/maestro-ralph 引擎", "description": "自适应生命周期决策节点", "status": "planned"},
|
|
200
|
+
{"file": "guide/overlay-guide.md", "title": "Overlay 系统", "description": "非侵入式命令补丁", "status": "planned"},
|
|
201
|
+
{"file": "guide/role-routing-guide.md", "title": "角色路由", "description": "基于 --role 的工具选择", "status": "planned"},
|
|
202
|
+
{"file": "guide/skill-config-guide.md", "title": "Skill 配置", "description": "参数默认值配置", "status": "planned"},
|
|
203
|
+
{"file": "guide/spec-system-guide.md", "title": "Spec 系统", "description": "条目格式和自动注入", "status": "planned"},
|
|
204
|
+
{"file": "guide/statusline-guide.md", "title": "Statusline", "description": "多行状态栏定制", "status": "planned"},
|
|
205
|
+
{"file": "guide/team-lite-guide.md", "title": "Team Lite", "description": "2-8 人团队协作", "status": "planned"},
|
|
206
|
+
{"file": "guide/worktree-guide.md", "title": "Worktree", "description": "Git worktree 里程碑并行", "status": "planned"}
|
|
149
207
|
],
|
|
150
208
|
"essential_commands": [
|
|
151
209
|
"/maestro",
|
|
@@ -156,7 +214,8 @@
|
|
|
156
214
|
"/maestro-roadmap",
|
|
157
215
|
"/maestro-plan",
|
|
158
216
|
"/maestro-execute",
|
|
159
|
-
"/maestro-quick"
|
|
217
|
+
"/maestro-quick",
|
|
218
|
+
"/maestro-next"
|
|
160
219
|
],
|
|
161
220
|
"workflows": {
|
|
162
221
|
"topology": {
|
|
@@ -174,7 +233,8 @@
|
|
|
174
233
|
"C_medium_feature": "analyze 宏观 → plan --from analyze:ANL-xxx → execute",
|
|
175
234
|
"D_small_fix": "plan → execute",
|
|
176
235
|
"E_spec_only": "blueprint → (供人阅读)",
|
|
177
|
-
"F_explore_only": "brainstorm → (供人决策)"
|
|
236
|
+
"F_explore_only": "brainstorm → (供人决策)",
|
|
237
|
+
"G_odyssey_deep": "odyssey-debug / odyssey-improve / odyssey-review-test-fix / odyssey-planex / odyssey-ui"
|
|
178
238
|
},
|
|
179
239
|
"main_pipeline": {
|
|
180
240
|
"name": "主干管线",
|
|
@@ -196,6 +256,11 @@
|
|
|
196
256
|
"from_brainstorm": "/maestro-brainstorm → /maestro-init --from brainstorm:<id> → /maestro-analyze 宏观",
|
|
197
257
|
"from_blueprint": "/maestro-blueprint → /maestro-init → /maestro-analyze 宏观",
|
|
198
258
|
"direct": "/maestro-init → /maestro-analyze 宏观"
|
|
259
|
+
},
|
|
260
|
+
"odyssey": {
|
|
261
|
+
"name": "Odyssey 长周期循环",
|
|
262
|
+
"description": "自主循环直到完成 — 适用于需要考古、诊断、修复、泛化、知识持久化的深度任务",
|
|
263
|
+
"commands": ["odyssey-debug", "odyssey-improve", "odyssey-review-test-fix", "odyssey-planex", "odyssey-ui"]
|
|
199
264
|
}
|
|
200
265
|
}
|
|
201
266
|
}
|
|
@@ -54,22 +54,25 @@ for (const { patterns, mode } of modeMap) {
|
|
|
54
54
|
|
|
55
55
|
```javascript
|
|
56
56
|
// Strip common prefixes for matching
|
|
57
|
-
const commandPrefixes = ["/", "maestro-", "manage-", "quality-", "spec-", "learn-", "
|
|
57
|
+
const commandPrefixes = ["/", "maestro-", "manage-", "quality-", "spec-", "learn-", "odyssey-"]
|
|
58
58
|
|
|
59
59
|
// Known command names from catalog (without prefix)
|
|
60
60
|
const knownCommands = [
|
|
61
|
-
"maestro", "analyze", "plan", "execute", "
|
|
61
|
+
"maestro", "analyze", "plan", "execute", "init", "roadmap",
|
|
62
62
|
"brainstorm", "blueprint", "quick", "overlay", "amend", "fork", "merge", "collab",
|
|
63
63
|
"milestone-audit", "milestone-complete", "milestone-release",
|
|
64
|
-
"composer", "player", "ralph", "ralph-execute", "
|
|
64
|
+
"composer", "guard", "player", "ralph", "ralph-execute", "ralph-beta",
|
|
65
|
+
"grill", "next", "swarm-workflow", "universal-workflow", "companion",
|
|
65
66
|
"impeccable", "ui-codify", "update",
|
|
66
67
|
"tools-register", "tools-execute",
|
|
67
68
|
"issue", "issue-discover", "knowhow", "knowhow-capture",
|
|
68
|
-
"status", "wiki", "harvest", "codebase-
|
|
69
|
+
"status", "wiki", "harvest", "codebase-rebuild",
|
|
70
|
+
"kg-extractors", "knowledge-audit",
|
|
69
71
|
"review", "auto-test", "test", "debug", "refactor", "sync", "retrospective",
|
|
72
|
+
"security-audit",
|
|
70
73
|
"setup", "load", "add", "remove",
|
|
71
|
-
"
|
|
72
|
-
"
|
|
74
|
+
"follow", "decompose", "investigate", "second-opinion",
|
|
75
|
+
"odyssey-debug", "odyssey-planex", "odyssey-ui", "odyssey-improve", "odyssey-review-test-fix"
|
|
73
76
|
]
|
|
74
77
|
|
|
75
78
|
const normalizedName = text.replace(/^\//, "").replace(/-/g, "-")
|
|
@@ -67,16 +67,18 @@
|
|
|
67
67
|
|
|
68
68
|
**Guide 映射**:
|
|
69
69
|
|
|
70
|
-
| 命令 | Guide 文档 |
|
|
71
|
-
|
|
72
|
-
| maestro-analyze/plan/execute | `guide/command-usage-guide.md` (主干管线) |
|
|
73
|
-
| maestro-init/roadmap/blueprint | `guide/quick-start-guide.md` |
|
|
74
|
-
| maestro-ralph | `guide/maestro-ralph-guide.md` |
|
|
75
|
-
| maestro (协调器) | `guide/maestro-coordinator-guide.md` |
|
|
76
|
-
| manage-* | `guide/command-usage-guide.md` (管理) |
|
|
77
|
-
| quality-* | `guide/command-usage-guide.md` (质量) |
|
|
78
|
-
| delegate | `guide/delegate-async-guide.md` |
|
|
79
|
-
| overlay/amend | `guide/overlay-guide.md` |
|
|
70
|
+
| 命令 | Guide 文档 | 状态 |
|
|
71
|
+
|------|-----------|------|
|
|
72
|
+
| maestro-analyze/plan/execute | `guide/command-usage-guide.md` (主干管线) | planned |
|
|
73
|
+
| maestro-init/roadmap/blueprint | `guide/quick-start-guide.md` | planned |
|
|
74
|
+
| maestro-ralph | `guide/maestro-ralph-guide.md` | planned |
|
|
75
|
+
| maestro (协调器) | `guide/maestro-coordinator-guide.md` | planned |
|
|
76
|
+
| manage-* | `guide/command-usage-guide.md` (管理) | planned |
|
|
77
|
+
| quality-* | `guide/command-usage-guide.md` (质量) | planned |
|
|
78
|
+
| delegate | `guide/delegate-async-guide.md` | planned |
|
|
79
|
+
| overlay/amend | `guide/overlay-guide.md` | planned |
|
|
80
|
+
|
|
81
|
+
> **注意**: Guide 文档目前尚未创建(标记为 planned),命令详情回退到 catalog 描述和 source 文件。
|
|
80
82
|
|
|
81
83
|
### Mode 3: Smart Recommendations
|
|
82
84
|
|
|
@@ -114,21 +116,59 @@
|
|
|
114
116
|
```markdown
|
|
115
117
|
## Skills ({total} 个)
|
|
116
118
|
|
|
117
|
-
### Meta (
|
|
119
|
+
### Meta (6)
|
|
118
120
|
- **workflow-skill-designer** — 设计 orchestrator+phases 工作流 skill
|
|
119
121
|
- **skill-iter-tune** — 迭代 execute-evaluate-improve 调优
|
|
122
|
+
- **prompt-generator** — 生成或转换 prompt 文件
|
|
123
|
+
- **skill-generator** — 创建新 skill(sequential/autonomous 模式)
|
|
124
|
+
- **skill-simplify** — SKILL.md 简化与功能完整性验证
|
|
125
|
+
- **skill-tuning** — 通用 skill 诊断和优化
|
|
120
126
|
|
|
121
|
-
### Team (
|
|
127
|
+
### Team (25)
|
|
122
128
|
- **team-coordinate** — 通用团队协调,动态生成 role-specs
|
|
123
129
|
- **team-executor** — 团队执行,恢复会话
|
|
124
|
-
- **team-lifecycle-v4** —
|
|
125
|
-
- **team-quality-assurance** — QA
|
|
130
|
+
- **team-lifecycle-v4** — 完整生命周期流水线
|
|
131
|
+
- **team-quality-assurance** — QA 质量保障
|
|
126
132
|
- **team-review** — 多维度代码审查
|
|
127
133
|
- **team-tech-debt** — 技术债务识别和清理
|
|
128
|
-
- **team-testing** —
|
|
134
|
+
- **team-testing** — 渐进式测试覆盖
|
|
135
|
+
- **team-adversarial-swarm** — ACO 群智能 + 对抗决策门
|
|
136
|
+
- **team-arch-opt** — 架构优化
|
|
137
|
+
- **team-brainstorm** — 头脑风暴
|
|
138
|
+
- **team-designer** — 团队 skill 生成器(v4 架构)
|
|
139
|
+
- **team-frontend** — 前端开发(内置 ui-ux-pro-max)
|
|
140
|
+
- **team-frontend-debug** — 前端调试(Chrome DevTools MCP)
|
|
141
|
+
- **team-interactive-craft** — 交互组件制作(零依赖)
|
|
142
|
+
- **team-issue** — Issue 解决
|
|
143
|
+
- **team-motion-design** — 动效设计
|
|
144
|
+
- **team-perf-opt** — 性能优化
|
|
145
|
+
- **team-planex** — Plan-and-Execute 管线
|
|
146
|
+
- **team-roadmap-dev** — 路线图驱动开发
|
|
147
|
+
- **team-swarm** — 群智能(ACO + Python 控制器)
|
|
148
|
+
- **team-ui-polish** — UI 打磨(Impeccable 标准)
|
|
149
|
+
- **team-uidesign** — UI 设计(Token→审计→实现)
|
|
150
|
+
- **team-ultra-analyze** — 深度协作分析
|
|
151
|
+
- **team-ux-improve** — UX 改进
|
|
152
|
+
- **team-visual-a11y** — 视觉无障碍 QA
|
|
129
153
|
|
|
130
154
|
### Knowledge (1)
|
|
131
155
|
- **codify-to-knowhow** — Manifest 驱动的知识资产生成
|
|
156
|
+
|
|
157
|
+
### Quality (2)
|
|
158
|
+
- **insight-challenge** — 对抗性审查
|
|
159
|
+
- **delegation-check** — 委派提示词分离违规检查
|
|
160
|
+
|
|
161
|
+
### Scholar (10)
|
|
162
|
+
- **scholar-writing** — 端到端学术论文写作
|
|
163
|
+
- **scholar-review** — 学术论文审查(自审 + 回复)
|
|
164
|
+
- **scholar-rebuttal-pro** — 审稿回复(证据策略)
|
|
165
|
+
- **scholar-ideation** — 研究构思
|
|
166
|
+
- **scholar-experiment** — 实验结果分析
|
|
167
|
+
- **scholar-citation-verify** — 四层引用验证
|
|
168
|
+
- **scholar-anti-ai-writing** — 去除 AI 写作痕迹
|
|
169
|
+
- **scholar-latex-organizer** — LaTeX 模板整理
|
|
170
|
+
- **scholar-publish** — 会议发表准备
|
|
171
|
+
- **scholar-thesis-docx** — 学位论文 Word 文档
|
|
132
172
|
```
|
|
133
173
|
|
|
134
174
|
**Agents**:
|
|
@@ -123,18 +123,45 @@ const taskPatterns = [
|
|
|
123
123
|
4. `/quality-auto-test [phase] --re-run` — 重跑失败场景
|
|
124
124
|
```
|
|
125
125
|
|
|
126
|
+
**Odyssey 长周期循环** (深度自主):
|
|
127
|
+
|
|
128
|
+
```markdown
|
|
129
|
+
## Odyssey 长周期循环
|
|
130
|
+
|
|
131
|
+
适用于需要深度考古、多轮诊断/修复/验证、知识泛化和持久化的复杂任务。
|
|
132
|
+
每个 odyssey 命令都是自含闭环,自主循环直到完成。
|
|
133
|
+
|
|
134
|
+
### 调试类
|
|
135
|
+
1. `/odyssey-debug "问题描述"` — 考古→诊断→修复→确认→泛化→知识持久化
|
|
136
|
+
|
|
137
|
+
### 代码改进
|
|
138
|
+
1. `/odyssey-improve "改进目标"` — 多维审计→深度诊断→定向修复→验证→泛化
|
|
139
|
+
|
|
140
|
+
### 审查修复
|
|
141
|
+
1. `/odyssey-review-test-fix "审查范围"` — 考古→探索→多维审查→修复→泛化
|
|
142
|
+
|
|
143
|
+
### 需求迭代
|
|
144
|
+
1. `/odyssey-planex "需求描述"` — 计划→执行→严格验证→修复循环(直到验收通过)
|
|
145
|
+
|
|
146
|
+
### UI 优化
|
|
147
|
+
1. `/odyssey-ui "优化目标"` — 视觉调研→多维审计→发散探索→修复→验证
|
|
148
|
+
```
|
|
149
|
+
|
|
126
150
|
#### Step 4.3: 工作流全景图
|
|
127
151
|
|
|
128
152
|
对需要全景视角的用户,展示 Mermaid 图:
|
|
129
153
|
|
|
130
154
|
```
|
|
131
|
-
上游起源: brainstorm(发散) | blueprint(收敛) → 可选
|
|
155
|
+
上游起源: brainstorm(发散) | blueprint(收敛) | grill(压力测试) → 可选
|
|
132
156
|
理解层: analyze "topic"(宏观) → scope_verdict 路由
|
|
133
157
|
编排层: roadmap(可选,仅 scope_verdict=large 时建议)
|
|
134
158
|
执行层: plan → execute → quality → milestone-audit → milestone-complete
|
|
135
159
|
快速渠道: maestro-quick → (直接完成)
|
|
136
160
|
Issue 闭环: discover → create → analyze --gaps → plan --gaps → execute → close
|
|
137
|
-
全自动:
|
|
161
|
+
全自动: /maestro -y → (自动路由)
|
|
162
|
+
Odyssey: odyssey-debug / odyssey-improve / odyssey-planex / odyssey-ui → (自主循环)
|
|
163
|
+
并行加速: swarm-workflow / universal-workflow → (多 agent 并发)
|
|
164
|
+
智能导航: /maestro-next → (检测状态推荐下一步)
|
|
138
165
|
```
|
|
139
166
|
|
|
140
167
|
#### Step 4.4: 关键概念说明
|
|
@@ -156,6 +183,11 @@ Issue 闭环: discover → create → analyze --gaps → plan --gaps → execute
|
|
|
156
183
|
- **Spec**: 项目约束规则(coding/arch/debug/test),自动注入到工作流
|
|
157
184
|
- **Wiki**: 知识图谱,存储详细技术文档
|
|
158
185
|
- **Ralph**: 自适应决策引擎,动态调整执行链
|
|
186
|
+
- **Odyssey**: 长周期自主循环命令族(debug/improve/planex/ui/review-test-fix),自含考古→诊断→修复→泛化→知识持久化
|
|
187
|
+
- **Swarm Workflow**: 将任务路由到固定 Workflow 脚本进行多 agent 并发执行
|
|
188
|
+
- **Universal Workflow**: 动态生成对抗性 Workflow 脚本,支持复用和持久化
|
|
189
|
+
- **Grill**: 在 brainstorm 之前的压力测试,用代码库现实检验想法/需求
|
|
190
|
+
- **Next**: 智能导航,检测工作流状态并推荐最优下一步命令
|
|
159
191
|
```
|
|
160
192
|
|
|
161
193
|
### Mode 5: Beginner Onboarding
|
|
@@ -180,6 +212,7 @@ Issue 闭环: discover → create → analyze --gaps → plan --gaps → execute
|
|
|
180
212
|
| 7 | `/maestro-plan` | 规划 | 分析完成后生成执行计划,支持 `--from analyze:ANL-xxx` 直达 |
|
|
181
213
|
| 8 | `/maestro-execute` | 执行 | 计划完成后,执行实现 |
|
|
182
214
|
| 9 | `/maestro-quick` | 快速任务 | 简单任务跳过管线 |
|
|
215
|
+
| 10 | `/maestro-next` | 智能导航 | 不确定下一步时,自动检测状态推荐 |
|
|
183
216
|
```
|
|
184
217
|
|
|
185
218
|
#### Step 5.2: 快速入门路径
|