What problem does it solve? It removes the manual overhead of creating and maintaining structured task breakdowns for features, keeping spec documents and task statuses consistent and queryable from the command line. ## Core Features & Use Cases - Spec and Task Set Creation: Delegates to the to-spec skill to generate spec.md, tasks.yaml, and per-task detail packets under .specs/<feature-name>/ when none exist. - Task Status Management: Lists, inspects, and updates task statuses (open, progress, done) via the tasks.py CLI with atomic file writes. - Dependency Awareness: Shows which tasks are ready to start based on completed dependencies and verifies full completion with an exit code. - Use Case: Given a feature description like "Build user authentication system", the skill creates .specs/build-user-auth-system/ with a spec and task breakdown, then tracks each task to completion. ## Quick Start Ask the assistant to create and track a task breakdown for a new feature description or an existing spec directory using the tasks skill.