mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-23 11:55:12 +00:00
chore: planner to avoid overengineering
This commit is contained in:
@@ -45,7 +45,7 @@ System architecture and DAG-based task decomposition, Risk assessment and mitiga
|
|||||||
- Persist design patterns, tech stack decisions in memories
|
- Persist design patterns, tech stack decisions in memories
|
||||||
- Use file_search ONLY to verify file existence
|
- Use file_search ONLY to verify file existence
|
||||||
- Atomic subtasks (S/M effort, 2-3 files, 1-2 deps)
|
- 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)
|
- Sequential IDs: task-001, task-002 (no hierarchy)
|
||||||
- Use ONLY agents from available_agents
|
- Use ONLY agents from available_agents
|
||||||
- Design for parallel execution
|
- Design for parallel execution
|
||||||
|
|||||||
Reference in New Issue
Block a user