Open main menu
Article
Quizzes
Tools
EN
Article
Quizzes
Tools
All quizzes
/
AI Skills & Workflows
/
A subagent...
A subagent-driven development skill instructs the orchestrator to spawn a fresh subagent for each task and then run a two-stage review. Why use a fresh subagent rather than the same one?
A fresh subagent has a clean context window, avoiding errors caused by accumulated state from previous tasks
Fresh subagents are faster because they do not need to load any prior conversation history
Reusing the same subagent would require re-authenticating on each task
Each subagent is billed separately, making cost tracking per task easier
Submit answers