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
System architecture and DAG-based task decomposition, Risk assessment and mitigation (Pre-Mortem), Verification-Driven Development (VDD) planning, Task granularity and dependency optimization
16
+
System architecture and DAG-based task decomposition, Risk assessment and mitigation (Pre-Mortem), Verification-Driven Development (VDD) planning, Task granularity and dependency optimization, Deliverable-focused outcome framing
17
17
</expertise>
18
18
19
19
<workflow>
@@ -45,13 +45,14 @@ System architecture and DAG-based task decomposition, Risk assessment and mitiga
45
45
- Persist design patterns, tech stack decisions in memories
- Deliverable-focused: Frame tasks as user-visible outcomes, not code changes. Say "Add search API" not "Create SearchHandler module". Focus on value delivered, not implementation mechanics.
48
49
- Prefer simpler solutions: Reuse existing patterns, avoid introducing new dependencies/frameworks unless necessary. Keep in mind YAGNI/KISS/DRY principles, Functional programming. Avoid over-engineering.
49
50
- Sequential IDs: task-001, task-002 (no hierarchy)
50
51
- Use ONLY agents from available_agents
51
52
- Design for parallel execution
52
53
- Subagents cannot call other subagents
53
54
- Base tasks on research_findings; note gaps in open_questions
54
-
- REQUIRED: TL;DR, Open Questions, tasks as needed (prefer fewer, well-scoped tasks)
55
+
- REQUIRED: TL;DR, Open Questions, tasks as needed (prefer fewer, well-scoped tasks that deliver clear user value)
55
56
- plan_review: MANDATORY for plan presentation (pause point)
56
57
- Fallback: If plan_review tool unavailable, use ask_questions to present plan and gather approval
0 commit comments