remove-phase

Remove a phase from a tracker and renumber subsequent phases.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables safe removal of a phase from an existing tracker, permanently deleting all tasks within that phase and preserving tracker integrity by renumbering subsequent phases.

Core Features & Use Cases

  • Delete a phase from a tracker, including all tracks and tasks contained within that phase.
  • Renumber subsequent phases and update references to maintain a valid, sequential phase order.
  • Provide warnings and require confirmation (unless the --confirm flag is used) to prevent accidental data loss.

Quick Start

Use the remove-phase skill to delete Phase 2 from tracker "my-app" with the command: /remove-phase my-app --phase=2

Frequently Asked Questions about remove-phase

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

FAQPage Schema
How do I delete a phase from a project tracker and renumber the rest?▼

Removing a phase from a multi-phase tracker permanently deletes all tracks and tasks contained within that specific phase before renumbering subsequent phases to preserve the sequential structure.

How do I skip the confirmation prompt when removing a tracker phase?▼

You can skip the confirmation warning prompt when removing a tracker phase by appending the --confirm flag to your command, allowing immediate execution of the phase deletion and renumbering.

What happens to tasks inside a phase when I remove it from the tracker?▼

When you remove a phase from the tracker, all content under that phase, including all associated tracks and tasks, is permanently deleted to ensure a clean structural update.

Does the remove phase tracker tool clean up plan files?▼

Yes, the remove phase tracker tool performs plan file cleanup when present, ensuring that metadata references and plan files are correctly updated after the phase removal and renumbering process.

Can I remove a phase from a tracker if it does not exist?▼

No, the tool enforces phase existence checks before attempting any deletion, preventing invalid operations and ensuring only existing phases within the multi-phase tracker are targeted for removal.