create-tracker

Create a tracker structure with phases and tracks under .trackers.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams quickly set up a reusable tracker structure to organize work into sequential phases and feature-based tracks, reducing setup friction and ensuring consistent project governance.

Core Features & Use Cases

  • Phase-based structure to organize work across multiple stages (Planning, Implementation, Review, etc.)
  • Track-based grouping that spans across phases for feature development
  • Automated scaffolding under .trackers/{NAME} including TRACKER.md and README
  • Guided, interactive creation that sanitizes names and validates inputs

Quick Start

Use /create-tracker <NAME> to initialize a new tracker. Example: /create-tracker my-app

Frequently Asked Questions about create-tracker

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

FAQPage Schema
How do I create a project tracker with phases and tracks?

To create a project tracker, specify the tracker name, phases, and tracks. The tool sanitizes inputs and auto-generates a directory structure under .trackers with TRACKER.md and README files.

What is a phase and track based project management structure?

A phase and track structure organizes project work into sequential stages like Planning and Implementation, while tracks group cross-cutting features. This framework ensures consistent multi-phase development governance.

How do I scaffold a multi-phase development tracker automatically?

Scaffold a multi-phase tracker by providing a tracker name, phases, and tracks via CLI. The tool validates inputs, sanitizes names, and writes the corresponding directories and documentation files automatically.

Can I use this tracker scaffolding for cross-cutting feature tracks?

Yes, tracker scaffolding supports cross-cutting feature tracks spanning across multiple phases. You define the tracks during setup, and the tool integrates them into the generated project structure.

Do I need any dependencies to set up project management tracks?

No dependencies are required to set up project management tracks. The tool operates independently to sanitize names and create the .trackers directory framework without external components.

What is the best way to organize multi-phase development work into tracks?

The best way to organize multi-phase development is using a structured tracker with defined sequential phases and cross-cutting feature tracks, which standardizes project planning and reduces initial setup friction.