track-management

Manages Conductor track lifecycle from creation to completion using spec.md, plan.md, tracks.md.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JuanJoseGonGi/skills --skill track-management-juanjosegongi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: track-management
Source: https://github.com/JuanJoseGonGi/skills/tree/main/track-management
Command: npx skills add https://github.com/JuanJoseGonGi/skills --skill track-management-juanjosegongi

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, ensuring organized and efficient feature, bug, and refactor development.

Core Features & Use Cases

  • Track Creation: Define and register new tracks with specifications and plans.
  • Lifecycle Management: Guide tracks through implementation, verification, and completion phases.
  • Use Case: When starting a new feature, use this skill to create a spec.md, plan.md, and register it in tracks.md, setting the stage for organized development.

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?

Managing Conductor tracks involves organizing software development into logical units using structured markdown files. You create a spec.md for specifications, a plan.md for implementation steps, and register metadata in a central tracks.md file to track status.

What is the best way to organize specifications and plans for a new software feature?

Organizing feature specifications and plans is best handled by creating structured markdown files. Define requirements in a spec.md file, outline implementation steps in a plan.md file, and register both in a central tracks.md file to maintain status.

How does lifecycle management work for Conductor tracks?

Lifecycle management for Conductor tracks guides work through creation, specification, planning, implementation, verification, and completion phases. It uses a central registry to track status as logical units move through the development process.

Do I need markdown files to track development work for bugs and refactors?

Yes, you need structured markdown files to track development work for bugs and refactors. The process requires creating spec.md and plan.md files for the logical unit, then registering them in a central tracks.md file for metadata and status tracking.

Can I use track management for organizing refactor tasks in my development process?

Yes, you can use track management for organizing refactor tasks in your development process. It applies to features, bugs, and refactors by defining logical units with specifications and plans, then registering them in a central metadata file for lifecycle tracking.

What are the limitations of using markdown files for task management in software engineering?

Using markdown files for task management limits you to manual text-based status tracking within a central registry. It requires maintaining spec.md and plan.md files across creation, implementation, and completion phases, which can become difficult to synchronize at scale.