track-management

Create and manage tracks with IDs, lifecycle phases, and a registry.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tracks provide a structured way to organize software work by dividing features, bugs, and refactors into tracks with clear specifications, plans, and lifecycle governance.

Core Features & Use Cases

  • Create new tracks with unique IDs and structured specs
  • Plan work with phased tasks in plan.md and track registry updates
  • Track progress and checkpoints across phases with status markers and governance

Quick Start

To start tracking work, create a new track following the standard const/plan templates and register it in the tracks registry, then begin implementation.

Frequently Asked Questions about track-management

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

FAQPage Schema
How do I manage software work tracks for features, bugs, and refactors end-to-end?

Track management coordinates software work tracks end-to-end by enforcing unique track IDs, lifecycle phases, and a registry. This ensures governance and traceability across features, bugs, and refactors throughout the entire development workflow.

What is the best way to structure specifications and plans for a development track?

The best way to structure specifications and plans is using spec.md and plan.md templates. These standard templates organize work items with structured specs, phased tasks, and track registry updates to maintain clear governance and progress tracking.

How do I create a new track and register it for lifecycle governance?

To create a new track, follow the standard const/plan templates to generate a unique ID and structured spec. Register the new track in the tracks registry, then begin implementation to ensure full lifecycle governance and traceability from the start.

Does track management work without external dependencies or components?

Yes, track management operates without external dependencies or components. It applies lifecycle phases, status markers, and checkpoints directly across spec.md and plan.md files to enforce governance and traceability natively.

When do I need a track registry for workflow planning?

You need a track registry for workflow planning when dividing software work into features, bugs, and refactors. The registry enforces track IDs and lifecycle phases, providing a structured way to organize work and ensure traceability across phases.

Why does track management enforce unique track IDs and lifecycle phases?

Track management enforces unique track IDs and lifecycle phases to ensure governance and traceability. This structured approach coordinates work items across spec.md, plan.md, and the track lifecycle, preventing disorganization in software development workflows.