maestro-flow 0.5.41 → 0.5.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/.agents/skills/maestro-analyze/SKILL.md +0 -42
  2. package/.agents/skills/maestro-blueprint/SKILL.md +0 -22
  3. package/.agents/skills/maestro-brainstorm/SKILL.md +4 -24
  4. package/.agents/skills/maestro-execute/SKILL.md +1 -1
  5. package/.agents/skills/maestro-grill/SKILL.md +0 -16
  6. package/.agents/skills/maestro-milestone-audit/SKILL.md +0 -15
  7. package/.agents/skills/maestro-plan/SKILL.md +5 -62
  8. package/.agents/skills/maestro-roadmap/SKILL.md +0 -8
  9. package/.agents/skills/team-adversarial-swarm/workflows/wf-swarm-synthesize.js +248 -248
  10. package/.agents/skills/team-coordinate/specs/role-spec-template.md +197 -198
  11. package/.agents/skills/team-roadmap-dev/SKILL.md +164 -164
  12. package/.agents/skills/team-roadmap-dev/specs/team-config.json +1 -1
  13. package/.agents/skills/team-swarm/roles/analyst/role.md +172 -176
  14. package/.agy/skills/maestro-analyze/SKILL.md +0 -42
  15. package/.agy/skills/maestro-blueprint/SKILL.md +0 -22
  16. package/.agy/skills/maestro-brainstorm/SKILL.md +4 -24
  17. package/.agy/skills/maestro-execute/SKILL.md +1 -1
  18. package/.agy/skills/maestro-grill/SKILL.md +0 -16
  19. package/.agy/skills/maestro-milestone-audit/SKILL.md +0 -15
  20. package/.agy/skills/maestro-plan/SKILL.md +5 -62
  21. package/.agy/skills/maestro-roadmap/SKILL.md +0 -8
  22. package/.agy/skills/team-adversarial-swarm/workflows/wf-swarm-synthesize.js +248 -248
  23. package/.agy/skills/team-coordinate/specs/role-spec-template.md +197 -198
  24. package/.agy/skills/team-roadmap-dev/SKILL.md +141 -153
  25. package/.agy/skills/team-roadmap-dev/specs/team-config.json +1 -1
  26. package/.agy/skills/team-swarm/roles/analyst/role.md +172 -176
  27. package/.claude/commands/maestro-analyze.md +0 -42
  28. package/.claude/commands/maestro-blueprint.md +0 -22
  29. package/.claude/commands/maestro-brainstorm.md +4 -24
  30. package/.claude/commands/maestro-execute.md +1 -1
  31. package/.claude/commands/maestro-grill.md +0 -16
  32. package/.claude/commands/maestro-milestone-audit.md +0 -15
  33. package/.claude/commands/maestro-plan.md +5 -62
  34. package/.claude/commands/maestro-roadmap.md +0 -8
  35. package/.claude/skills/team-adversarial-swarm/workflows/wf-swarm-synthesize.js +248 -248
  36. package/.claude/skills/team-coordinate/specs/role-spec-template.md +197 -198
  37. package/.claude/skills/team-roadmap-dev/SKILL.md +169 -169
  38. package/.claude/skills/team-roadmap-dev/specs/team-config.json +1 -1
  39. package/.claude/skills/team-swarm/roles/analyst/role.md +181 -185
  40. package/dashboard/dist-server/src/commands/install-backend.js +31 -16
  41. package/dashboard/dist-server/src/commands/install-backend.js.map +1 -1
  42. package/dashboard/dist-server/src/core/component-defs.js +25 -0
  43. package/dashboard/dist-server/src/core/component-defs.js.map +1 -1
  44. package/dashboard/dist-server/src/tools/spec-loader.js +7 -3
  45. package/dashboard/dist-server/src/tools/spec-loader.js.map +1 -1
  46. package/dist/src/commands/install-backend.d.ts.map +1 -1
  47. package/dist/src/commands/install-backend.js +31 -16
  48. package/dist/src/commands/install-backend.js.map +1 -1
  49. package/dist/src/core/component-defs.d.ts.map +1 -1
  50. package/dist/src/core/component-defs.js +25 -0
  51. package/dist/src/core/component-defs.js.map +1 -1
  52. package/dist/src/tools/spec-loader.d.ts.map +1 -1
  53. package/dist/src/tools/spec-loader.js +7 -3
  54. package/dist/src/tools/spec-loader.js.map +1 -1
  55. package/dist/src/utils/update-notices.js +11 -0
  56. package/dist/src/utils/update-notices.js.map +1 -1
  57. package/package.json +1 -1
  58. package/workflows/agy-instructions.md +147 -161
  59. package/workflows/claude-instructions.md +100 -48
  60. package/workflows/codex-instructions.md +147 -161
  61. package/workflows/execute.md +4 -3
  62. package/workflows/explore-usage.md +41 -81
  63. package/workflows/grill.md +11 -0
  64. package/workflows/milestone-audit.md +8 -0
  65. package/workflows/odyssey-base-codex.md +115 -116
  66. package/workflows/odyssey-base.md +89 -91
  67. package/workflows/plan.md +6 -0
