What problem does it solve? Turning a user story into an actionable implementation plan requires exploring the codebase, identifying affected files, and sequencing work correctly. This Skill automates that breakdown so developers get an ordered, codebase-aware task list instead of planning manually. ## Core Features & Use Cases - Story Decomposition: Breaks a user story (file, inline text, or pasted block) into baby-step implementation tasks ordered by dependency. - Codebase Exploration: Delegates to an agent that identifies affected files, existing patterns, and domain types before planning. - Interactive Refinement: Asks targeted clarifying questions on scope, ordering, and testing strategy, then iterates on the saved task list based on feedback. - Use Case: Given a story file describing a new API endpoint, produce a tasks/[story-name].md file with ordered tasks referencing the relevant controllers, models, and tests, ready to hand off to an /implement or /tdd workflow. ## Quick Start Ask the assistant to decompose your user story into implementation tasks by providing the story file path or pasting the story text.