What problem does it solve? Organizing features, bugs, and refactors into coherent, trackable work units is difficult without structure. This Skill provides a complete framework for creating Conductor tracks with specifications, phased plans, and lifecycle management so work stays scoped, verifiable, and traceable to commits. ## Core Features & Use Cases - Track Creation: Generate spec.md with functional/non-functional requirements, acceptance criteria, and risk tables, plus plan.md with phased task breakdowns and verification steps. - Lifecycle Management: Manage tracks from creation through implementation to completion using status markers ([ ], [~], [x], [-], [!]), checkpoint SHAs, and the tracks.md registry. - Use Case: When starting a new user authentication feature, use this Skill to create a track with ID user-auth_20250115, generate a specification with acceptance criteria, build a three-phase implementation plan, and track progress with commit-linked task markers. ## Quick Start Create a new Conductor track for the user authentication feature with a specification and phased implementation plan.