track-management

Manage Conductor track lifecycles with spec.md, plan.md, and tracks.md.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/Himanshu040604/codex-skills-setup --skill track-management-himanshu040604
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: track-management
Source: https://github.com/Himanshu040604/codex-skills-setup/tree/main/assets/codex/skills/claude-import/skills/plugins/conductor%40claude-code-workflows/skills/track-management
Command: npx skills add https://github.com/Himanshu040604/codex-skills-setup --skill track-management-himanshu040604

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation, management, and lifecycle operations of Conductor tracks, which are logical work units for features, bugs, and refactors, ensuring organized and traceable development processes.

Core Features & Use Cases

  • Track Creation: Define requirements, generate specifications (spec.md), and create implementation plans (plan.md).
  • Lifecycle Management: Track progress, update statuses, and manage tasks within phases.
  • Use Case: When starting a new feature, use this skill to generate the spec.md and plan.md files, define track types, and register the track in the tracks.md registry.

Quick Start

Use the track-management skill to create a new feature track.

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 for feature development and bug fixes?

Yes, Conductor track management supports four track types: feature, bug, chore, and refactor. Each type uses defined ID formats and passes through structured lifecycle phases including creation, specification, planning, implementation, and completion.

How do I generate specifications and implementation plans for a new project track?

When creating a new track, the system automatically enforces structured documentation by generating a spec.md file for requirements and a plan.md file for implementation planning. This ensures organized and traceable development processes.

What is a Conductor track and when do I need to use it?

A Conductor track is a logical work unit representing a feature, bug, chore, or refactor. You need it when you want to streamline the creation, management, and lifecycle operations of development tasks to ensure traceable processes.

How do I maintain a central registry of project tracks?

The system maintains a central tracks.md registry to organize and trace development processes. When you create a new track, it is automatically registered there alongside its corresponding spec.md and plan.md files.

What are the limitations of using spec.md and plan.md for development planning?

The system enforces structured documentation strictly via spec.md and plan.md files. A limitation is that you must follow this defined documentation format to manage track lifecycles, which may not suit teams needing flexible or unstructured planning workflows.