What problem does it solve? Subagents spawned via Agent tool calls do not inherit parent context, so they often fail from missing background or repeat work the parent already did, while parent sessions bloat with tool results. This Skill provides templates and rules for packaging context, delegating work, and keeping the parent session lean. ## Core Features & Use Cases - Context Capsule Templates: Six copy-paste prompt templates covering bug investigation, feature implementation, architecture planning, parallel explore swarms, resume continuation, and code review delegation. - Parallel Explore Swarms: Launch 2-4 explore agents concurrently with non-overlapping, self-contained scopes for cross-cutting research. - Resume and Parent Hygiene: Rules for resuming existing subagents instead of respawning, plus discipline for summarizing subagent output before it re-enters parent context. - Use Case: When investigating a bug spanning matching logic, venue assignment, and feedback data, launch three parallel explore agents with focused capsules, then hand a consolidated capsule to a coder agent for the fix. ## Quick Start Ask the AI to launch a subagent for your task using a context capsule that summarizes prior decisions, relevant file paths, and the specific instruction.