track-management

Organize Conductor tracks with spec.md, plan.md, and tracks.md.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/Sumeet138/qwen-code-agents --skill track-management-sumeet138
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: track-management
Source: https://github.com/Sumeet138/qwen-code-agents/tree/main/plugins/conductor/skills/track-management
Command: npx skills add https://github.com/Sumeet138/qwen-code-agents --skill track-management-sumeet138

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Conductor tracks are the logical work units that organize features, bugs, and refactors through specification, planning, and implementation; this skill guides teams in creating, managing, and completing tracks with clear structure and consistent conventions.

Core Features & Use Cases

  • Track types: feature, bug, chore, refactor to categorize work.
  • Track IDs and registry: unique IDs and tracks.md for status tracking.
  • Lifecycle guidance: end-to-end flow from creation to completion, including spec.md, plan.md, and status updates.

Quick Start

Draft a new track by following the conductor workflow: create spec.md and plan.md, assign a track ID, and register the track in tracks.md.

Frequently Asked Questions about track-management

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

FAQPage Schema
How do I manage Conductor tracks from spec to finish?

To manage Conductor tracks from spec to finish, create spec.md and plan.md files, assign a unique track ID, and register the track in tracks.md to ensure consistent metadata and lifecycle progress tracking across the project.

What is the Conductor track lifecycle workflow?

The Conductor track lifecycle workflow is an end-to-end flow from creation to completion that involves drafting spec.md and plan.md artifacts, assigning track IDs, and updating status in the tracks.md registry to govern project progress.

How do I categorize features, bugs, and refactors in Conductor?

To categorize features, bugs, and refactors in Conductor, assign specific track types during creation and record them in the tracks.md registry, ensuring structured organization and consistent status tracking across the project lifecycle.

Do I need spec.md and plan.md files for track management?

Yes, you need spec.md and plan.md files for track management because they serve as required artifacts for specification and planning, enabling reproducible project governance and consistent track metadata throughout the lifecycle.

How does track ID format enforcement work in Conductor?

Track ID format enforcement works by applying consistent conventions during track creation, ensuring unique identifiers are registered in tracks.md to support reproducible project governance and accurate progress tracking across all lifecycle phases.