Subagent Task Execution Overview This skill is used to execute a set of tasks (typically from a task breakdown or plan). It focuses on high-quality execution by dispatching specialized subagents for each task, ensuring each task is performed correctly and verified before moving to the next. Core Principle One Task, One Subagent, Multi-Stage Review. By isolating each task and applying a structured review process, we ensure high quality and prevent context pollution. The Process 1. Preparation: - Read the entire plan or task breakdown. - Extract all tasks with their full context. - Create a str…