edit-track

Update track metadata in TRACKER.md while preserving tasks and status.

5|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/HirogaKatageri/hirokata-cc-marketplace --skill edit-track
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edit-track
Source: https://github.com/HirogaKatageri/hirokata-cc-marketplace/tree/main/plugins/cc-tracker-plugin/skills/edit-track
Command: npx skills add https://github.com/HirogaKatageri/hirokata-cc-marketplace --skill edit-track

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables editing and updating metadata for tracks within the tracker plugin without changing task data or status, simplifying governance of project structures.

Core Features & Use Cases

  • Edit track metadata: Rename tracks, update descriptions, change owners, and adjust phase coverage while preserving existing tasks and their status.
  • Consistency preservation: Keeps status and timestamps intact and propagates renames across phase sections to maintain referential integrity.
  • Use Case: You need to rename a track from "authentication" to "identity-management" or update its owner to the Backend Team without altering tasks.

Quick Start

Use the edit-track skill to modify a track, for example: /edit-track my-app --track=authentication --description="OAuth2 and JWT-based authentication" --owner="Security Team"

Frequently Asked Questions about edit-track

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

FAQPage Schema
How do I rename a project track without losing existing task data?

To rename a project track without losing task data, edit the track metadata in TRACKER.md. The skill locates the track by name, updates the Tracks section, and propagates the rename across phase sections while preserving task statuses and timestamps.

What is track metadata in a project management tracker?

Track metadata in a project management tracker defines the structural properties of a track, including its name, description, owner, and phase coverage. It governs how tasks are grouped and referenced across different project phases without altering the tasks themselves.

How do I reassign a track owner or update its description in TRACKER.md?

To reassign a track owner or update a description in TRACKER.md, apply the edit-track skill with the new owner or description parameters. It parses the tracker file, modifies the target track's metadata, and maintains referential integrity across all phases.

Can I adjust phase coverage for a track without modifying task status?

Yes, you can adjust phase coverage for a track without modifying task status. The skill updates the phase sections associated with the track while keeping existing task statuses and timestamps completely intact during the metadata modification process.

Does renaming a track break references across project phase sections?

Renaming a track does not break references across project phase sections. The skill propagates name changes throughout all phase sections in TRACKER.md to maintain referential integrity, ensuring all cross-references remain valid after the update.

What are the limitations of editing track metadata in an existing tracker?

A limitation of editing track metadata is that the skill operates strictly within the structure of an existing TRACKER.md file. It cannot create new tracks from scratch or modify individual task statuses, focusing solely on updating structural metadata for existing tracks.