What problem does it solve? Organizing features, bugs, and refactors into coherent, trackable work units is difficult without a consistent structure. This Skill standardizes how Conductor tracks are specified, planned, executed, and completed so progress stays visible and reversible. ## Core Features & Use Cases - Track Creation & Registration: Generate spec.md and plan.md files, assign track IDs in the {shortname}_{YYYYMMDD} format, and register entries in the tracks.md registry. - Lifecycle & Status Management: Apply consistent status markers ([ ], [~], [x], [-], [!]), record commit SHAs, and manage checkpoints across phases. - Templates & Quality Checklists: Use structured templates for specifications, plans, metadata.json, and track patterns for features, bugs, and refactors. - Use Case: When starting a new user-authentication feature, create a user-auth_20250115 track with a full specification, a three-phase plan, and registry entry, then update task markers as implementation progresses. ## Quick Start Ask the assistant to create a new Conductor track for your feature, including its spec.md, plan.md, and tracks.md registry entry.