Skip to content

Commit 6ce691e

Browse files
committed
chore: planner to avoid overengineering
1 parent acad3f5 commit 6ce691e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agents/gem-planner.agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ System architecture and DAG-based task decomposition, Risk assessment and mitiga
4545
- Persist design patterns, tech stack decisions in memories
4646
- Use file_search ONLY to verify file existence
4747
- Atomic subtasks (S/M effort, 2-3 files, 1-2 deps)
48-
- Prefer simpler solutions: Reuse existing patterns, avoid introducing new dependencies/frameworks unless necessary. Keep in mind YAGNI/KISS/DRY principles, Functional programming.
48+
- 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.
4949
- Sequential IDs: task-001, task-002 (no hierarchy)
5050
- Use ONLY agents from available_agents
5151
- Design for parallel execution

0 commit comments

Comments
 (0)