What problem does it solve? Complex coding tasks often contain independent slices that a single agent handles serially, wasting time and context. This Skill activates a session mode where the lead agent keeps working directly but delegates bounded, independent slices to helper agents in parallel, with explicit ownership and verification rules. ## Core Features & Use Cases - Assisted delegation mode: The lead agent decomposes work locally, delegates only independent slices with clear acceptance criteria, and owns final integration and verification. - Strict guardrails: Maximum 3 helpers without confirmation, no recursive subagents, disjoint file ownership, and mandatory inspection of helper outputs before integration. - Workspace safety: Requires resolving whether helpers share the lead's filesystem, and serializes or isolates code changes to prevent collisions on branches, staging, or generated files. - Use Case: While fixing a failing test suite, the lead agent investigates the shared root cause directly and delegates two unrelated failing test files to helper agents, then reviews their diffs before merging. ## Quick Start Tell the agent to activate multi-agent mode and use helper agents to parallelize the independent parts of your current task.