What problem does it solve? Starting a new feature, bug fix, chore, or refactor without a clear specification leads to scope creep, missed requirements, and disorganized work. This Skill guides you through a structured interview to produce a complete specification and phased implementation plan before any code is written. ## Core Features & Use Cases - Interactive Specification Gathering: Asks targeted questions (one per turn, max six) tailored to the track type—feature, bug, chore, or refactor—to capture user stories, acceptance criteria, dependencies, and scope boundaries. - Phased Plan Generation: Produces a plan.md with logical phases, checkbox tasks, and per-phase verification steps, supporting TDD workflows. - Track Registry Management: Generates a unique track ID, creates the track directory (spec.md, plan.md, metadata.json, index.md), and registers it in conductor/tracks.md. - Use Case: You want to add a lyrics caching feature to your music player. Run this Skill, answer a few questions about goals and acceptance criteria, and receive a reviewed spec plus a step-by-step implementation plan ready for execution. ## Quick Start Ask the assistant to create a new Conductor track for your feature, bug, chore, or refactor and answer the guided questions to generate the spec and plan.