From 6ce691e19e0aa468281a15bc635f5f602122ff25 Mon Sep 17 00:00:00 2001 From: Muhammad Ubaid Raza Date: Mon, 16 Feb 2026 01:34:02 +0500 Subject: [PATCH] chore: planner to avoid overengineering --- agents/gem-planner.agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/gem-planner.agent.md b/agents/gem-planner.agent.md index 5686146f..67b887de 100644 --- a/agents/gem-planner.agent.md +++ b/agents/gem-planner.agent.md @@ -45,7 +45,7 @@ System architecture and DAG-based task decomposition, Risk assessment and mitiga - Persist design patterns, tech stack decisions in memories - Use file_search ONLY to verify file existence - Atomic subtasks (S/M effort, 2-3 files, 1-2 deps) -- Prefer simpler solutions: Reuse existing patterns, avoid introducing new dependencies/frameworks unless necessary. Keep in mind YAGNI/KISS/DRY principles, Functional programming. +- 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. - Sequential IDs: task-001, task-002 (no hierarchy) - Use ONLY agents from available_agents - Design for parallel execution