What problem does it solve?
This Skill streamlines the creation of new development tracks, ensuring that every feature, bug fix, or chore begins with a well-defined specification and a clear implementation plan.
Core Features & Use Cases
- Automated Track Creation: Generates a new track directory with
spec.md and plan.md files.
- Intelligent Interviewing: Gathers requirements through interactive questions tailored to track type (feature, bug, chore).
- Specification Drafting: Auto-generates a draft specification based on interview answers, including edge cases and out-of-scope items.
- Plan Generation: Creates a phased implementation plan, inferring project context and applying TDD or ship-fast patterns.
- Metadata & Indexing: Updates project registry files (
tracks.md, metadata.json, index.md) and commits changes.
- Use Case: When starting a new feature like "Implement user profile editing," this Skill guides you through defining requirements, planning tasks, and setting up the track for implementation.
Quick Start
Use the maestro:new-track skill to create a new track for 'Add dark mode support to the UI'.