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
-**Cleanup tasks**: Remove duplicates, archive stale items, organize files
210
+
211
+
**Output format for each task:**
212
+
```
213
+
Task 1: [Clear title]
214
+
- Description: [What needs to be done and why]
215
+
- Expected Impact: [Measurable benefit]
216
+
- Suggested Agent: [Which agent can do this]
217
+
- Estimated Effort: [Quick/Medium/Fast]
218
+
```
186
219
187
220
### Step 4: Store Insights in Repo Memory
188
221
@@ -243,6 +276,31 @@ Based on trend analysis, provide:
243
276
- Suggestions for new agents or capabilities
244
277
- Areas that need more monitoring
245
278
279
+
### ✅ Actionable Agentic Tasks (Quick Wins)
280
+
281
+
**IMPORTANT**: Extract exactly **3 actionable tasks** that could be immediately assigned to an AI agent to improve the project. Focus on **quick wins** - tasks that are:
282
+
-**Specific and well-defined** - Clear scope with measurable outcome
283
+
-**Achievable by an agent** - Can be automated or assisted by AI
284
+
-**High impact, low effort** - Maximum benefit with minimal implementation time
285
+
-**Data-driven** - Based on patterns and insights from this analysis
286
+
-**Independent** - Can be completed without blocking dependencies
287
+
288
+
For each task, provide:
289
+
1.**Task Title** - Clear, action-oriented name (e.g., "Reduce token usage in daily-news workflow")
290
+
2.**Description** - 2-3 sentences explaining what needs to be done and why
291
+
3.**Expected Impact** - What improvement or benefit this will deliver
292
+
4.**Suggested Agent** - Which existing agent could handle this, or suggest "New Agent" if needed
293
+
5.**Estimated Effort** - Quick (< 1 hour), Medium (1-4 hours), or Fast (< 30 min)
294
+
295
+
**If no actionable tasks are identified** (the project is in excellent shape), explicitly state: "No actionable tasks identified - the project is operating optimally."
296
+
297
+
**Examples of good actionable tasks:**
298
+
- "Consolidate duplicate error handling patterns in 5 workflow files"
299
+
- "Add missing cache configuration to 3 high-frequency workflows"
300
+
- "Create automated labels for 10 unlabeled issues based on content analysis"
0 commit comments