This skill implements a modular 'fresh agent' architecture for Claude Code, allowing developers to spin up ephemeral subagents for specific, isolated tasks such as research, bug fixing, or test generation. By offloading complex subtasks to these focused agents, the skill prevents context pollution, breaks cognitive loops, and enables parallel exploration, ensuring the main agent remains efficient and high-level. It provides structured handoff templates and success criteria to guarantee the seamless integration of subagent results back into the primary project workflow.