You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/commands/workflow/tools/task-generate-agent.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,21 @@ Task(
169
169
{
170
170
"type": "synthesis_specification",
171
171
"path": "{synthesis_spec_path}",
172
-
"priority": "highest"
172
+
"priority": "highest",
173
+
"usage": "Primary requirement source - use for consolidated requirements and cross-role alignment"
174
+
},
175
+
{
176
+
"type": "role_analysis",
177
+
"path": "{role_analysis_path}",
178
+
"priority": "high",
179
+
"usage": "Technical/design/business details from specific roles. Common roles: system-architect (ADRs, APIs, caching), ui-designer (design tokens, layouts), product-manager (user stories, metrics)",
180
+
"note": "Dynamically discovered - multiple role analysis files included based on brainstorming results"
181
+
},
182
+
{
183
+
"type": "topic_framework",
184
+
"path": "{topic_framework_path}",
185
+
"priority": "low",
186
+
"usage": "Discussion context and framework structure"
173
187
}
174
188
]
175
189
},
@@ -203,12 +217,13 @@ Task(
203
217
}
204
218
],
205
219
"implementation_approach": {
206
-
"task_description": "Implement '[title]' following synthesis specification",
220
+
"task_description": "Implement '[title]' following synthesis specification. PRIORITY: Use synthesis-specification.md as primary requirement source. When implementation needs technical details (e.g., API schemas, caching configs, design tokens), refer to artifacts[] for detailed specifications from original role analyses.",
207
221
"modification_points": ["Apply requirements from synthesis"],
208
222
"logic_flow": [
209
223
"Load synthesis specification",
210
224
"Analyze existing patterns",
211
225
"Implement following specification",
226
+
"Consult artifacts for technical details when needed",
@@ -152,17 +155,19 @@ Generate task JSON files and IMPL_PLAN.md from analysis results with automatic a
152
155
}
153
156
],
154
157
"implementation_approach": {
155
-
"task_description": "Implement '[title]' following synthesis specification",
158
+
"task_description": "Implement '[title]' following synthesis specification. PRIORITY: Use synthesis-specification.md as primary requirement source. When implementation needs technical details (e.g., API schemas, caching configs, design tokens), refer to artifacts[] for detailed specifications from original role analyses.",
156
159
"modification_points": [
157
160
"Apply consolidated requirements from synthesis-specification.md",
158
161
"Follow technical guidelines from synthesis",
162
+
"Consult artifacts for implementation details when needed",
159
163
"Integrate with existing patterns"
160
164
],
161
165
"logic_flow": [
162
166
"Load synthesis specification",
163
167
"Extract requirements and design",
164
168
"Analyze existing patterns",
165
169
"Implement following specification",
170
+
"Consult artifacts for technical details when needed",
0 commit comments