What problem does it solve? Coordinating complex, multi-part engineering work in a single agent session leads to context overload, file conflicts, and missed verification steps. This Skill turns the current agent into an orchestrator that splits work into discrete tasks and hands each one to a dedicated Composer 2.5 subagent. ## Core Features & Use Cases - Structured Task Decomposition: Splits work into research, implementation, QA, verification, integration check, and status reporting subagents, each with a defined role and constraints. - File Ownership Enforcement: Assigns each implementation subagent a closed set of files it may edit, preventing parallel subagents from colliding on the same files. - Checkpointed Status Reporting: Spawns status synthesis subagents after research and implementation waves so the user receives concise progress updates instead of raw logs. - Use Case: When implementing a feature that touches multiple modules, the orchestrator spawns a research subagent to map the codebase, parallel implementation subagents with non-overlapping file sets, an integration check, then QA and verification subagents before reporting completion. ## Quick Start Ask the agent to delegate this multi-part change to subagents and orchestrate the research, implementation, QA, and verification work.