@@ -1,18 +1,6 @@
1
1
  ---
2
2
  name: team-roadmap-dev
3
3
  description: Unified team skill for roadmap-driven development workflow. Coordinator discusses roadmap with user, then dispatches phased execution pipeline (plan -> execute -> verify). All roles invoke this skill with --role arg. Triggers on "team roadmap-dev".
4
- allowed-tools:
5
- - ask_question
6
- - define_subagent
7
- - grep_search
8
- - invoke_subagent
9
- - manage_subagents
10
- - mcp__maestro__team_msg
11
- - replace_file_content
12
- - run_command
13
- - send_message
14
- - view_file
15
- - write_to_file
16
4
  agy-subagents:
17
5
  - team-worker
18
6
  ---
@@ -28,144 +16,144 @@ Before any `invoke_subagent` call below, register each sub-agent type once per s
28
16
  **ConversationId tracking**: `invoke_subagent` returns a ConversationId per spawned instance. Subsequent `send_message(Recipient=<ConversationId>, Message=...)` calls require that ConversationId — never use the role name as the recipient.
29
17
 
30
18
  ---
31
-
32
- # Team Roadmap Dev
33
-
34
- Roadmap-driven development with phased execution pipeline. Coordinator discusses roadmap with the user and manages phase transitions. Workers are spawned as team-worker agents.
35
-
36
- ## Architecture
37
-
38
- ```
39
- view_file(AbsolutePath="<agy-skills-dir>/team-roadmap-dev/SKILL.md") + execute inline (args: "<task-description>")
40
- |
41
- SKILL.md (this file) = Router
42
- |
43
- +--------------+--------------+
44
- | |
45
- no --role flag --role <name>
46
- | |
47
- Coordinator Worker
48
- roles/coordinator/role.md roles/<name>/role.md
49
- |
50
- +-- roadmap-discuss -> dispatch -> spawn workers -> STOP
51
- |
52
- +-------+-------+-------+
53
- v v v
54
- [planner] [executor] [verifier]
55
- (team-worker agents)
56
-
57
- Pipeline (per phase):
58
- PLAN-N01 -> EXEC-N01 -> VERIFY-N01 (gap closure loop if needed)
59
-
60
- Multi-phase:
61
- Phase 1 -> Phase 2 -> ... -> Phase N -> Complete
62
- ```
63
-
64
- ## Role Registry
65
-
66
- | Role | Path | Prefix | Inner Loop |
67
- |------|------|--------|------------|
68
- | coordinator | [roles/coordinator/role.md](roles/coordinator/role.md) | — | — |
69
- | planner | [roles/planner/role.md](roles/planner/role.md) | PLAN-* | true |
70
- | executor | [roles/executor/role.md](roles/executor/role.md) | EXEC-* | true |
71
- | verifier | [roles/verifier/role.md](roles/verifier/role.md) | VERIFY-* | true |
72
-
73
-
74
- ## Pre-load (coordinator, before dispatch)
75
-
76
- 1. **Codebase docs**: If `.workflow/codebase/ARCHITECTURE.md` exists, read for module boundaries
77
- 2. **Specs (arch)**: `maestro load --type spec --category arch` — load arch constraints as shared context
78
- 3. **Specs (coding)**: `maestro load --type spec --category coding` — load coding constraints as shared context
79
- 4. **Wiki knowledge**: `maestro search "roadmap milestone development" --json` — top 5 entries as prior context
80
- 5. All optional — proceed without if unavailable
81
- ## Role Router
82
-
83
- Parse `$ARGUMENTS`:
84
- - Has `--role <name>` → Read `roles/<name>/role.md`, execute Phase 2-4
85
- - No `--role` → `@roles/coordinator/role.md`, execute entry router
86
-
87
- ## Shared Constants
88
-
89
- - **Session prefix**: `RD`
90
- - **Session path**: `.workflow/.team/RD-<slug>-<date>/`
91
- - **Team name**: `roadmap-dev`
92
- - **CLI tools**: `maestro delegate --mode analysis` (read-only), `maestro delegate --mode write` (modifications)
93
- - **Message bus**: `mcp__maestro__team_msg(session_id=<session-id>, ...)`
94
-
95
- ## Worker Spawn Template
96
-
97
- Coordinator spawns workers using this template:
98
-
99
- ```
100
- invoke_subagent([{ TypeName: "team-worker", Role: "<role>", Prompt: "<Prompt>", Workspace: "inherit" }])
101
- ```
102
-
103
- **All worker roles** (planner, executor, verifier): Set `inner_loop: true`.
104
-
105
- ## User Commands
106
-
107
- | Command | Action |
108
- |---------|--------|
109
- | `check` / `status` | Output execution status graph (phase-grouped), no advancement |
110
- | `resume` / `continue` | Check worker states, advance next step |
111
-
112
- ## Session Directory
113
-
114
- ```
115
- .workflow/.team/RD-<slug>-<date>/
116
- +-- roadmap.md # Phase plan with requirements and success criteria
117
- +-- state.md # Living memory (<100 lines)
118
- +-- config.json # Session settings (mode, depth, gates)
119
- +-- wisdom/ # Cross-task knowledge accumulation
120
- | +-- learnings.md
121
- | +-- decisions.md
122
- | +-- conventions.md
123
- | +-- issues.md
124
- +-- phase-1/ # Per-phase artifacts
125
- | +-- context.md
126
- | +-- IMPL_PLAN.md
127
- | +-- TODO_LIST.md
128
- | +-- .task/IMPL-*.json
129
- | +-- summary-*.md
130
- | +-- verification.md
131
- +-- phase-N/
132
- | +-- ...
133
- +-- .msg/
134
- +-- messages.jsonl # Team message bus log
135
- +-- meta.json # Session metadata + shared state
136
- ```
137
-
138
- ## Completion Action
139
-
140
- When the pipeline completes:
141
-
142
- ```
143
- ask_question({
144
- questions: [{
145
- question: "Roadmap Dev pipeline complete. What would you like to do?",
146
- header: "Completion",
147
- multiSelect: false,
148
- options: [
149
- { label: "Archive & Clean (Recommended)", description: "Archive session, clean up tasks and team resources" },
150
- { label: "Keep Active", description: "Keep session active for follow-up work or inspection" },
151
- { label: "Export Results", description: "Export deliverables to a specified location, then clean" }
152
- ]
153
- }]
154
- })
155
- ```
156
-
157
- ## Specs Reference
158
-
159
- - [specs/pipelines.md](specs/pipelines.md) — Pipeline definitions and task registry
160
-
161
- ## Error Handling
162
-
163
- | Scenario | Resolution |
164
- |----------|------------|
165
- | Unknown --role value | Error with role registry list |
166
- | Role file not found | Error with expected path (roles/{name}/role.md) |
167
- | project-tech.json missing | Coordinator invokes /workflow:spec:setup |
168
- | Phase verification fails with gaps | Coordinator triggers gap closure loop (max 3 iterations) |
169
- | Max gap closure iterations (3) | Report to user, ask for guidance |
170
- | Worker crash | Respawn worker, reassign task |
171
- | Session corruption | Attempt recovery, fallback to manual reconciliation |
19
+
20
+ # Team Roadmap Dev
21
+
22
+ Roadmap-driven development with phased execution pipeline. Coordinator discusses roadmap with the user and manages phase transitions. Workers are spawned as team-worker agents.
23
+
24
+ ## Architecture
25
+
26
+ ```
27
+ view_file(AbsolutePath="<agy-skills-dir>/team-roadmap-dev/SKILL.md") + execute inline (args: "<task-description>")
28
+ |
29
+ SKILL.md (this file) = Router
30
+ |
31
+ +--------------+--------------+
32
+ | |
33
+ no --role flag --role <name>
34
+ | |
35
+ Coordinator Worker
36
+ roles/coordinator/role.md roles/<name>/role.md
37
+ |
38
+ +-- roadmap-discuss -> dispatch -> spawn workers -> STOP
39
+ |
40
+ +-------+-------+-------+
41
+ v v v
42
+ [planner] [executor] [verifier]
43
+ (team-worker agents)
44
+
45
+ Pipeline (per phase):
46
+ PLAN-N01 -> EXEC-N01 -> VERIFY-N01 (gap closure loop if needed)
47
+
48
+ Multi-phase:
49
+ Phase 1 -> Phase 2 -> ... -> Phase N -> Complete
50
+ ```
51
+
52
+ ## Role Registry
53
+
54
+ | Role | Path | Prefix | Inner Loop |
55
+ |------|------|--------|------------|
56
+ | coordinator | [roles/coordinator/role.md](roles/coordinator/role.md) | — | — |
57
+ | planner | [roles/planner/role.md](roles/planner/role.md) | PLAN-* | true |
58
+ | executor | [roles/executor/role.md](roles/executor/role.md) | EXEC-* | true |
59
+ | verifier | [roles/verifier/role.md](roles/verifier/role.md) | VERIFY-* | true |
60
+
61
+
62
+ ## Pre-load (coordinator, before dispatch)
63
+
64
+ 1. **Codebase docs**: If `.workflow/codebase/ARCHITECTURE.md` exists, read for module boundaries
65
+ 2. **Specs (arch)**: `maestro load --type spec --category arch` — load arch constraints as shared context
66
+ 3. **Specs (coding)**: `maestro load --type spec --category coding` — load coding constraints as shared context
67
+ 4. **Wiki knowledge**: `maestro search "roadmap milestone development" --json` — top 5 entries as prior context
68
+ 5. All optional — proceed without if unavailable
69
+ ## Role Router
70
+
71
+ Parse `$ARGUMENTS`:
72
+ - Has `--role <name>` → Read `roles/<name>/role.md`, execute Phase 2-4
73
+ - No `--role` → `@roles/coordinator/role.md`, execute entry router
74
+
75
+ ## Shared Constants
76
+
77
+ - **Session prefix**: `RD`
78
+ - **Session path**: `.workflow/.team/RD-<slug>-<date>/`
79
+ - **Team name**: `roadmap-dev`
80
+ - **CLI tools**: `maestro delegate --mode analysis` (read-only), `maestro delegate --mode write` (modifications)
81
+ - **Message bus**: `mcp__maestro__team_msg(session_id=<session-id>, ...)`
82
+
83
+ ## Worker Spawn Template
84
+
85
+ Coordinator spawns workers using this template:
86
+
87
+ ```
88
+ invoke_subagent([{ TypeName: "team-worker", Role: "<role>", Prompt: "<Prompt>", Workspace: "inherit" }])
89
+ ```
90
+
91
+ **All worker roles** (planner, executor, verifier): Set `inner_loop: true`.
92
+
93
+ ## User Commands
94
+
95
+ | Command | Action |
96
+ |---------|--------|
97
+ | `check` / `status` | Output execution status graph (phase-grouped), no advancement |
98
+ | `resume` / `continue` | Check worker states, advance next step |
99
+
100
+ ## Session Directory
101
+
102
+ ```
103
+ .workflow/.team/RD-<slug>-<date>/
104
+ +-- roadmap.md # Phase plan with requirements and success criteria
105
+ +-- state.md # Living memory (concise)
106
+ +-- config.json # Session settings (mode, depth, gates)
107
+ +-- wisdom/ # Cross-task knowledge accumulation
108
+ | +-- learnings.md
109
+ | +-- decisions.md
110
+ | +-- conventions.md
111
+ | +-- issues.md
112
+ +-- phase-1/ # Per-phase artifacts
113
+ | +-- context.md
114
+ | +-- IMPL_PLAN.md
115
+ | +-- TODO_LIST.md
116
+ | +-- .task/IMPL-*.json
117
+ | +-- summary-*.md
118
+ | +-- verification.md
119
+ +-- phase-N/
120
+ | +-- ...
121
+ +-- .msg/
122
+ +-- messages.jsonl # Team message bus log
123
+ +-- meta.json # Session metadata + shared state
124
+ ```
125
+
126
+ ## Completion Action
127
+
128
+ When the pipeline completes:
129
+
130
+ ```
131
+ ask_question({
132
+ questions: [{
133
+ question: "Roadmap Dev pipeline complete. What would you like to do?",
134
+ header: "Completion",
135
+ multiSelect: false,
136
+ options: [
137
+ { label: "Archive & Clean (Recommended)", description: "Archive session, clean up tasks and team resources" },
138
+ { label: "Keep Active", description: "Keep session active for follow-up work or inspection" },
139
+ { label: "Export Results", description: "Export deliverables to a specified location, then clean" }
140
+ ]
141
+ }]
142
+ })
143
+ ```
144
+
145
+ ## Specs Reference
146
+
147
+ - [specs/pipelines.md](specs/pipelines.md) — Pipeline definitions and task registry
148
+
149
+ ## Error Handling
150
+
151
+ | Scenario | Resolution |
152
+ |----------|------------|
153
+ | Unknown --role value | Error with role registry list |
154
+ | Role file not found | Error with expected path (roles/{name}/role.md) |
155
+ | project-tech.json missing | Coordinator invokes /workflow:spec:setup |
156
+ | Phase verification fails with gaps | Coordinator triggers gap closure loop (max 3 iterations) |
157
+ | Max gap closure iterations (3) | Report to user, ask for guidance |
158
+ | Worker crash | Respawn worker, reassign task |
159
+ | Session corruption | Attempt recovery, fallback to manual reconciliation |
@@ -64,7 +64,7 @@
64
64
  },
65
65
  "state.md": {
66
66
  "created_by": "coordinator",
67
- "purpose": "Living memory (<100 lines)",
67
+ "purpose": "Living memory",
68
68
  "lifecycle": "Updated every significant action"
69
69
  },
70
70
  "config.json": {