maestro-flow 0.4.9 → 0.4.10

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 (187) hide show
  1. package/.agy/agents/cli-explore-agent.md +186 -0
  2. package/.agy/agents/conceptual-planning-agent.md +244 -0
  3. package/.agy/agents/impeccable-agent.md +97 -0
  4. package/.agy/agents/team-supervisor.md +142 -0
  5. package/.agy/agents/team-worker.md +236 -0
  6. package/.agy/agents/ui-design-agent.md +286 -0
  7. package/.agy/agents/workflow-analyzer.md +114 -0
  8. package/.agy/agents/workflow-codebase-mapper.md +76 -0
  9. package/.agy/agents/workflow-collab-planner.md +142 -0
  10. package/.agy/agents/workflow-debugger.md +102 -0
  11. package/.agy/agents/workflow-executor.md +131 -0
  12. package/.agy/agents/workflow-external-researcher.md +86 -0
  13. package/.agy/agents/workflow-integration-checker.md +82 -0
  14. package/.agy/agents/workflow-nyquist-auditor.md +84 -0
  15. package/.agy/agents/workflow-phase-researcher.md +84 -0
  16. package/.agy/agents/workflow-plan-checker.md +89 -0
  17. package/.agy/agents/workflow-planner.md +194 -0
  18. package/.agy/agents/workflow-project-researcher.md +73 -0
  19. package/.agy/agents/workflow-research-synthesizer.md +70 -0
  20. package/.agy/agents/workflow-reviewer.md +81 -0
  21. package/.agy/agents/workflow-roadmapper.md +81 -0
  22. package/.agy/agents/workflow-verifier.md +119 -0
  23. package/.agy/skills/codify-to-knowhow/SKILL.md +172 -0
  24. package/.agy/skills/codify-to-knowhow/phases/01-load-manifest.md +101 -0
  25. package/.agy/skills/codify-to-knowhow/phases/02-generate-knowhow.md +97 -0
  26. package/.agy/skills/codify-to-knowhow/phases/03-generate-specs.md +92 -0
  27. package/.agy/skills/codify-to-knowhow/phases/04-index-verify.md +119 -0
  28. package/.agy/skills/learn-decompose/SKILL.md +118 -0
  29. package/.agy/skills/learn-follow/SKILL.md +129 -0
  30. package/.agy/skills/learn-investigate/SKILL.md +154 -0
  31. package/.agy/skills/learn-retro/SKILL.md +159 -0
  32. package/.agy/skills/learn-second-opinion/SKILL.md +124 -0
  33. package/.agy/skills/maestro/SKILL.md +221 -0
  34. package/.agy/skills/maestro-amend/SKILL.md +162 -0
  35. package/.agy/skills/maestro-analyze/SKILL.md +135 -0
  36. package/.agy/skills/maestro-brainstorm/SKILL.md +118 -0
  37. package/.agy/skills/maestro-collab/SKILL.md +174 -0
  38. package/.agy/skills/maestro-composer/SKILL.md +180 -0
  39. package/.agy/skills/maestro-execute/SKILL.md +133 -0
  40. package/.agy/skills/maestro-fork/SKILL.md +88 -0
  41. package/.agy/skills/maestro-guard/SKILL.md +101 -0
  42. package/.agy/skills/maestro-help/SKILL.md +267 -0
  43. package/.agy/skills/maestro-help/index/catalog.json +184 -0
  44. package/.agy/skills/maestro-help/phases/01-parse-intent.md +122 -0
  45. package/.agy/skills/maestro-help/phases/02-search-present.md +181 -0
  46. package/.agy/skills/maestro-help/phases/03-workflow-guide.md +186 -0
  47. package/.agy/skills/maestro-impeccable/SKILL.md +250 -0
  48. package/.agy/skills/maestro-init/SKILL.md +80 -0
  49. package/.agy/skills/maestro-learn/SKILL.md +142 -0
  50. package/.agy/skills/maestro-merge/SKILL.md +66 -0
  51. package/.agy/skills/maestro-milestone-audit/SKILL.md +70 -0
  52. package/.agy/skills/maestro-milestone-complete/SKILL.md +77 -0
  53. package/.agy/skills/maestro-milestone-release/SKILL.md +98 -0
  54. package/.agy/skills/maestro-overlay/SKILL.md +177 -0
  55. package/.agy/skills/maestro-plan/SKILL.md +172 -0
  56. package/.agy/skills/maestro-player/SKILL.md +176 -0
  57. package/.agy/skills/maestro-quick/SKILL.md +67 -0
  58. package/.agy/skills/maestro-ralph/SKILL.md +546 -0
  59. package/.agy/skills/maestro-ralph-execute/SKILL.md +255 -0
  60. package/.agy/skills/maestro-roadmap/SKILL.md +170 -0
  61. package/.agy/skills/maestro-tools-execute/SKILL.md +119 -0
  62. package/.agy/skills/maestro-tools-register/SKILL.md +159 -0
  63. package/.agy/skills/maestro-ui-codify/SKILL.md +81 -0
  64. package/.agy/skills/maestro-update/SKILL.md +175 -0
  65. package/.agy/skills/maestro-verify/SKILL.md +111 -0
  66. package/.agy/skills/manage-codebase-rebuild/SKILL.md +77 -0
  67. package/.agy/skills/manage-codebase-refresh/SKILL.md +59 -0
  68. package/.agy/skills/manage-harvest/SKILL.md +96 -0
  69. package/.agy/skills/manage-issue/SKILL.md +72 -0
  70. package/.agy/skills/manage-issue-discover/SKILL.md +83 -0
  71. package/.agy/skills/manage-knowhow/SKILL.md +76 -0
  72. package/.agy/skills/manage-knowhow-capture/SKILL.md +78 -0
  73. package/.agy/skills/manage-learn/SKILL.md +64 -0
  74. package/.agy/skills/manage-status/SKILL.md +51 -0
  75. package/.agy/skills/manage-wiki/SKILL.md +61 -0
  76. package/.agy/skills/quality-auto-test/SKILL.md +135 -0
  77. package/.agy/skills/quality-debug/SKILL.md +122 -0
  78. package/.agy/skills/quality-refactor/SKILL.md +69 -0
  79. package/.agy/skills/quality-retrospective/SKILL.md +79 -0
  80. package/.agy/skills/quality-review/SKILL.md +130 -0
  81. package/.agy/skills/quality-sync/SKILL.md +53 -0
  82. package/.agy/skills/quality-test/SKILL.md +119 -0
  83. package/.agy/skills/security-audit/SKILL.md +157 -0
  84. package/.agy/skills/skill-iter-tune/SKILL.md +381 -0
  85. package/.agy/skills/skill-iter-tune/phases/01-setup.md +144 -0
  86. package/.agy/skills/skill-iter-tune/phases/02-execute.md +292 -0
  87. package/.agy/skills/skill-iter-tune/phases/03-evaluate.md +312 -0
  88. package/.agy/skills/skill-iter-tune/phases/04-improve.md +198 -0
  89. package/.agy/skills/skill-iter-tune/phases/05-report.md +166 -0
  90. package/.agy/skills/skill-iter-tune/specs/evaluation-criteria.md +63 -0
  91. package/.agy/skills/skill-iter-tune/templates/eval-prompt.md +134 -0
  92. package/.agy/skills/skill-iter-tune/templates/execute-prompt.md +97 -0
  93. package/.agy/skills/spec-add/SKILL.md +67 -0
  94. package/.agy/skills/spec-load/SKILL.md +70 -0
  95. package/.agy/skills/spec-remove/SKILL.md +50 -0
  96. package/.agy/skills/spec-setup/SKILL.md +47 -0
  97. package/.agy/skills/team-coordinate/SKILL.md +267 -0
  98. package/.agy/skills/team-coordinate/roles/coordinator/commands/analyze-task.md +247 -0
  99. package/.agy/skills/team-coordinate/roles/coordinator/commands/dispatch.md +131 -0
  100. package/.agy/skills/team-coordinate/roles/coordinator/commands/monitor.md +348 -0
  101. package/.agy/skills/team-coordinate/roles/coordinator/role.md +362 -0
  102. package/.agy/skills/team-coordinate/specs/knowledge-transfer.md +111 -0
  103. package/.agy/skills/team-coordinate/specs/pipelines.md +97 -0
  104. package/.agy/skills/team-coordinate/specs/quality-gates.md +112 -0
  105. package/.agy/skills/team-coordinate/specs/role-spec-template.md +198 -0
  106. package/.agy/skills/team-executor/SKILL.md +180 -0
  107. package/.agy/skills/team-executor/roles/executor/commands/monitor.md +235 -0
  108. package/.agy/skills/team-executor/roles/executor/role.md +171 -0
  109. package/.agy/skills/team-executor/specs/session-schema.md +264 -0
  110. package/.agy/skills/team-lifecycle-v4/SKILL.md +189 -0
  111. package/.agy/skills/team-lifecycle-v4/roles/analyst/role.md +92 -0
  112. package/.agy/skills/team-lifecycle-v4/roles/coordinator/commands/analyze.md +56 -0
  113. package/.agy/skills/team-lifecycle-v4/roles/coordinator/commands/dispatch.md +56 -0
  114. package/.agy/skills/team-lifecycle-v4/roles/coordinator/commands/monitor.md +206 -0
  115. package/.agy/skills/team-lifecycle-v4/roles/coordinator/role.md +130 -0
  116. package/.agy/skills/team-lifecycle-v4/roles/executor/commands/fix.md +35 -0
  117. package/.agy/skills/team-lifecycle-v4/roles/executor/commands/implement.md +62 -0
  118. package/.agy/skills/team-lifecycle-v4/roles/executor/role.md +64 -0
  119. package/.agy/skills/team-lifecycle-v4/roles/planner/role.md +82 -0
  120. package/.agy/skills/team-lifecycle-v4/roles/reviewer/commands/review-code.md +34 -0
  121. package/.agy/skills/team-lifecycle-v4/roles/reviewer/commands/review-spec.md +44 -0
  122. package/.agy/skills/team-lifecycle-v4/roles/reviewer/role.md +65 -0
  123. package/.agy/skills/team-lifecycle-v4/roles/supervisor/role.md +188 -0
  124. package/.agy/skills/team-lifecycle-v4/roles/tester/role.md +84 -0
  125. package/.agy/skills/team-lifecycle-v4/roles/writer/role.md +92 -0
  126. package/.agy/skills/team-lifecycle-v4/specs/knowledge-transfer.md +114 -0
  127. package/.agy/skills/team-lifecycle-v4/specs/pipelines.md +140 -0
  128. package/.agy/skills/team-lifecycle-v4/specs/quality-gates.md +130 -0
  129. package/.agy/skills/team-lifecycle-v4/templates/architecture.md +254 -0
  130. package/.agy/skills/team-lifecycle-v4/templates/epics.md +196 -0
  131. package/.agy/skills/team-lifecycle-v4/templates/product-brief.md +133 -0
  132. package/.agy/skills/team-lifecycle-v4/templates/requirements.md +224 -0
  133. package/.agy/skills/team-quality-assurance/SKILL.md +148 -0
  134. package/.agy/skills/team-quality-assurance/roles/analyst/role.md +85 -0
  135. package/.agy/skills/team-quality-assurance/roles/coordinator/commands/analyze.md +72 -0
  136. package/.agy/skills/team-quality-assurance/roles/coordinator/commands/dispatch.md +111 -0
  137. package/.agy/skills/team-quality-assurance/roles/coordinator/commands/monitor.md +235 -0
  138. package/.agy/skills/team-quality-assurance/roles/coordinator/role.md +143 -0
  139. package/.agy/skills/team-quality-assurance/roles/executor/role.md +62 -0
  140. package/.agy/skills/team-quality-assurance/roles/generator/role.md +65 -0
  141. package/.agy/skills/team-quality-assurance/roles/scout/role.md +72 -0
  142. package/.agy/skills/team-quality-assurance/roles/strategist/role.md +69 -0
  143. package/.agy/skills/team-quality-assurance/specs/pipelines.md +115 -0
  144. package/.agy/skills/team-quality-assurance/specs/team-config.json +131 -0
  145. package/.agy/skills/team-review/SKILL.md +149 -0
  146. package/.agy/skills/team-review/roles/coordinator/commands/analyze.md +71 -0
  147. package/.agy/skills/team-review/roles/coordinator/commands/dispatch.md +91 -0
  148. package/.agy/skills/team-review/roles/coordinator/commands/monitor.md +209 -0
  149. package/.agy/skills/team-review/roles/coordinator/role.md +132 -0
  150. package/.agy/skills/team-review/roles/fixer/role.md +74 -0
  151. package/.agy/skills/team-review/roles/reviewer/role.md +66 -0
  152. package/.agy/skills/team-review/roles/scanner/role.md +77 -0
  153. package/.agy/skills/team-review/specs/dimensions.md +82 -0
  154. package/.agy/skills/team-review/specs/finding-schema.json +82 -0
  155. package/.agy/skills/team-review/specs/pipelines.md +102 -0
  156. package/.agy/skills/team-review/specs/team-config.json +27 -0
  157. package/.agy/skills/team-tech-debt/SKILL.md +133 -0
  158. package/.agy/skills/team-tech-debt/roles/assessor/role.md +76 -0
  159. package/.agy/skills/team-tech-debt/roles/coordinator/commands/analyze.md +47 -0
  160. package/.agy/skills/team-tech-debt/roles/coordinator/commands/dispatch.md +156 -0
  161. package/.agy/skills/team-tech-debt/roles/coordinator/commands/monitor.md +198 -0
  162. package/.agy/skills/team-tech-debt/roles/coordinator/role.md +123 -0
  163. package/.agy/skills/team-tech-debt/roles/executor/role.md +76 -0
  164. package/.agy/skills/team-tech-debt/roles/planner/role.md +68 -0
  165. package/.agy/skills/team-tech-debt/roles/scanner/role.md +90 -0
  166. package/.agy/skills/team-tech-debt/roles/validator/role.md +78 -0
  167. package/.agy/skills/team-tech-debt/specs/pipelines.md +47 -0
  168. package/.agy/skills/team-tech-debt/specs/team-config.json +129 -0
  169. package/.agy/skills/team-testing/SKILL.md +144 -0
  170. package/.agy/skills/team-testing/roles/analyst/role.md +101 -0
  171. package/.agy/skills/team-testing/roles/coordinator/commands/analyze.md +70 -0
  172. package/.agy/skills/team-testing/roles/coordinator/commands/dispatch.md +108 -0
  173. package/.agy/skills/team-testing/roles/coordinator/commands/monitor.md +242 -0
  174. package/.agy/skills/team-testing/roles/coordinator/role.md +134 -0
  175. package/.agy/skills/team-testing/roles/executor/role.md +95 -0
  176. package/.agy/skills/team-testing/roles/generator/role.md +95 -0
  177. package/.agy/skills/team-testing/roles/strategist/role.md +81 -0
  178. package/.agy/skills/team-testing/specs/pipelines.md +101 -0
  179. package/.agy/skills/team-testing/specs/team-config.json +93 -0
  180. package/.agy/skills/wiki-connect/SKILL.md +64 -0
  181. package/.agy/skills/wiki-digest/SKILL.md +70 -0
  182. package/.agy/skills/workflow-skill-designer/SKILL.md +506 -0
  183. package/.agy/skills/workflow-skill-designer/phases/01-requirements-analysis.md +356 -0
  184. package/.agy/skills/workflow-skill-designer/phases/02-orchestrator-design.md +444 -0
  185. package/.agy/skills/workflow-skill-designer/phases/03-phase-design.md +458 -0
  186. package/.agy/skills/workflow-skill-designer/phases/04-validation.md +471 -0
  187. package/package.json +3 -1
