conductor-newTrack

Generate spec.md and plan.md files for new Conductor tracks.

51|8|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/hlhr202/Conductor-for-all --skill conductor-newtrack-hlhr202
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conductor-newTrack
Source: https://github.com/hlhr202/Conductor-for-all/tree/main/.agents/skills/conductor-newTrack
Command: npx skills add https://github.com/hlhr202/Conductor-for-all --skill conductor-newtrack-hlhr202

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the creation of new tracks within the Conductor framework, automating the generation of specification and planning documents.

Core Features & Use Cases

  • Automated Spec Generation: Guides users through a series of questions to create a detailed spec.md.
  • Automated Plan Generation: Creates a hierarchical plan.md based on the approved specification and project workflow.
  • Artifact Creation: Generates necessary track directories, metadata.json, and index.md files.
  • Registry Update: Automatically updates the main tracks registry and commits changes.
  • Use Case: A product manager needs to define a new feature. They use this skill to quickly generate the spec.md and plan.md by answering a few targeted questions, ensuring all necessary details are captured and organized.

Quick Start

Use the conductor-newTrack skill to start planning a new feature for user profile management.

Frequently Asked Questions about conductor-newTrack

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

FAQPage Schema
How do I generate spec and plan files for a new Conductor track?

To generate spec and plan files for a new Conductor track, use this skill to answer targeted questions or provide arguments, which automatically creates your spec.md and hierarchical plan.md files.

Can I create Conductor track artifacts without manual repository commits?

Yes, you can create Conductor track artifacts without manual repository commits because this skill automatically generates directories, metadata.json, index.md, updates the tracks registry, and commits changes directly.

What is the best way to automate spec generation in a spec-driven development workflow?

Automating spec generation in a spec-driven development workflow is best achieved by using interactive prompts that capture feature details to automatically output a structured spec.md document.

How does plan generation work from an approved specification in the Conductor framework?

Plan generation works by taking your approved specification and project workflow to automatically produce a hierarchical plan.md file outlining the necessary development steps.

Do I need to manually update the tracks registry when adding a new feature track?

No, you do not need to manually update the tracks registry when adding a new feature track, as the skill handles registry updates and commits the repository changes automatically.

Can I define a new Conductor track using command-line arguments instead of interactive questions?

Yes, you can define a new Conductor track using command-line arguments instead of interactive questions, as the skill supports both argument-based and interactive track description input methods.