What problem does it solve? Large tasks overwhelm a single agent context, causing drift and incomplete work. This Skill decomposes big goals into bounded, verifiable slices that are dispatched to the right skills and subagents within the Hydra runtime. ## Core Features & Use Cases - Working-Memory Bundles: Builds compact context bundles so each slice carries only the information it needs. - Bounded Delegate Slices: Splits large tasks into scoped units routed through skill_list, skill_show, and skill_route. - Reusable Skill Node Contracts: Defines repeatable contracts for how slices are dispatched and verified. - Use Case: Given a request to refactor a large module, the planner enumerates the relevant skills, spawns subagents for each bounded slice, and verifies each result before marking the task complete. ## Quick Start Ask the agent to plan and break down a large coding task into skill-dispatched slices using the task planner.