What problem does it solve? Turning a feature specification and implementation plan into an actionable, dependency-ordered task list is tedious and error-prone. This Skill automates that step inside a spec-kit project, producing a tasks.md file where every task maps to a user story and an exact file path. ## Core Features & Use Cases - User-story phased task generation: Reads plan.md, spec.md, and optional design artifacts to produce tasks.md grouped into Setup, Foundational, per-story, and Polish phases. - Explicit dependency waves: Groups independent tasks into parallelizable waves marked with [P], with join lines showing where work must wait. - Size-aware output: Reads the recorded change size from .spec-context.json and trims ceremony for simple changes while keeping full structure for normal or oversized ones. - Use Case: After running the plan step on a new feature, invoke this Skill to generate a tasks.md where each story is an independently testable increment ready for the implement step. ## Quick Start Generate the phased task list for the current spec-kit feature from its plan and spec.