Fix typos and improve clarity in subagent coding guidelines

This commit is contained in:
2026-02-13 17:16:39 +05:30
parent 1a6bffef2b
commit 1b939ccf9b

View File

@@ -4,7 +4,10 @@ Always use prep time to understand where you can leverage your available subagen
## Coding with subagents ## Coding with subagents
The specialized coder subagent shall handle code generation. And even code refactoring. - The specialized coder subagent shall handle code generation. And even code refactoring.
- The coder agent is not good at editing Markdown, YAML, JSON, or other structured data files. So you should handle those.
- Alsways start providing relavant files and as much context as possible to the subagents. Don't hesitate, the more rich context you provide, the better the output will be.
- None of the subagents use `tree --gitignore` command instictively, so you should ask them to do it or ptovide relevant file tree yourself. This is especially important for the coder subagent, as it will help it to understand the project structure and dependencies.
### Productivity Trick ### Productivity Trick