edit-phase

Update tracker phase metadata without altering tasks or statuses.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables users to modify phase metadata within trackers without altering the contained tasks or their statuses, simplifying reorganization and documentation updates.

Core Features & Use Cases

  • Update phase name, description, and other metadata without touching tasks
  • Rename phases across Phases and their corresponding headers in the Tasks section
  • Preserve status, timestamps, and task relationships while applying changes
  • Use cases include reorganizing project phases, clarifying phase scope, and updating tracker documentation

Quick Start

Use the edit-phase skill to rename Phase 2 to "Core Development": /edit-phase my-app --phase=2 --name="Core Development"

Frequently Asked Questions about edit-phase

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

FAQPage Schema
How do I edit phase metadata in a tracker without altering tasks?

Editing phase metadata without altering tasks requires locating the exact phase by number and writing updated headers to the Phases and Tasks sections, preserving task status and timestamps during the update.

How do I rename a phase in a markdown or yaml tracker?

Renaming a phase in a markdown or yaml tracker involves updating the phase name and its corresponding header in the Tasks section, keeping all task relationships and statuses intact while applying the new name.

Can I update a phase description without reordering my tasks?

Updating a phase description without reordering tasks is possible by writing updated content directly to the tracker sections while preserving the existing task order, status, and timestamp metadata.

What is the best way to reorganize project phases without losing task statuses?

Reorganizing project phases without losing task statuses means modifying phase name and description metadata while explicitly preserving status, timestamps, and task relationships across the tracker.

Does editing phase headers affect task timestamps in the tracker?

Editing phase headers does not affect task timestamps because the process locates the phase by number and preserves status and timestamps, writing only updated metadata to the tracker sections.