conductor-new-track

Creates specification documents and phased implementation plans for new development tracks.

2|Updated Jun 16, 2026
One-click install
npx skills add https://github.com/monang404/lunawave --skill conductor-new-track-monang404
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: conductor-new-track
Source: https://github.com/monang404/lunawave/tree/main/.agent/skills/conductor-new-track
Command: npx skills add https://github.com/monang404/lunawave --skill conductor-new-track-monang404

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about conductor-new-track

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a new feature specification with an implementation plan?▼

Run the new track workflow, classify the work as a feature, and answer up to six guided questions covering the summary, user story, acceptance criteria, dependencies, and scope. The Skill then generates spec.md and a phased plan.md for your review before creating the track.

What is a Conductor track in project management?▼

A Conductor track is a self-contained unit of work (feature, bug, chore, or refactor) stored under conductor/tracks/ with a specification, phased implementation plan, metadata, and progress index. Tracks are registered in conductor/tracks.md for project-wide visibility.

What files are required before creating a new track?▼

Conductor must be initialized first: conductor/product.md, conductor/tech-stack.md, and conductor/workflow.md must exist. If any are missing, the Skill stops and suggests running the setup command before proceeding.

How are track IDs generated and kept unique?▼

Track IDs use the format shortname_YYYYMMDD, where the shortname is a 2-3 word hyphenated slug from the summary. Uniqueness is checked against conductor/tracks.md, and a numeric counter is appended on collision.

Can I edit the generated spec or plan before the track is created?▼

Yes. Both the specification and the plan are displayed for review before creation. You can approve them, request inline edits, add more phases or tasks, or start over with different inputs.

What happens if track creation fails partway through?▼

If directory creation fails, the process halts without registering the track. If a file write fails, partial track files are cleaned up and the error is reported; a tracks.md update failure triggers a warning to register manually.