add-phase

Add a sequential phase to a tracker and update tasks and metadata.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams to add new sequential phases to an existing tracker, ensuring the Phase structure, Tasks alignment, and overview metadata stay consistent.

Core Features & Use Cases

  • Phase insertion: Adds a new phase to the Phases list with a defined name and position.
  • Task alignment: Creates a matching Phase section in Tasks and maintains track phase coverage across all tracks.
  • Tracker integrity: Validates tracker existence, renumbers subsequent phases when inserting in the middle, and updates trackers accordingly.
  • Integration: Works with /add-task to populate tasks in the new phase and supports description and positioning flags (--name, --position, --after, --before).

Quick Start

Use the add-phase skill to insert a new phase named "Deployment" at the end of an existing tracker: /add-phase my-app --name="Deployment"

Frequently Asked Questions about add-phase

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

FAQPage Schema
How do I add a new phase to a project tracker in the middle of existing phases?

You can add a new phase to an existing project tracker by specifying its name and position with --after or --before. The skill renumbers subsequent phases and updates task alignment automatically.

What happens to task alignment when inserting a new phase into tracker workflows?

When inserting a new phase, the tracker creates a matching section in Tasks and maintains track phase coverage consistently. This ensures existing tasks align correctly with the renumbered phases.

Can I insert a phase at the beginning or end of my project management tracker?

Yes, you can insert a phase at the beginning, middle, or end. Use positioning flags like --after, --before, or --position to place the new phase exactly where needed in the tracker sequence.

Does adding a phase automatically renumber the existing phases in the tracker?

Yes, when adding a new phase in the middle, the skill automatically renumbers subsequent phases. It validates tracker existence and ensures the overall sequence remains sequential and consistent.

How do I populate tasks after creating a new phase in the tracker?

After adding a new phase, populate tasks using the /add-task command. This integration allows you to add specific tasks aligned with the newly inserted phase structure.

What are the limitations when renumbering phases in a project tracker?

The skill requires an existing tracker and validates its existence before insertion. It handles renumbering for middle insertions but depends on the tracker's structural integrity during updates.