maestro-flow 0.3.22 → 0.3.24
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/.claude/commands/maestro-analyze.md +1 -1
- package/.claude/commands/maestro-brainstorm.md +1 -1
- package/.claude/commands/maestro-composer.md +3 -3
- package/.claude/commands/maestro-init.md +4 -4
- package/.claude/commands/maestro-roadmap.md +164 -108
- package/.claude/commands/maestro.md +19 -10
- package/.claude/commands/quality-business-test.md +2 -2
- package/.claude/skills/team-quality-assurance/roles/scout/role.md +1 -1
- package/.claude/skills/team-review/roles/reviewer/role.md +1 -1
- package/.claude/skills/team-review/roles/scanner/role.md +1 -1
- package/.claude/skills/team-tech-debt/roles/scanner/role.md +3 -3
- package/.codex/skills/maestro/SKILL.md +12 -9
- package/.codex/skills/maestro-brainstorm/SKILL.md +1 -1
- package/.codex/skills/maestro-composer/SKILL.md +3 -3
- package/.codex/skills/maestro-init/SKILL.md +1 -1
- package/.codex/skills/maestro-link-coordinate/SKILL.md +1 -1
- package/.codex/skills/maestro-player/SKILL.md +2 -2
- package/.codex/skills/maestro-roadmap/SKILL.md +443 -332
- package/.codex/skills/quality-business-test/SKILL.md +2 -2
- package/.codex/skills/team-coordinate/roles/coordinator/role.md +1 -1
- package/.codex/skills/team-lifecycle-v4/roles/coordinator/role.md +1 -1
- package/.codex/skills/team-quality-assurance/roles/scout/role.md +1 -1
- package/.codex/skills/team-review/roles/reviewer/role.md +1 -1
- package/.codex/skills/team-review/roles/scanner/role.md +1 -1
- package/.codex/skills/team-tech-debt/roles/scanner/role.md +3 -3
- package/chains/singles/spec-generate.json +3 -3
- package/chains/spec-driven.json +2 -2
- package/dashboard/dist-server/dashboard/src/server/agents/claude-code-adapter.js +4 -0
- package/dashboard/dist-server/dashboard/src/server/agents/claude-code-adapter.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/coordinator/chain-map.js +2 -2
- package/dashboard/dist-server/dashboard/src/server/coordinator/chain-map.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/routes/install-utils.d.ts +5 -12
- package/dashboard/dist-server/dashboard/src/server/routes/install-utils.js +10 -65
- package/dashboard/dist-server/dashboard/src/server/routes/install-utils.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/routes/install.js +17 -11
- package/dashboard/dist-server/dashboard/src/server/routes/install.js.map +1 -1
- package/dashboard/dist-server/src/agents/cli-agent-runner.d.ts +4 -0
- package/dashboard/dist-server/src/agents/cli-agent-runner.js +4 -2
- package/dashboard/dist-server/src/agents/cli-agent-runner.js.map +1 -1
- package/dashboard/dist-server/src/commands/delegate.d.ts +2 -0
- package/dashboard/dist-server/src/commands/delegate.js +20 -4
- package/dashboard/dist-server/src/commands/delegate.js.map +1 -1
- package/dashboard/dist-server/src/config/cli-tools-config.d.ts +68 -3
- package/dashboard/dist-server/src/config/cli-tools-config.js +248 -9
- package/dashboard/dist-server/src/config/cli-tools-config.js.map +1 -1
- package/dist/src/agents/cli-agent-runner.d.ts +4 -0
- package/dist/src/agents/cli-agent-runner.d.ts.map +1 -1
- package/dist/src/agents/cli-agent-runner.js +4 -2
- package/dist/src/agents/cli-agent-runner.js.map +1 -1
- package/dist/src/cli.js +2 -0
- package/dist/src/cli.js.map +1 -1
- package/dist/src/commands/cli.d.ts.map +1 -1
- package/dist/src/commands/cli.js +21 -4
- package/dist/src/commands/cli.js.map +1 -1
- package/dist/src/commands/delegate.d.ts +2 -0
- package/dist/src/commands/delegate.d.ts.map +1 -1
- package/dist/src/commands/delegate.js +20 -4
- package/dist/src/commands/delegate.js.map +1 -1
- package/dist/src/commands/install-backend.d.ts +5 -16
- package/dist/src/commands/install-backend.d.ts.map +1 -1
- package/dist/src/commands/install-backend.js +8 -104
- package/dist/src/commands/install-backend.js.map +1 -1
- package/dist/src/commands/install-ui/ExecutionView.js +1 -1
- package/dist/src/commands/install-ui/ExecutionView.js.map +1 -1
- package/dist/src/commands/install-ui/InstallExecution.d.ts +1 -0
- package/dist/src/commands/install-ui/InstallExecution.d.ts.map +1 -1
- package/dist/src/commands/install-ui/InstallExecution.js +19 -4
- package/dist/src/commands/install-ui/InstallExecution.js.map +1 -1
- package/dist/src/commands/install-ui/InstallResult.d.ts.map +1 -1
- package/dist/src/commands/install-ui/InstallResult.js +1 -1
- package/dist/src/commands/install-ui/InstallResult.js.map +1 -1
- package/dist/src/commands/install.d.ts.map +1 -1
- package/dist/src/commands/install.js +28 -3
- package/dist/src/commands/install.js.map +1 -1
- package/dist/src/commands/tools-ui/CommandReference.d.ts +7 -0
- package/dist/src/commands/tools-ui/CommandReference.d.ts.map +1 -0
- package/dist/src/commands/tools-ui/CommandReference.js +33 -0
- package/dist/src/commands/tools-ui/CommandReference.js.map +1 -0
- package/dist/src/commands/tools-ui/ConfigSources.d.ts +6 -0
- package/dist/src/commands/tools-ui/ConfigSources.d.ts.map +1 -0
- package/dist/src/commands/tools-ui/ConfigSources.js +27 -0
- package/dist/src/commands/tools-ui/ConfigSources.js.map +1 -0
- package/dist/src/commands/tools-ui/RegisterSettings.d.ts +8 -0
- package/dist/src/commands/tools-ui/RegisterSettings.d.ts.map +1 -0
- package/dist/src/commands/tools-ui/RegisterSettings.js +125 -0
- package/dist/src/commands/tools-ui/RegisterSettings.js.map +1 -0
- package/dist/src/commands/tools-ui/RoleMappings.d.ts +9 -0
- package/dist/src/commands/tools-ui/RoleMappings.d.ts.map +1 -0
- package/dist/src/commands/tools-ui/RoleMappings.js +104 -0
- package/dist/src/commands/tools-ui/RoleMappings.js.map +1 -0
- package/dist/src/commands/tools-ui/ToolsDashboard.d.ts +8 -0
- package/dist/src/commands/tools-ui/ToolsDashboard.d.ts.map +1 -0
- package/dist/src/commands/tools-ui/ToolsDashboard.js +60 -0
- package/dist/src/commands/tools-ui/ToolsDashboard.js.map +1 -0
- package/dist/src/commands/tools-ui/ToolsOverview.d.ts +9 -0
- package/dist/src/commands/tools-ui/ToolsOverview.d.ts.map +1 -0
- package/dist/src/commands/tools-ui/ToolsOverview.js +84 -0
- package/dist/src/commands/tools-ui/ToolsOverview.js.map +1 -0
- package/dist/src/commands/tools.d.ts +3 -0
- package/dist/src/commands/tools.d.ts.map +1 -0
- package/dist/src/commands/tools.js +78 -0
- package/dist/src/commands/tools.js.map +1 -0
- package/dist/src/config/cli-tools-config.d.ts +68 -3
- package/dist/src/config/cli-tools-config.d.ts.map +1 -1
- package/dist/src/config/cli-tools-config.js +248 -9
- package/dist/src/config/cli-tools-config.js.map +1 -1
- package/dist/src/core/component-defs.d.ts +16 -0
- package/dist/src/core/component-defs.d.ts.map +1 -0
- package/dist/src/core/component-defs.js +142 -0
- package/dist/src/core/component-defs.js.map +1 -0
- package/dist/src/core/manifest.d.ts +8 -1
- package/dist/src/core/manifest.d.ts.map +1 -1
- package/dist/src/core/manifest.js +29 -40
- package/dist/src/core/manifest.js.map +1 -1
- package/dist/src/core/tag-injector.d.ts +72 -0
- package/dist/src/core/tag-injector.d.ts.map +1 -0
- package/dist/src/core/tag-injector.js +228 -0
- package/dist/src/core/tag-injector.js.map +1 -0
- package/dist/src/index.d.ts +4 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +2 -0
- package/dist/src/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +1 -1
- package/templates/cli/prompts/workflow-skill-conflict-patterns.txt +1 -1
- package/templates/cli/prompts/workflow-skill-lessons-learned.txt +1 -1
- package/templates/search-tools.md +1 -1
- package/templates/workflows/specs/node-catalog.md +1 -1
- package/workflows/brainstorm.md +1 -1
- package/{.claude/CLAUDE.md → workflows/claude-instructions.md} +25 -26
- package/workflows/cli-tools-usage.md +16 -2
- package/workflows/codex-instructions.md +150 -0
- package/workflows/delegate-usage.md +16 -2
- package/workflows/execute.md +28 -14
- package/workflows/init.md +2 -2
- package/workflows/issue-discover.md +2 -2
- package/workflows/maestro-super.md +120 -0
- package/workflows/maestro.codex.md +4 -4
- package/workflows/maestro.md +5 -5
- package/workflows/roadmap-common.md +197 -0
- package/workflows/roadmap.md +190 -355
- package/workflows/spec-generate.md +457 -544
- package/.claude/commands/maestro-spec-generate.md +0 -78
- package/.codex/skills/maestro-spec-generate/SKILL.md +0 -355
|
@@ -58,7 +58,7 @@ Phase 1: Load issues from .workflow/issues/issues.jsonl
|
|
|
58
58
|
|
|
59
59
|
Phase 2: CLI exploration per issue
|
|
60
60
|
- For each issue: build exploration prompt from issue.title, description, context, related_files
|
|
61
|
-
- Run maestro delegate --
|
|
61
|
+
- Run maestro delegate --role analyze --mode analysis with codebase context
|
|
62
62
|
- Gather affected files, call chains, root cause evidence
|
|
63
63
|
|
|
64
64
|
Phase 3: Root cause synthesis → write issue.analysis
|
|
@@ -53,7 +53,7 @@ Follow '~/.maestro/workflows/brainstorm.md' completely.
|
|
|
53
53
|
|
|
54
54
|
Auto mode:
|
|
55
55
|
- Project not initialized → Skill({ skill: "maestro-init" })
|
|
56
|
-
- Project initialized, need spec package → Skill({ skill: "maestro-
|
|
56
|
+
- Project initialized, need spec package → Skill({ skill: "maestro-roadmap", args: "--mode full --from-brainstorm {session_id}" })
|
|
57
57
|
- Project initialized, quick roadmap → Skill({ skill: "maestro-roadmap", args: "--from-brainstorm {session_id}" })
|
|
58
58
|
- Need deeper analysis first → Skill({ skill: "maestro-analyze", args: "{topic}" })
|
|
59
59
|
- `html-prototypes/` produced with 2+ files and user wants to browse → load `~/.maestro/workflows/brainstorm-visualize.md` and launch visualizer server (optional, user-triggered)
|
|
@@ -150,11 +150,11 @@ If the spec file does not exist, use the built-in fallback mapping:
|
|
|
150
150
|
| `testing` | skill | `quality-test` |
|
|
151
151
|
| `review` | skill | `quality-review` |
|
|
152
152
|
| `brainstorm` | skill | `maestro-brainstorm` |
|
|
153
|
-
| `analysis` | cli | `maestro delegate --
|
|
153
|
+
| `analysis` | cli | `maestro delegate --role analyze --mode analysis` |
|
|
154
154
|
| `verify` | skill | `maestro-verify` |
|
|
155
155
|
| `refactor` | skill | `quality-refactor` |
|
|
156
156
|
| `debug` | skill | `quality-debug` |
|
|
157
|
-
| `spec` | skill | `maestro-
|
|
157
|
+
| `spec` | skill | `maestro-roadmap --mode full` |
|
|
158
158
|
| `checkpoint` | checkpoint | — |
|
|
159
159
|
|
|
160
160
|
**Step 2.1** — Load `intent.json`.
|
|
@@ -210,7 +210,7 @@ options:
|
|
|
210
210
|
| Artifact boundary | Source output_ports: plan, spec, analysis, review-findings |
|
|
211
211
|
| Execution gate | Target executor contains `execute` |
|
|
212
212
|
| Agent spawn | Target type is `agent` |
|
|
213
|
-
| Long-running | Target is maestro-plan, maestro-
|
|
213
|
+
| Long-running | Target is maestro-plan, maestro-roadmap --mode full |
|
|
214
214
|
| User-defined | Step had `type_hint: checkpoint` |
|
|
215
215
|
| Post-testing | Source executor contains `test` or `integration-test` |
|
|
216
216
|
|
|
@@ -12,7 +12,7 @@ allowed-tools:
|
|
|
12
12
|
- AskUserQuestion
|
|
13
13
|
---
|
|
14
14
|
<purpose>
|
|
15
|
-
Initialize a new project through auto state detection and unified flow. Invoked when starting a fresh project or onboarding an existing codebase into workflow management. Produces the `.workflow/` directory structure with project.md, state.json, config.json, and specs. Does NOT create roadmap — use maestro-
|
|
15
|
+
Initialize a new project through auto state detection and unified flow. Invoked when starting a fresh project or onboarding an existing codebase into workflow management. Produces the `.workflow/` directory structure with project.md, state.json, config.json, and specs. Does NOT create roadmap — use maestro-roadmap (light mode, default) or maestro-roadmap --mode full (spec package) as the next step.
|
|
16
16
|
</purpose>
|
|
17
17
|
|
|
18
18
|
<required_reading>
|
|
@@ -48,8 +48,8 @@ Created:
|
|
|
48
48
|
.workflow/specs/
|
|
49
49
|
|
|
50
50
|
Next steps (choose one path to create roadmap):
|
|
51
|
-
/maestro-
|
|
52
|
-
/maestro-roadmap <
|
|
51
|
+
/maestro-roadmap <requirement> -- Direct interactive roadmap (light, default)
|
|
52
|
+
/maestro-roadmap --mode full <idea> -- Full spec package + roadmap (heavy)
|
|
53
53
|
|
|
54
54
|
Other commands:
|
|
55
55
|
/manage-status -- View project dashboard
|
|
@@ -74,5 +74,5 @@ Other commands:
|
|
|
74
74
|
- [ ] `.workflow/config.json` created with user-selected granularity, workflow agents, gate preferences
|
|
75
75
|
- [ ] `.workflow/specs/` initialized with convention files
|
|
76
76
|
- [ ] Research completed (if enabled) — 4 parallel agents spawned
|
|
77
|
-
- [ ] User knows next step is `/maestro-roadmap` or `/maestro-spec
|
|
77
|
+
- [ ] User knows next step is `/maestro-roadmap` (light) or `/maestro-roadmap --mode full` (spec package)
|
|
78
78
|
</success_criteria>
|
|
@@ -1,108 +1,164 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: maestro-roadmap
|
|
3
|
-
description:
|
|
4
|
-
argument-hint: "<requirement> [-y] [-c] [-m progressive|direct|auto] [--from-brainstorm SESSION-ID] [--revise [instructions]] [--review]"
|
|
5
|
-
allowed-tools:
|
|
6
|
-
- Read
|
|
7
|
-
- Write
|
|
8
|
-
- Edit
|
|
9
|
-
- Bash
|
|
10
|
-
- Glob
|
|
11
|
-
- Grep
|
|
12
|
-
- Agent
|
|
13
|
-
- AskUserQuestion
|
|
14
|
-
---
|
|
15
|
-
<purpose>
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
- **
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
-
|
|
36
|
-
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
**
|
|
43
|
-
-
|
|
44
|
-
-
|
|
45
|
-
-
|
|
46
|
-
-
|
|
47
|
-
|
|
48
|
-
**
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
```
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
**
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
1
|
+
---
|
|
2
|
+
name: maestro-roadmap
|
|
3
|
+
description: Roadmap generation with dual mode — light (requirement→roadmap) or full (requirement→spec package→roadmap)
|
|
4
|
+
argument-hint: "<requirement> [--mode light|full] [-y] [-c] [-m progressive|direct|auto] [--from-brainstorm SESSION-ID] [--revise [instructions]] [--review]"
|
|
5
|
+
allowed-tools:
|
|
6
|
+
- Read
|
|
7
|
+
- Write
|
|
8
|
+
- Edit
|
|
9
|
+
- Bash
|
|
10
|
+
- Glob
|
|
11
|
+
- Grep
|
|
12
|
+
- Agent
|
|
13
|
+
- AskUserQuestion
|
|
14
|
+
---
|
|
15
|
+
<purpose>
|
|
16
|
+
Unified roadmap generation with two execution paths:
|
|
17
|
+
|
|
18
|
+
- **Light mode** (default): Directly from requirements to roadmap. No specification documents.
|
|
19
|
+
- **Full mode** (`--mode full`): 7-phase document chain (Product Brief → PRD → Architecture → Epics → Roadmap) producing a complete specification package in `.workflow/.spec/` plus `.workflow/roadmap.md`.
|
|
20
|
+
|
|
21
|
+
Additional operation modes (light mode only):
|
|
22
|
+
- **Revise** (`--revise`): Modify existing roadmap while preserving completed phase progress
|
|
23
|
+
- **Review** (`--review`): Health assessment of current roadmap (read-only)
|
|
24
|
+
|
|
25
|
+
Both modes produce `.workflow/roadmap.md` with milestone/phase structure ready for maestro-plan.
|
|
26
|
+
</purpose>
|
|
27
|
+
|
|
28
|
+
<required_reading>
|
|
29
|
+
@~/.maestro/workflows/roadmap-common.md
|
|
30
|
+
@~/.maestro/templates/roadmap.md
|
|
31
|
+
</required_reading>
|
|
32
|
+
|
|
33
|
+
<deferred_reading>
|
|
34
|
+
- [roadmap.md](~/.maestro/workflows/roadmap.md) — read when mode is light (default)
|
|
35
|
+
- [spec-generate.md](~/.maestro/workflows/spec-generate.md) — read when mode is full
|
|
36
|
+
- [spec-config.json](~/.maestro/templates/spec-config.json) — read when initializing spec configuration (full mode)
|
|
37
|
+
</deferred_reading>
|
|
38
|
+
|
|
39
|
+
<context>
|
|
40
|
+
$ARGUMENTS -- requirement text, @file reference, or brainstorm session reference.
|
|
41
|
+
|
|
42
|
+
**Flags (shared):**
|
|
43
|
+
- `--mode light|full`: Execution path (default: light)
|
|
44
|
+
- `-y` / `--yes`: Auto mode — skip interactive questions, use recommended defaults
|
|
45
|
+
- `-c` / `--continue`: Resume from last checkpoint
|
|
46
|
+
- `--from-brainstorm SESSION-ID`: Import guidance-specification.md from a brainstorm session as seed
|
|
47
|
+
|
|
48
|
+
**Flags (light mode only):**
|
|
49
|
+
- `-m progressive|direct|auto`: Decomposition strategy (default: auto)
|
|
50
|
+
- `--revise [instructions]`: Revise existing roadmap. If instructions provided, apply directly. If omitted, ask user. Preserves completed phase progress.
|
|
51
|
+
- `--review`: Roadmap health assessment (read-only)
|
|
52
|
+
|
|
53
|
+
**Input types:**
|
|
54
|
+
- Direct text: `"Implement user authentication system with OAuth and 2FA"`
|
|
55
|
+
- File reference: `@requirements.md`
|
|
56
|
+
- Brainstorm import: `--from-brainstorm WFS-xxx`
|
|
57
|
+
- No args + `--revise` / `--review`: Operate on existing `.workflow/roadmap.md`
|
|
58
|
+
|
|
59
|
+
**Pipeline position:**
|
|
60
|
+
```
|
|
61
|
+
maestro-brainstorm (optional upstream)
|
|
62
|
+
↓ guidance-specification.md
|
|
63
|
+
maestro-init (project setup)
|
|
64
|
+
↓ project.md, state.json, config.json
|
|
65
|
+
maestro-roadmap [--mode light] → roadmap.md directly
|
|
66
|
+
maestro-roadmap --mode full → spec package + roadmap.md
|
|
67
|
+
↓
|
|
68
|
+
maestro-plan → maestro-execute → maestro-verify
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
**Note (full mode):** `maestro-init` MUST run before `--mode full`. It creates the `.workflow/` directory and project context.
|
|
72
|
+
</context>
|
|
73
|
+
|
|
74
|
+
<execution>
|
|
75
|
+
|
|
76
|
+
### Mode routing
|
|
77
|
+
|
|
78
|
+
1. Read `@~/.maestro/workflows/roadmap-common.md` (always — shared logic)
|
|
79
|
+
2. Parse `--mode` flag:
|
|
80
|
+
- `light` or omitted → read `@~/.maestro/workflows/roadmap.md`, follow its process
|
|
81
|
+
- `full` → read `@~/.maestro/workflows/spec-generate.md`, follow its process
|
|
82
|
+
3. If `--revise` or `--review` present → force light mode (these are light-mode-only operations)
|
|
83
|
+
|
|
84
|
+
### Light mode (default)
|
|
85
|
+
|
|
86
|
+
Follow `~/.maestro/workflows/roadmap.md` completely.
|
|
87
|
+
|
|
88
|
+
Sub-modes:
|
|
89
|
+
- **Create** (default): Build roadmap from requirements
|
|
90
|
+
- **Revise** (`--revise`): Follow workflow roadmap.md "Mode: Revise" section
|
|
91
|
+
- **Review** (`--review`): Follow workflow roadmap.md "Mode: Review" section
|
|
92
|
+
|
|
93
|
+
### Full mode (`--mode full`)
|
|
94
|
+
|
|
95
|
+
Follow `~/.maestro/workflows/spec-generate.md` completely.
|
|
96
|
+
|
|
97
|
+
### Next-step routing on completion
|
|
98
|
+
|
|
99
|
+
| Condition | Suggestion |
|
|
100
|
+
|-----------|-----------|
|
|
101
|
+
| Roadmap approved, need analysis | /maestro-analyze 1 |
|
|
102
|
+
| Simple project, ready to plan | /maestro-plan 1 |
|
|
103
|
+
| Need UI design first | /maestro-ui-design 1 |
|
|
104
|
+
| View project dashboard | /manage-status |
|
|
105
|
+
| Need project setup (full mode) | /maestro-init |
|
|
106
|
+
</execution>
|
|
107
|
+
|
|
108
|
+
<error_codes>
|
|
109
|
+
|
|
110
|
+
**Shared:**
|
|
111
|
+
| Code | Severity | Condition | Recovery |
|
|
112
|
+
|------|----------|-----------|----------|
|
|
113
|
+
| E001 | error | Requirement/idea text or @file required | Prompt user for input |
|
|
114
|
+
| E002 | error | Brainstorm session not found (--from-brainstorm) | Show available sessions |
|
|
115
|
+
| W001 | warning | CLI analysis failed, using fallback | Continue with available data |
|
|
116
|
+
| W005 | warning | External research agent failed | Continue without apiResearchContext |
|
|
117
|
+
|
|
118
|
+
**Light mode:**
|
|
119
|
+
| Code | Severity | Condition | Recovery |
|
|
120
|
+
|------|----------|-----------|----------|
|
|
121
|
+
| E003 | error | Circular dependency detected in phases | Prompt user to re-decompose |
|
|
122
|
+
| E004 | error | roadmap.md not found (--revise/--review) | Run maestro-roadmap first |
|
|
123
|
+
| E005 | error | Revision invalidates completed phase work | Warn user, ask to confirm or adjust |
|
|
124
|
+
| W002 | warning | Max refinement rounds (5) reached | Force proceed with current roadmap |
|
|
125
|
+
|
|
126
|
+
**Full mode:**
|
|
127
|
+
| Code | Severity | Condition | Recovery |
|
|
128
|
+
|------|----------|-----------|----------|
|
|
129
|
+
| E006 | error | `.workflow/` not initialized | Run maestro-init first |
|
|
130
|
+
| E007 | error | Phase 6 readiness Fail after 2 auto-fix iterations | Present manual fix options |
|
|
131
|
+
| W002 | warning | Codebase exploration failed | Continue without codebase context |
|
|
132
|
+
| W003 | warning | Glossary has < 5 terms | Note in readiness check |
|
|
133
|
+
| W004 | warning | Review-level readiness score (60-79%) | Proceed with caveats |
|
|
134
|
+
</error_codes>
|
|
135
|
+
|
|
136
|
+
<success_criteria>
|
|
137
|
+
|
|
138
|
+
**Light mode:**
|
|
139
|
+
- [ ] Requirement parsed with goal, constraints, stakeholders
|
|
140
|
+
- [ ] Decomposition strategy selected (progressive or direct)
|
|
141
|
+
- [ ] Phases defined with success criteria, dependencies, and requirement mappings
|
|
142
|
+
- [ ] Every Active requirement from project.md mapped to exactly one phase
|
|
143
|
+
- [ ] No circular dependencies in phase ordering
|
|
144
|
+
- [ ] User approved roadmap (or auto-approved with -y)
|
|
145
|
+
- [ ] `.workflow/roadmap.md` written with phase details, scope decisions, and progress table
|
|
146
|
+
- [ ] No phase directories created (phases are labels in roadmap, not directories)
|
|
147
|
+
|
|
148
|
+
**Full mode (in addition to light mode criteria for roadmap):**
|
|
149
|
+
- [ ] `spec-config.json` created with session metadata and phase tracking
|
|
150
|
+
- [ ] `product-brief.md` with vision, goals, scope, multi-perspective synthesis
|
|
151
|
+
- [ ] `glossary.json` with 5+ core terms for cross-document consistency
|
|
152
|
+
- [ ] `requirements/` directory with `_index.md` + individual `REQ-*.md` + `NFR-*.md` files
|
|
153
|
+
- [ ] All requirements have RFC 2119 keywords and acceptance criteria
|
|
154
|
+
- [ ] `architecture/` directory with `_index.md` + individual `ADR-*.md` files
|
|
155
|
+
- [ ] Architecture includes state machine, config model, error handling, observability (service type)
|
|
156
|
+
- [ ] `epics/` directory with `_index.md` + individual `EPIC-*.md` files
|
|
157
|
+
- [ ] Cross-Epic dependency map (Mermaid) and MVP subset tagged
|
|
158
|
+
- [ ] `readiness-report.md` with 4-dimension quality scores and traceability matrix
|
|
159
|
+
- [ ] `spec-summary.md` with one-page executive summary
|
|
160
|
+
- [ ] All documents have valid YAML frontmatter with session_id
|
|
161
|
+
- [ ] Glossary terms used consistently across all documents
|
|
162
|
+
- [ ] Readiness gate: Pass (>=80%) or Review (>=60%) with documented caveats
|
|
163
|
+
- [ ] `.workflow/roadmap.md` written
|
|
164
|
+
</success_criteria>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: maestro
|
|
3
|
-
description: Intelligent coordinator - analyze intent + read project state → select optimal command chain → execute via
|
|
4
|
-
argument-hint: "\"intent text\" [-y] [-c] [--dry-run] [--
|
|
3
|
+
description: Intelligent coordinator - analyze intent + read project state → select optimal command chain → execute via internal or CLI delegate
|
|
4
|
+
argument-hint: "\"intent text\" [-y] [-c] [--dry-run] [--exec auto|cli|internal] [--tool <name>] [--super]"
|
|
5
5
|
allowed-tools:
|
|
6
6
|
- Read
|
|
7
7
|
- Write
|
|
@@ -19,17 +19,21 @@ Two routing modes:
|
|
|
19
19
|
2. **State-based**: Read .workflow/state.json → determine next logical step → suggest/execute (triggered by `continue`/`next`)
|
|
20
20
|
|
|
21
21
|
Per-step execution engine (default: auto):
|
|
22
|
-
- **Skill()
|
|
22
|
+
- **internal**: Execute via Skill() in current session — output visible in conversation, synchronous, user can intervene
|
|
23
23
|
- **CLI delegate**: Heavy execution steps — context isolation, template-driven prompts, gemini quality analysis
|
|
24
24
|
|
|
25
25
|
Produces session directory at `.workflow/.maestro/{session_id}/` with status.json tracking chain progress.
|
|
26
|
-
Executes commands sequentially
|
|
26
|
+
Executes commands sequentially with artifact propagation between steps.
|
|
27
27
|
</purpose>
|
|
28
28
|
|
|
29
29
|
<required_reading>
|
|
30
30
|
@~/.maestro/workflows/maestro.md
|
|
31
31
|
</required_reading>
|
|
32
32
|
|
|
33
|
+
<deferred_reading>
|
|
34
|
+
- [maestro-super.md](~/.maestro/workflows/maestro-super.md) — read when `--super` flag is active
|
|
35
|
+
</deferred_reading>
|
|
36
|
+
|
|
33
37
|
<context>
|
|
34
38
|
$ARGUMENTS — user intent text, or special keywords.
|
|
35
39
|
|
|
@@ -41,9 +45,9 @@ $ARGUMENTS — user intent text, or special keywords.
|
|
|
41
45
|
- `-y` / `--yes` — Auto mode: skip clarification, skip confirmation, auto-skip on errors. Propagates to downstream commands that support it.
|
|
42
46
|
- `-c` / `--continue` — Resume previous coordinator session from `.workflow/.maestro/*/status.json`
|
|
43
47
|
- `--dry-run` — Show planned chain without executing
|
|
44
|
-
- `--
|
|
45
|
-
- `--exec <mode>` — Execution engine: `auto` (default), `cli`, `skill`. Auto selects per step based on command complexity.
|
|
48
|
+
- `--exec <mode>` — Execution engine: `auto` (default), `cli`, `internal`. `internal` = Skill() in current session; `cli` = delegate to external CLI. Auto selects per step based on command complexity.
|
|
46
49
|
- `--tool <name>` — CLI tool for delegate execution (default: claude). Only used when engine=cli.
|
|
50
|
+
- `--super` — Super mode: deliver production-ready complete software system. See Super Mode section below.
|
|
47
51
|
|
|
48
52
|
**State files read:**
|
|
49
53
|
- `.workflow/state.json` — project state machine + artifact registry
|
|
@@ -65,7 +69,7 @@ When `-y` is active, maestro propagates auto flags to downstream commands. Only
|
|
|
65
69
|
| maestro-roadmap | `-y` | Skip interactive questions, use defaults (create/revise/review) |
|
|
66
70
|
| maestro-ui-design | `-y` | Skip interactive selection, pick top variant |
|
|
67
71
|
| maestro-plan | `--auto` | Skip interactive clarification |
|
|
68
|
-
| maestro-
|
|
72
|
+
| maestro-roadmap --mode full | `-y` | Skip interactive questions, use defaults |
|
|
69
73
|
| maestro-execute | *(none)* | No auto flag — executes all tasks normally |
|
|
70
74
|
| maestro-verify | *(none)* | No auto flag — runs full verification |
|
|
71
75
|
| quality-review | *(none)* | No auto flag — auto-detects level, runs fully |
|
|
@@ -84,6 +88,8 @@ In auto mode, maestro also:
|
|
|
84
88
|
- Auto-skips on step errors (retry once, then skip and continue)
|
|
85
89
|
|
|
86
90
|
Context cleanup hints, context window reminders, and completion report format are defined in workflow maestro.md (Steps 7a-1, 7f).
|
|
91
|
+
|
|
92
|
+
**Super mode (`--super`):** Read `maestro-super.md` from deferred_reading, then follow it completely.
|
|
87
93
|
</execution>
|
|
88
94
|
|
|
89
95
|
<error_codes>
|
|
@@ -95,7 +101,6 @@ Context cleanup hints, context window reminders, and completion report format ar
|
|
|
95
101
|
| E004 | error | Resume session not found | Show available sessions |
|
|
96
102
|
| W001 | warning | Intent ambiguous, multiple chains possible | Present options, let user choose |
|
|
97
103
|
| W002 | warning | Chain step completed with warnings | Log and continue |
|
|
98
|
-
| E005 | error | Invalid chain name provided with --chain | Show valid chain names and exit |
|
|
99
104
|
| W003 | warning | State suggests different chain than intent | Show discrepancy, let user decide |
|
|
100
105
|
</error_codes>
|
|
101
106
|
|
|
@@ -103,12 +108,16 @@ Context cleanup hints, context window reminders, and completion report format ar
|
|
|
103
108
|
- [ ] Intent classified with task_type, complexity, clarity_score
|
|
104
109
|
- [ ] Project state read and incorporated into routing
|
|
105
110
|
- [ ] Command chain selected and confirmed (or auto-confirmed with -y)
|
|
106
|
-
- [ ] Per-step engine selected (auto routes heavy steps to CLI, observable steps to
|
|
111
|
+
- [ ] Per-step engine selected (auto routes heavy steps to CLI, observable steps to internal)
|
|
107
112
|
- [ ] Auto flags correctly propagated to supporting commands only
|
|
108
113
|
- [ ] Session directory created at .workflow/.maestro/{session_id}/
|
|
109
114
|
- [ ] status.json tracks per-step progress and execution engine
|
|
110
|
-
- [ ] All chain steps executed via
|
|
115
|
+
- [ ] All chain steps executed via internal or CLI delegate with proper argument propagation
|
|
111
116
|
- [ ] Phase numbers auto-detected and passed to downstream commands
|
|
112
117
|
- [ ] Error handling: retry/skip/abort per step (auto-skip in -y mode)
|
|
113
118
|
- [ ] Session summary displayed on completion
|
|
119
|
+
- [ ] (super mode) Requirements expanded and validated via Gemini before roadmap creation
|
|
120
|
+
- [ ] (super mode) Each milestone scored ≥ 80% before advancing
|
|
121
|
+
- [ ] (super mode) All milestones completed with no user intervention
|
|
122
|
+
- [ ] (super mode) Final system builds, starts, and passes all tests
|
|
114
123
|
</success_criteria>
|
|
@@ -82,9 +82,9 @@ Follow '~/.maestro/workflows/business-test.md' completely.
|
|
|
82
82
|
|------|----------|-----------|----------|
|
|
83
83
|
| E001 | error | Phase number required | Prompt user for phase number |
|
|
84
84
|
| E002 | error | Phase artifacts not found | Verify phase has artifacts in state.json |
|
|
85
|
-
| E003 | error | No spec package AND no success_criteria (can't extract scenarios) | Run maestro-
|
|
85
|
+
| E003 | error | No spec package AND no success_criteria (can't extract scenarios) | Run maestro-roadmap --mode full or maestro-plan first |
|
|
86
86
|
| E004 | error | L1 critical failures block L2/L3 progression | Fix blockers first via quality-debug |
|
|
87
|
-
| W001 | warning | Degraded mode (no spec package, using success_criteria) | Consider running maestro-
|
|
87
|
+
| W001 | warning | Degraded mode (no spec package, using success_criteria) | Consider running maestro-roadmap --mode full for full coverage |
|
|
88
88
|
| W002 | warning | Some requirements have no testable acceptance criteria | Note in report, suggest spec refinement |
|
|
89
89
|
| W003 | warning | Generator-Critic loop exhausted (3 iterations) without full convergence | Accept current state, proceed with known defects |
|
|
90
90
|
| W004 | warning | Mock services not available for L3 scenarios | Skip L3 or run with --gen-code for TestContainers |
|
|
@@ -50,7 +50,7 @@ CONTEXT: @<scan-scope>
|
|
|
50
50
|
EXPECTED: List of findings with severity (critical/high/medium/low), file:line references, description
|
|
51
51
|
CONSTRAINTS: Focus on actionable findings only
|
|
52
52
|
```
|
|
53
|
-
Execute via: `maestro delegate "<prompt>" --
|
|
53
|
+
Execute via: `maestro delegate "<prompt>" --role analyze --mode analysis`
|
|
54
54
|
|
|
55
55
|
After all perspectives complete:
|
|
56
56
|
- Parse CLI outputs into structured findings
|
|
@@ -52,7 +52,7 @@ Build prompt per group requesting 6 enrichment fields per finding:
|
|
|
52
52
|
- `fix_complexity`: low / medium / high
|
|
53
53
|
- `fix_dependencies`: finding IDs that must be fixed first
|
|
54
54
|
|
|
55
|
-
Execute via `maestro delegate --
|
|
55
|
+
Execute via `maestro delegate --role review --mode analysis --rule analysis-diagnose-bug-root-cause`. Parse JSON array responses, merge with originals (CLI-enriched replace originals, unenriched get defaults). Write `<session>/review/enriched-findings.json`.
|
|
56
56
|
|
|
57
57
|
## Phase 4: Report Generation
|
|
58
58
|
|
|
@@ -59,7 +59,7 @@ Build prompt with target file patterns, toolchain dedup summary, and per-dimensi
|
|
|
59
59
|
- PRF: Algorithm complexity, N+1 queries, unnecessary sync, memory leaks, missing caching
|
|
60
60
|
- MNT: Architectural coupling, abstraction leaks, convention violations, dead code
|
|
61
61
|
|
|
62
|
-
Execute via `maestro delegate --
|
|
62
|
+
Execute via `maestro delegate --role review --mode analysis --rule analysis-review-code-quality`. Parse JSON array response, validate required fields (dimension, title, location.file), enforce per-dimension limit (max 5 each), filter minimum severity (medium+). Write `<session>/scan/semantic-findings.json`.
|
|
63
63
|
|
|
64
64
|
### Tech Profile Scan
|
|
65
65
|
|
|
@@ -56,9 +56,9 @@ Multi-dimension tech debt scanner. Scan codebase across 5 dimensions (code, arch
|
|
|
56
56
|
- Classify findings into dimensions
|
|
57
57
|
|
|
58
58
|
**Medium/High Complexity** (Fan-out):
|
|
59
|
-
- Fan-out A: CLI exploration (structure, patterns, dependencies angles) via `maestro delegate --
|
|
60
|
-
- Fan-out B: CLI dimension analysis (parallel
|
|
61
|
-
- Fan-out C (High only): Multi-perspective
|
|
59
|
+
- Fan-out A: CLI exploration (structure, patterns, dependencies angles) via `maestro delegate --role explore --mode analysis`
|
|
60
|
+
- Fan-out B: CLI dimension analysis (parallel per dimension -- code, architecture, testing, dependency, documentation) via `--role analyze`
|
|
61
|
+
- Fan-out C (High only): Multi-perspective analysis (security, performance, code-quality, architecture) via `--role analyze`
|
|
62
62
|
- Fan-in: Merge results, cross-deduplicate by file:line, boost severity for multi-source findings
|
|
63
63
|
|
|
64
64
|
**Standardize each finding**:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: maestro
|
|
3
3
|
description: Intelligent coordinator — analyze intent, read project state, select chain, execute wave-by-wave via spawn_agents_on_csv. Coordinator only assembles prompts and reads artifacts — never executes skills directly.
|
|
4
|
-
argument-hint: "\"intent text\" [-y] [-c|--continue] [--dry-run] [--
|
|
4
|
+
argument-hint: "\"intent text\" [-y] [-c|--continue] [--dry-run] [--super]"
|
|
5
5
|
allowed-tools: spawn_agents_on_csv, Read, Write, Edit, Bash, Glob, Grep, AskUserQuestion
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -19,6 +19,10 @@ Each wave = 1 barrier task (solo) or N parallel non-barrier tasks.
|
|
|
19
19
|
@~/.maestro/workflows/maestro.codex.md — authoritative `detectTaskType`, `detectNextAction`, `chainMap` (35+ intent patterns, 40+ chain types). Read before executing any step.
|
|
20
20
|
</required_reading>
|
|
21
21
|
|
|
22
|
+
<deferred_reading>
|
|
23
|
+
- [maestro-super.md](~/.maestro/workflows/maestro-super.md) — read when `--super` flag is active
|
|
24
|
+
</deferred_reading>
|
|
25
|
+
|
|
22
26
|
<context>
|
|
23
27
|
$ARGUMENTS — user intent text, or special flags.
|
|
24
28
|
|
|
@@ -26,7 +30,7 @@ $ARGUMENTS — user intent text, or special flags.
|
|
|
26
30
|
- `-y, --yes` — Auto mode: skip all prompts; propagate `-y` to each skill
|
|
27
31
|
- `--continue` — Resume latest paused session from last incomplete wave
|
|
28
32
|
- `--dry-run` — Display planned chain without executing
|
|
29
|
-
- `--
|
|
33
|
+
- `--super` — Super mode: deliver production-ready complete software system. Read `maestro-super.md` from deferred_reading, then follow it completely.
|
|
30
34
|
|
|
31
35
|
**Session state**: `.workflow/.maestro/{session-id}/`
|
|
32
36
|
**Core output**: `tasks.csv` (master) + `wave-{N}-results.csv` (per wave) + `context.md` (report)
|
|
@@ -72,7 +76,7 @@ After a barrier skill completes **in its spawned sub-agent**, coordinator reads
|
|
|
72
76
|
| `maestro-analyze` | `.workflow/.csv-wave/*/context.md`, `state.json` | `gaps`, `phase`, `analysis_dir` |
|
|
73
77
|
| `maestro-plan` | `{artifact_dir}/plan.json`, `{artifact_dir}/.task/TASK-*.json` | `plan_dir`, `task_count`, `wave_count` |
|
|
74
78
|
| `maestro-brainstorm` | `.workflow/.csv-wave/*/.brainstorming/` | `brainstorm_dir`, `features` |
|
|
75
|
-
| `maestro-
|
|
79
|
+
| `maestro-roadmap` | `.workflow/.csv-wave/*/specs/` | `spec_session_id` |
|
|
76
80
|
| `maestro-execute` | `.workflow/.csv-wave/*/results.csv` | `exec_status`, `completed_tasks`, `failed_tasks` |
|
|
77
81
|
|
|
78
82
|
**Non-barrier skills** (groupable into multi-task waves): `maestro-verify`, `quality-review`, `quality-test`, `quality-debug`, `quality-refactor`, `quality-sync`, `manage-*`
|
|
@@ -86,7 +90,7 @@ After each barrier skill completes, read its artifacts and update `state.context
|
|
|
86
90
|
| `maestro-analyze` | `{artifacts}/context.md` | `analysis_dir`, `gaps` (extracted), `phase` (if unset) |
|
|
87
91
|
| `maestro-plan` | `{artifacts}/plan.json` | `plan_dir`, `task_count`, `wave_count` from plan JSON |
|
|
88
92
|
| `maestro-brainstorm` | `{artifacts}/` | `brainstorm_dir` |
|
|
89
|
-
| `maestro-
|
|
93
|
+
| `maestro-roadmap` | `{artifacts}/` | `spec_session_id` (extracted) |
|
|
90
94
|
| `maestro-execute` | `{artifacts}/results.csv` | `exec_completed`, `exec_failed` (counted by status) |
|
|
91
95
|
</barrier_skills>
|
|
92
96
|
|
|
@@ -98,8 +102,7 @@ After each barrier skill completes, read its artifacts and update `state.context
|
|
|
98
102
|
|
|
99
103
|
**Fresh mode**:
|
|
100
104
|
1. Read `.workflow/state.json` for project context (derive current phase from artifact registry, `workflow_name`)
|
|
101
|
-
2.
|
|
102
|
-
3. Otherwise classify intent via keyword heuristics (see chain_map)
|
|
105
|
+
2. Classify intent via keyword heuristics (see chain_map)
|
|
103
106
|
4. No match + not AUTO_YES → one clarifying question via `AskUserQuestion`
|
|
104
107
|
5. Resolve chain's skill list
|
|
105
108
|
6. Create session dir `.workflow/.maestro/maestro-{YYYYMMDD-HHMMSS}/` and write `status.json`:
|
|
@@ -153,13 +156,13 @@ After each barrier skill completes, read its artifacts and update `state.context
|
|
|
153
156
|
|
|
154
157
|
### Skill Call Assembly
|
|
155
158
|
|
|
156
|
-
**Barrier skills**: `maestro-analyze`, `maestro-plan`, `maestro-brainstorm`, `maestro-
|
|
159
|
+
**Barrier skills**: `maestro-analyze`, `maestro-plan`, `maestro-brainstorm`, `maestro-roadmap`, `maestro-execute`
|
|
157
160
|
|
|
158
161
|
**Auto-yes flag map** (appended when `status.auto_mode` is true):
|
|
159
162
|
|
|
160
163
|
| Skill | Flag |
|
|
161
164
|
|-------|------|
|
|
162
|
-
| `maestro-analyze`, `maestro-brainstorm`, `maestro-ui-design`, `maestro-
|
|
165
|
+
| `maestro-analyze`, `maestro-brainstorm`, `maestro-ui-design`, `maestro-roadmap` | `-y` |
|
|
163
166
|
| `maestro-plan` | `--auto` |
|
|
164
167
|
| `quality-test` | `--auto-fix` |
|
|
165
168
|
| `quality-retrospective` | `--auto-yes` |
|
|
@@ -238,7 +241,7 @@ Accumulated across all waves. Updated after each wave completes.
|
|
|
238
241
|
| Code | Severity | Condition | Recovery |
|
|
239
242
|
|------|----------|-----------|----------|
|
|
240
243
|
| E001 | error | Intent unclassifiable after clarification | Default to `feature` chain |
|
|
241
|
-
| E002 | error |
|
|
244
|
+
| E002 | error | Intent unresolvable after retry | List available chains, abort |
|
|
242
245
|
| E003 | error | Wave timeout (max_runtime_seconds) | Mark step `failed`, abort chain |
|
|
243
246
|
| E004 | error | Barrier artifact not found | Retry wave once, then abort |
|
|
244
247
|
| E005 | error | `--continue`: no session found | List sessions, prompt |
|
|
@@ -329,7 +329,7 @@ spawn_agents_on_csv({
|
|
|
329
329
|
## Next Steps
|
|
330
330
|
- Skill: maestro-analyze -- Evaluate feasibility + lock decisions
|
|
331
331
|
- Skill: maestro-plan -- Plan directly if scope is clear
|
|
332
|
-
- Skill: maestro-
|
|
332
|
+
- Skill: maestro-roadmap --mode full -- Generate full spec package from brainstorm
|
|
333
333
|
```
|
|
334
334
|
|
|
335
335
|
4. Copy artifacts to output `.brainstorming/` directory (phase mode or scratch mode target)
|
|
@@ -116,11 +116,11 @@ If spec not found, use built-in fallback:
|
|
|
116
116
|
| `testing` | skill | `quality-test` |
|
|
117
117
|
| `review` | skill | `quality-review` |
|
|
118
118
|
| `brainstorm` | skill | `maestro-brainstorm` |
|
|
119
|
-
| `analysis` | cli | `maestro delegate --
|
|
119
|
+
| `analysis` | cli | `maestro delegate --role analyze --mode analysis` |
|
|
120
120
|
| `verify` | skill | `maestro-verify` |
|
|
121
121
|
| `refactor` | skill | `quality-refactor` |
|
|
122
122
|
| `debug` | skill | `quality-debug` |
|
|
123
|
-
| `spec` | skill | `maestro-
|
|
123
|
+
| `spec` | skill | `maestro-roadmap --mode full` |
|
|
124
124
|
| `checkpoint` | checkpoint | — |
|
|
125
125
|
|
|
126
126
|
**Step 2.1** — Load `intent.json`, map each step to executor.
|
|
@@ -149,7 +149,7 @@ If spec not found, use built-in fallback:
|
|
|
149
149
|
| Artifact boundary | Source output_ports: plan, spec, analysis, review-findings |
|
|
150
150
|
| Execution gate | Target executor contains `execute` |
|
|
151
151
|
| Agent spawn | Target type is `agent` |
|
|
152
|
-
| Long-running | Target is maestro-plan, maestro-
|
|
152
|
+
| Long-running | Target is maestro-plan, maestro-roadmap |
|
|
153
153
|
| User-defined | Step had `type_hint: checkpoint` |
|
|
154
154
|
| Post-testing | Source executor contains `test` or `integration-test` |
|
|
155
155
|
|
|
@@ -102,7 +102,7 @@ Create in `.workflow/specs/`: `conventions.md` (detected coding conventions), `l
|
|
|
102
102
|
|
|
103
103
|
### Step 10: Completion Report
|
|
104
104
|
|
|
105
|
-
Display created files and next steps: `$maestro-
|
|
105
|
+
Display created files and next steps: `$maestro-roadmap --mode full` (full spec), `$maestro-roadmap` (light), `$manage-status`, `$maestro-brainstorm`, `$maestro-quick`.
|
|
106
106
|
|
|
107
107
|
</execution>
|
|
108
108
|
|