@@ -0,0 +1,196 @@
1
+ # Epics & Stories Template (Directory Structure)
2
+
3
+ Template for generating epic/story breakdown as a directory of individual Epic files in Phase 5.
4
+
5
+ ## Usage Context
6
+
7
+ | Phase | Usage |
8
+ |-------|-------|
9
+ | Phase 5 (Epics & Stories) | Generate `epics/` directory from requirements decomposition |
10
+ | Output Location | `{workDir}/epics/` |
11
+
12
+ ## Output Structure
13
+
14
+ ```
15
+ {workDir}/epics/
16
+ ├── _index.md # Overview table + dependency map + MVP scope + execution order
17
+ ├── EPIC-001-{slug}.md # Individual Epic with its Stories
18
+ ├── EPIC-002-{slug}.md
19
+ └── ...
20
+ ```
21
+
22
+ ---
23
+
24
+ ## Template: _index.md
25
+
26
+ ```markdown
27
+ ---
28
+ session_id: {session_id}
29
+ phase: 5
30
+ document_type: epics-index
31
+ status: draft
32
+ generated_at: {timestamp}
33
+ version: 1
34
+ dependencies:
35
+ - ../spec-config.json
36
+ - ../product-brief.md
37
+ - ../requirements/_index.md
38
+ - ../architecture/_index.md
39
+ ---
40
+
41
+ # Epics & Stories: {product_name}
42
+
43
+ {executive_summary - overview of epic structure and MVP scope}
44
+
45
+ ## Epic Overview
46
+
47
+ | Epic ID | Title | Priority | MVP | Stories | Est. Size |
48
+ |---------|-------|----------|-----|---------|-----------|
49
+ | [EPIC-001](EPIC-001-{slug}.md) | {title} | Must | Yes | {n} | {S/M/L/XL} |
50
+ | [EPIC-002](EPIC-002-{slug}.md) | {title} | Must | Yes | {n} | {S/M/L/XL} |
51
+ | [EPIC-003](EPIC-003-{slug}.md) | {title} | Should | No | {n} | {S/M/L/XL} |
52
+
53
+ ## Dependency Map
54
+
55
+ ```mermaid
56
+ graph LR
57
+ EPIC-001 --> EPIC-002
58
+ EPIC-001 --> EPIC-003
59
+ EPIC-002 --> EPIC-004
60
+ EPIC-003 --> EPIC-005
61
+ ```
62
+
63
+ ### Dependency Notes
64
+ {explanation of why these dependencies exist and suggested execution order}
65
+
66
+ ### Recommended Execution Order
67
+ 1. [EPIC-{NNN}](EPIC-{NNN}-{slug}.md): {reason - foundational}
68
+ 2. [EPIC-{NNN}](EPIC-{NNN}-{slug}.md): {reason - depends on #1}
69
+ 3. ...
70
+
71
+ ## MVP Scope
72
+
73
+ ### MVP Epics
74
+ {list of epics included in MVP with justification, linking to each}
75
+
76
+ ### MVP Definition of Done
77
+ - [ ] {MVP completion criterion 1}
78
+ - [ ] {MVP completion criterion 2}
79
+ - [ ] {MVP completion criterion 3}
80
+
81
+ ## Traceability Matrix
82
+
83
+ | Requirement | Epic | Stories | Architecture |
84
+ |-------------|------|---------|--------------|
85
+ | [REQ-001](../requirements/REQ-001-{slug}.md) | [EPIC-001](EPIC-001-{slug}.md) | STORY-001-001, STORY-001-002 | [ADR-001](../architecture/ADR-001-{slug}.md) |
86
+ | [REQ-002](../requirements/REQ-002-{slug}.md) | [EPIC-001](EPIC-001-{slug}.md) | STORY-001-003 | Component B |
87
+ | [REQ-003](../requirements/REQ-003-{slug}.md) | [EPIC-002](EPIC-002-{slug}.md) | STORY-002-001 | [ADR-002](../architecture/ADR-002-{slug}.md) |
88
+
89
+ ## Estimation Summary
90
+
91
+ | Size | Meaning | Count |
92
+ |------|---------|-------|
93
+ | S | Small - well-understood, minimal risk | {n} |
94
+ | M | Medium - some complexity, moderate risk | {n} |
95
+ | L | Large - significant complexity, should consider splitting | {n} |
96
+ | XL | Extra Large - high complexity, must split before implementation | {n} |
97
+
98
+ ## Risks & Considerations
99
+
100
+ | Risk | Affected Epics | Mitigation |
101
+ |------|---------------|------------|
102
+ | {risk description} | [EPIC-{NNN}](EPIC-{NNN}-{slug}.md) | {mitigation} |
103
+
104
+ ## Open Questions
105
+
106
+ - [ ] {question about scope or implementation 1}
107
+ - [ ] {question about scope or implementation 2}
108
+
109
+ ## References
110
+
111
+ - Derived from: [Requirements](../requirements/_index.md), [Architecture](../architecture/_index.md)
112
+ - Handoff to: execution workflows (lite-plan, plan, req-plan)
113
+ ```
114
+
115
+ ---
116
+
117
+ ## Template: EPIC-NNN-{slug}.md (Individual Epic)
118
+
119
+ ```markdown
120
+ ---
121
+ id: EPIC-{NNN}
122
+ priority: {Must|Should|Could}
123
+ mvp: {true|false}
124
+ size: {S|M|L|XL}
125
+ requirements: [REQ-{NNN}]
126
+ architecture: [ADR-{NNN}]
127
+ dependencies: [EPIC-{NNN}]
128
+ status: draft
129
+ ---
130
+
131
+ # EPIC-{NNN}: {epic_title}
132
+
133
+ **Priority**: {Must|Should|Could}
134
+ **MVP**: {Yes|No}
135
+ **Estimated Size**: {S|M|L|XL}
136
+
137
+ ## Description
138
+
139
+ {detailed epic description}
140
+
141
+ ## Requirements
142
+
143
+ - [REQ-{NNN}](../requirements/REQ-{NNN}-{slug}.md): {title}
144
+ - [REQ-{NNN}](../requirements/REQ-{NNN}-{slug}.md): {title}
145
+
146
+ ## Architecture
147
+
148
+ - [ADR-{NNN}](../architecture/ADR-{NNN}-{slug}.md): {title}
149
+ - Component: {component_name}
150
+
151
+ ## Dependencies
152
+
153
+ - [EPIC-{NNN}](EPIC-{NNN}-{slug}.md) (blocking): {reason}
154
+ - [EPIC-{NNN}](EPIC-{NNN}-{slug}.md) (soft): {reason}
155
+
156
+ ## Stories
157
+
158
+ ### STORY-{EPIC}-001: {story_title}
159
+
160
+ **User Story**: As a {persona}, I want to {action} so that {benefit}.
161
+
162
+ **Acceptance Criteria**:
163
+ - [ ] {criterion 1}
164
+ - [ ] {criterion 2}
165
+ - [ ] {criterion 3}
166
+
167
+ **Size**: {S|M|L|XL}
168
+ **Traces to**: [REQ-{NNN}](../requirements/REQ-{NNN}-{slug}.md)
169
+
170
+ ---
171
+
172
+ ### STORY-{EPIC}-002: {story_title}
173
+
174
+ **User Story**: As a {persona}, I want to {action} so that {benefit}.
175
+
176
+ **Acceptance Criteria**:
177
+ - [ ] {criterion 1}
178
+ - [ ] {criterion 2}
179
+
180
+ **Size**: {S|M|L|XL}
181
+ **Traces to**: [REQ-{NNN}](../requirements/REQ-{NNN}-{slug}.md)
182
+ ```
183
+
184
+ ---
185
+
186
+ ## Variable Descriptions
187
+
188
+ | Variable | Source | Description |
189
+ |----------|--------|-------------|
190
+ | `{session_id}` | spec-config.json | Session identifier |
191
+ | `{timestamp}` | Runtime | ISO8601 generation timestamp |
192
+ | `{product_name}` | product-brief.md | Product/feature name |
193
+ | `{EPIC}` | Auto-increment | Epic number (3 digits) |
194
+ | `{NNN}` | Auto-increment | Story/requirement number |
195
+ | `{slug}` | Auto-generated | Kebab-case from epic/story title |
196
+ | `{S\|M\|L\|XL}` | CLI analysis | Relative size estimate |
@@ -0,0 +1,133 @@
1
+ # Product Brief Template
2
+
3
+ Template for generating product brief documents in Phase 2.
4
+
5
+ ## Usage Context
6
+
7
+ | Phase | Usage |
8
+ |-------|-------|
9
+ | Phase 2 (Product Brief) | Generate product-brief.md from multi-CLI analysis |
10
+ | Output Location | `{workDir}/product-brief.md` |
11
+
12
+ ---
13
+
14
+ ## Template
15
+
16
+ ```markdown
17
+ ---
18
+ session_id: {session_id}
19
+ phase: 2
20
+ document_type: product-brief
21
+ status: draft
22
+ generated_at: {timestamp}
23
+ stepsCompleted: []
24
+ version: 1
25
+ dependencies:
26
+ - spec-config.json
27
+ ---
28
+
29
+ # Product Brief: {product_name}
30
+
31
+ {executive_summary - 2-3 sentences capturing the essence of the product/feature}
32
+
33
+ ## Vision
34
+
35
+ {vision_statement - clear, aspirational 1-3 sentence statement of what success looks like}
36
+
37
+ ## Problem Statement
38
+
39
+ ### Current Situation
40
+ {description of the current state and pain points}
41
+
42
+ ### Impact
43
+ {quantified impact of the problem - who is affected, how much, how often}
44
+
45
+ ## Target Users
46
+
47
+ {for each user persona:}
48
+
49
+ ### {Persona Name}
50
+ - **Role**: {user's role/context}
51
+ - **Needs**: {primary needs related to this product}
52
+ - **Pain Points**: {current frustrations}
53
+ - **Success Criteria**: {what success looks like for this user}
54
+
55
+ ## Goals & Success Metrics
56
+
57
+ | Goal ID | Goal | Success Metric | Target |
58
+ |---------|------|----------------|--------|
59
+ | G-001 | {goal description} | {measurable metric} | {specific target} |
60
+ | G-002 | {goal description} | {measurable metric} | {specific target} |
61
+
62
+ ## Scope
63
+
64
+ ### In Scope
65
+ - {feature/capability 1}
66
+ - {feature/capability 2}
67
+ - {feature/capability 3}
68
+
69
+ ### Out of Scope
70
+ - {explicitly excluded item 1}
71
+ - {explicitly excluded item 2}
72
+
73
+ ### Assumptions
74
+ - {key assumption 1}
75
+ - {key assumption 2}
76
+
77
+ ## Competitive Landscape
78
+
79
+ | Aspect | Current State | Proposed Solution | Advantage |
80
+ |--------|--------------|-------------------|-----------|
81
+ | {aspect} | {how it's done now} | {our approach} | {differentiator} |
82
+
83
+ ## Constraints & Dependencies
84
+
85
+ ### Technical Constraints
86
+ - {constraint 1}
87
+ - {constraint 2}
88
+
89
+ ### Business Constraints
90
+ - {constraint 1}
91
+
92
+ ### Dependencies
93
+ - {external dependency 1}
94
+ - {external dependency 2}
95
+
96
+ ## Multi-Perspective Synthesis
97
+
98
+ ### Product Perspective
99
+ {summary of product/market analysis findings}
100
+
101
+ ### Technical Perspective
102
+ {summary of technical feasibility and constraints}
103
+
104
+ ### User Perspective
105
+ {summary of user journey and UX considerations}
106
+
107
+ ### Convergent Themes
108
+ {themes where all perspectives agree}
109
+
110
+ ### Conflicting Views
111
+ {areas where perspectives differ, with notes on resolution approach}
112
+
113
+ ## Open Questions
114
+
115
+ - [ ] {unresolved question 1}
116
+ - [ ] {unresolved question 2}
117
+
118
+ ## References
119
+
120
+ - Derived from: [spec-config.json](spec-config.json)
121
+ - Next: [Requirements PRD](requirements.md)
122
+ ```
123
+
124
+ ## Variable Descriptions
125
+
126
+ | Variable | Source | Description |
127
+ |----------|--------|-------------|
128
+ | `{session_id}` | spec-config.json | Session identifier |
129
+ | `{timestamp}` | Runtime | ISO8601 generation timestamp |
130
+ | `{product_name}` | Seed analysis | Product/feature name |
131
+ | `{executive_summary}` | CLI synthesis | 2-3 sentence summary |
132
+ | `{vision_statement}` | CLI product perspective | Aspirational vision |
133
+ | All `{...}` fields | CLI analysis outputs | Filled from multi-perspective analysis |
@@ -0,0 +1,224 @@
1
+ # Requirements PRD Template (Directory Structure)
2
+
3
+ Template for generating Product Requirements Document as a directory of individual requirement files in Phase 3.
4
+
5
+ ## Usage Context
6
+
7
+ | Phase | Usage |
8
+ |-------|-------|
9
+ | Phase 3 (Requirements) | Generate `requirements/` directory from product brief expansion |
10
+ | Output Location | `{workDir}/requirements/` |
11
+
12
+ ## Output Structure
13
+
14
+ ```
15
+ {workDir}/requirements/
16
+ ├── _index.md # Summary + MoSCoW table + traceability matrix + links
17
+ ├── REQ-001-{slug}.md # Individual functional requirement
18
+ ├── REQ-002-{slug}.md
19
+ ├── NFR-P-001-{slug}.md # Non-functional: Performance
20
+ ├── NFR-S-001-{slug}.md # Non-functional: Security
21
+ ├── NFR-SC-001-{slug}.md # Non-functional: Scalability
22
+ ├── NFR-U-001-{slug}.md # Non-functional: Usability
23
+ └── ...
24
+ ```
25
+
26
+ ---
27
+
28
+ ## Template: _index.md
29
+
30
+ ```markdown
31
+ ---
32
+ session_id: {session_id}
33
+ phase: 3
34
+ document_type: requirements-index
35
+ status: draft
36
+ generated_at: {timestamp}
37
+ version: 1
38
+ dependencies:
39
+ - ../spec-config.json
40
+ - ../product-brief.md
41
+ ---
42
+
43
+ # Requirements: {product_name}
44
+
45
+ {executive_summary - brief overview of what this PRD covers and key decisions}
46
+
47
+ ## Requirement Summary
48
+
49
+ | Priority | Count | Coverage |
50
+ |----------|-------|----------|
51
+ | Must Have | {n} | {description of must-have scope} |
52
+ | Should Have | {n} | {description of should-have scope} |
53
+ | Could Have | {n} | {description of could-have scope} |
54
+ | Won't Have | {n} | {description of explicitly excluded} |
55
+
56
+ ## Functional Requirements
57
+
58
+ | ID | Title | Priority | Traces To |
59
+ |----|-------|----------|-----------|
60
+ | [REQ-001](REQ-001-{slug}.md) | {title} | Must | [G-001](../product-brief.md#goals--success-metrics) |
61
+ | [REQ-002](REQ-002-{slug}.md) | {title} | Must | [G-001](../product-brief.md#goals--success-metrics) |
62
+ | [REQ-003](REQ-003-{slug}.md) | {title} | Should | [G-002](../product-brief.md#goals--success-metrics) |
63
+
64
+ ## Non-Functional Requirements
65
+
66
+ ### Performance
67
+
68
+ | ID | Title | Target |
69
+ |----|-------|--------|
70
+ | [NFR-P-001](NFR-P-001-{slug}.md) | {title} | {target value} |
71
+
72
+ ### Security
73
+
74
+ | ID | Title | Standard |
75
+ |----|-------|----------|
76
+ | [NFR-S-001](NFR-S-001-{slug}.md) | {title} | {standard/framework} |
77
+
78
+ ### Scalability
79
+
80
+ | ID | Title | Target |
81
+ |----|-------|--------|
82
+ | [NFR-SC-001](NFR-SC-001-{slug}.md) | {title} | {target value} |
83
+
84
+ ### Usability
85
+
86
+ | ID | Title | Target |
87
+ |----|-------|--------|
88
+ | [NFR-U-001](NFR-U-001-{slug}.md) | {title} | {target value} |
89
+
90
+ ## Data Requirements
91
+
92
+ ### Data Entities
93
+
94
+ | Entity | Description | Key Attributes |
95
+ |--------|-------------|----------------|
96
+ | {entity_name} | {description} | {attr1, attr2, attr3} |
97
+
98
+ ### Data Flows
99
+
100
+ {description of key data flows, optionally with Mermaid diagram}
101
+
102
+ ## Integration Requirements
103
+
104
+ | System | Direction | Protocol | Data Format | Notes |
105
+ |--------|-----------|----------|-------------|-------|
106
+ | {system_name} | Inbound/Outbound/Both | {REST/gRPC/etc} | {JSON/XML/etc} | {notes} |
107
+
108
+ ## Constraints & Assumptions
109
+
110
+ ### Constraints
111
+ - {technical or business constraint 1}
112
+ - {technical or business constraint 2}
113
+
114
+ ### Assumptions
115
+ - {assumption 1 - must be validated}
116
+ - {assumption 2 - must be validated}
117
+
118
+ ## Priority Rationale
119
+
120
+ {explanation of MoSCoW prioritization decisions, especially for Should/Could boundaries}
121
+
122
+ ## Traceability Matrix
123
+
124
+ | Goal | Requirements |
125
+ |------|-------------|
126
+ | G-001 | [REQ-001](REQ-001-{slug}.md), [REQ-002](REQ-002-{slug}.md), [NFR-P-001](NFR-P-001-{slug}.md) |
127
+ | G-002 | [REQ-003](REQ-003-{slug}.md), [NFR-S-001](NFR-S-001-{slug}.md) |
128
+
129
+ ## Open Questions
130
+
131
+ - [ ] {unresolved question 1}
132
+ - [ ] {unresolved question 2}
133
+
134
+ ## References
135
+
136
+ - Derived from: [Product Brief](../product-brief.md)
137
+ - Next: [Architecture](../architecture/_index.md)
138
+ ```
139
+
140
+ ---
141
+
142
+ ## Template: REQ-NNN-{slug}.md (Individual Functional Requirement)
143
+
144
+ ```markdown
145
+ ---
146
+ id: REQ-{NNN}
147
+ type: functional
148
+ priority: {Must|Should|Could|Won't}
149
+ traces_to: [G-{NNN}]
150
+ status: draft
151
+ ---
152
+
153
+ # REQ-{NNN}: {requirement_title}
154
+
155
+ **Priority**: {Must|Should|Could|Won't}
156
+
157
+ ## Description
158
+
159
+ {detailed requirement description}
160
+
161
+ ## User Story
162
+
163
+ As a {persona}, I want to {action} so that {benefit}.
164
+
165
+ ## Acceptance Criteria
166
+
167
+ - [ ] {specific, testable criterion 1}
168
+ - [ ] {specific, testable criterion 2}
169
+ - [ ] {specific, testable criterion 3}
170
+
171
+ ## Traces
172
+
173
+ - **Goal**: [G-{NNN}](../product-brief.md#goals--success-metrics)
174
+ - **Architecture**: [ADR-{NNN}](../architecture/ADR-{NNN}-{slug}.md) (if applicable)
175
+ - **Implemented by**: [EPIC-{NNN}](../epics/EPIC-{NNN}-{slug}.md) (added in Phase 5)
176
+ ```
177
+
178
+ ---
179
+
180
+ ## Template: NFR-{type}-NNN-{slug}.md (Individual Non-Functional Requirement)
181
+
182
+ ```markdown
183
+ ---
184
+ id: NFR-{type}-{NNN}
185
+ type: non-functional
186
+ category: {Performance|Security|Scalability|Usability}
187
+ priority: {Must|Should|Could}
188
+ status: draft
189
+ ---
190
+
191
+ # NFR-{type}-{NNN}: {requirement_title}
192
+
193
+ **Category**: {Performance|Security|Scalability|Usability}
194
+ **Priority**: {Must|Should|Could}
195
+
196
+ ## Requirement
197
+
198
+ {detailed requirement description}
199
+
200
+ ## Metric & Target
201
+
202
+ | Metric | Target | Measurement Method |
203
+ |--------|--------|--------------------|
204
+ | {metric} | {target value} | {how measured} |
205
+
206
+ ## Traces
207
+
208
+ - **Goal**: [G-{NNN}](../product-brief.md#goals--success-metrics)
209
+ - **Architecture**: [ADR-{NNN}](../architecture/ADR-{NNN}-{slug}.md) (if applicable)
210
+ ```
211
+
212
+ ---
213
+
214
+ ## Variable Descriptions
215
+
216
+ | Variable | Source | Description |
217
+ |----------|--------|-------------|
218
+ | `{session_id}` | spec-config.json | Session identifier |
219
+ | `{timestamp}` | Runtime | ISO8601 generation timestamp |
220
+ | `{product_name}` | product-brief.md | Product/feature name |
221
+ | `{NNN}` | Auto-increment | Requirement number (zero-padded 3 digits) |
222
+ | `{slug}` | Auto-generated | Kebab-case from requirement title |
223
+ | `{type}` | Category | P (Performance), S (Security), SC (Scalability), U (Usability) |
224
+ | `{Must\|Should\|Could\|Won't}` | User input / auto | MoSCoW priority tag |
@@ -0,0 +1,148 @@
1
+ ---
2
+ name: team-quality-assurance
3
+ description: Unified team skill for quality assurance. Full closed-loop QA combining issue discovery and software testing. Triggers on "team quality-assurance", "team qa".
4
+ allowed-tools:
5
+ - ask_question
6
+ - define_subagent
7
+ - grep_search
8
+ - invoke_subagent
9
+ - manage_subagents
10
+ - replace_file_content
11
+ - run_command
12
+ - send_message
13
+ - view_file
14
+ - write_to_file
15
+ agy-subagents:
16
+ - team-worker
17
+ ---
18
+
19
+ ## Sub-Agent Registration (Antigravity)
20
+
21
+ Before any `invoke_subagent` call below, register each sub-agent type once per session by reading the system_prompt from `<agy-agents-dir>/<name>.md` and passing it to `define_subagent`. The `<agy-agents-dir>` is:
22
+ - global install: `~/.gemini/antigravity-cli/agents/`
23
+ - workspace install: `<project>/.agents/agents/`
24
+
25
+ - `define_subagent(name="team-worker", description="<from agents/team-worker.md frontmatter>", system_prompt=<contents of agents/team-worker.md body>, enable_write_tools=true, enable_mcp_tools=true, enable_subagent_tools=false)`
26
+
27
+ **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.
28
+
29
+ ---
30
+
31
+ # Team Quality Assurance
32
+
33
+ Orchestrate multi-agent QA: scout -> strategist -> generator -> executor -> analyst. Supports discovery, testing, and full closed-loop modes with parallel generation and GC loops.
34
+
35
+ ## Architecture
36
+
37
+ ```
38
+ view_file(AbsolutePath="<agy-skills-dir>/team-quality-assurance/SKILL.md") + execute inline (args: "task description")
39
+ |
40
+ SKILL.md (this file) = Router
41
+ |
42
+ +--------------+--------------+
43
+ | |
44
+ no --role flag --role <name>
45
+ | |
46
+ Coordinator Worker
47
+ roles/coordinator/role.md roles/<name>/role.md
48
+ |
49
+ +-- analyze -> dispatch -> spawn workers -> STOP
50
+ |
51
+ +-------+-------+-------+-------+-------+
52
+ v v v v v
53
+ [scout] [strat] [gen] [exec] [analyst]
54
+ team-worker agents, each loads roles/<role>/role.md
55
+ ```
56
+
57
+ ## Role Registry
58
+
59
+ | Role | Path | Prefix | Inner Loop |
60
+ |------|------|--------|------------|
61
+ | coordinator | [roles/coordinator/role.md](roles/coordinator/role.md) | — | — |
62
+ | scout | [roles/scout/role.md](roles/scout/role.md) | SCOUT-* | false |
63
+ | strategist | [roles/strategist/role.md](roles/strategist/role.md) | QASTRAT-* | false |
64
+ | generator | [roles/generator/role.md](roles/generator/role.md) | QAGEN-* | false |
65
+ | executor | [roles/executor/role.md](roles/executor/role.md) | QARUN-* | true |
66
+ | analyst | [roles/analyst/role.md](roles/analyst/role.md) | QAANA-* | false |
67
+
68
+ ## Role Router
69
+
70
+ Parse `$ARGUMENTS`:
71
+ - Has `--role <name>` -> Read `roles/<name>/role.md`, execute Phase 2-4
72
+ - No `--role` -> `@roles/coordinator/role.md`, execute entry router
73
+
74
+ ## Shared Constants
75
+
76
+ - **Session prefix**: `QA`
77
+ - **Session path**: `.workflow/.team/QA-<slug>-<date>/`
78
+ - **Team name**: `quality-assurance`
79
+ - **CLI tools**: `maestro delegate --mode analysis` (read-only), `maestro delegate --mode write` (modifications)
80
+ - **Message bus**: `mcp__ccw-tools__team_msg(session_id=<session-id>, ...)`
81
+
82
+ ## Worker Spawn Template
83
+
84
+ Coordinator spawns workers using this template:
85
+
86
+ ```
87
+ invoke_subagent([{ TypeName: "team-worker", Role: "<role>", Prompt: "<Prompt>", Workspace: "inherit" }])
88
+ ```
89
+
90
+ ## User Commands
91
+
92
+ | Command | Action |
93
+ |---------|--------|
94
+ | `check` / `status` | View pipeline status graph |
95
+ | `resume` / `continue` | Advance to next step |
96
+ | `--mode=discovery` | Force discovery mode |
97
+ | `--mode=testing` | Force testing mode |
98
+ | `--mode=full` | Force full QA mode |
99
+
100
+ ## Completion Action
101
+
102
+ When pipeline completes, coordinator presents:
103
+
104
+ ```
105
+ ask_question({
106
+ questions: [{
107
+ question: "Quality Assurance pipeline complete. What would you like to do?",
108
+ header: "Completion",
109
+ multiSelect: false,
110
+ options: [
111
+ { label: "Archive & Clean (Recommended)", description: "Archive session, clean up team" },
112
+ { label: "Keep Active", description: "Keep session for follow-up work" },
113
+ { label: "Export Results", description: "Export deliverables to target directory" }
114
+ ]
115
+ }]
116
+ })
117
+ ```
118
+
119
+ ## Session Directory
120
+
121
+ ```
122
+ .workflow/.team/QA-<slug>-<date>/
123
+ ├── .msg/messages.jsonl # Team message bus
124
+ ├── .msg/meta.json # Session state + shared memory
125
+ ├── wisdom/ # Cross-task knowledge
126
+ ├── scan/ # Scout output
127
+ ├── strategy/ # Strategist output
128
+ ├── tests/ # Generator output (L1/, L2/, L3/)
129
+ ├── results/ # Executor output
130
+ └── analysis/ # Analyst output
131
+ ```
132
+
133
+ ## Specs Reference
134
+
135
+ - [specs/pipelines.md](specs/pipelines.md) — Pipeline definitions and task registry
136
+ - [specs/team-config.json](specs/team-config.json) — Team configuration and shared memory schema
137
+
138
+ ## Error Handling
139
+
140
+ | Scenario | Resolution |
141
+ |----------|------------|
142
+ | Unknown --role value | Error with available role list |
143
+ | Role not found | Error with expected path (roles/<name>/role.md) |
144
+ | CLI tool fails | Worker fallback to direct implementation |
145
+ | Scout finds no issues | Report clean scan, skip to testing mode |
146
+ | GC loop exceeded | Accept current coverage with warning |
147
+ | Fast-advance conflict | Coordinator reconciles on next callback |
148
+ | Completion action fails | Default to Keep Active |