track-management

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

2|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/as4584/antigravity-skills --skill track-management-as4584
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: track-management
Source: https://github.com/as4584/antigravity-skills/tree/main/agents-wshobson/plugins/conductor/skills/track-management
Command: npx skills add https://github.com/as4584/antigravity-skills --skill track-management-as4584

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.

Core Features & Use Cases

  • Track Creation: Define and initiate new feature, bug, or refactor tracks with structured 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 and plan.md, register the track, and manage its progress through development.

Quick Start

Use the track-management skill to create a new feature track named 'user-authentication'.

Frequently Asked Questions about track-management

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

FAQPage Schema
How do I manage feature and bug tracks for development workflows?

Track management organizes feature, bug, and refactor tracks through defined lifecycle phases from creation to completion. It enforces structured documentation using spec.md and plan.md files while maintaining a central tracks.md registry for traceable development.

What is a Conductor track and when do I need to create one?

A Conductor track is a logical work unit for features, bugs, or refactors that requires structured specifications and plans. You create one when starting new development work to ensure organized task registration and traceable progress.

How do I create a new feature track and register its specifications?

Create a feature track by defining its specification in spec.md, outlining the implementation in plan.md, and registering the track ID in the central tracks.md registry. This lifecycle process ensures structured documentation from initiation through completion.

Does track management support refactoring tasks or only new feature development?

Track management supports feature, bug, and refactor track types with defined ID formats and lifecycle phases. Refactoring tasks follow the same structured documentation process, requiring spec.md and plan.md files to maintain development traceability.

What documentation files are required to maintain a development track?

Track management enforces structured documentation through spec.md for specifications and plan.md for implementation planning. It also maintains a central tracks.md registry to track all work units across their lifecycle phases.

How does track management handle the implementation and completion phases?

Track management guides work units through implementation, verification, and completion phases using status markers. It enforces spec.md and plan.md documentation throughout the lifecycle and updates the central tracks.md registry to reflect current progress.