What problem does it solve? Turning a feature specification and implementation plan into an actionable, ordered task list is slow and error-prone. This Skill automates the creation of a tasks.md file that organizes work by user story with clear dependencies and parallelization opportunities. ## Core Features & Use Cases - Story-Organized Task Generation: Reads spec.md, plan.md, data-model.md, and contracts to produce one phase per user story in priority order. - Strict Checklist Format: Every task follows a validated format with checkbox, sequential task ID, parallel marker, story label, and exact file path. - Extension Hooks: Supports optional and mandatory pre/post hooks via .specify/extensions.yml for custom workflow integration. - Use Case: After writing a spec and plan for a new feature, run this Skill to get a complete tasks.md with MVP scope suggestion, dependency graph, and per-story independent test criteria. ## Quick Start Generate the tasks.md for my current feature using the spec and plan in the .specify directory.