# subagent-development > Manages complex tasks by offloading specific sub-tasks to independent agent instances to preserve main context. - Author: NewRudy - Repository: NewRudy/Rudy_skills - Version: 20260130143244 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/NewRudy/Rudy_skills - Web: https://mule.run/skillshub/@@NewRudy/Rudy_skills~subagent-development:20260130143244 --- # Subagent-Driven-Development Manages complex tasks by offloading specific sub-tasks to independent agent instances to preserve main context. ## Usage - "Dispatch a subagent to write unit tests for this file." - "Use subagents to document the entire project structure." - "Coordinate subagents to handle the CSS refactoring while I focus on logic." ## Instructions 1. **Task Splitting**: Identify components that can be executed in isolation. 2. **Context Isolation**: Provide each subagent with only the necessary files/context. 3. **Integration**: Review subagent outputs before merging them into the main branch.