gsd-add-phase

Append the next integer phase to the current milestone in a roadmap.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/onelee85/my-skills --skill gsd-add-phase-onelee85
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-add-phase
Source: https://github.com/onelee85/my-skills/tree/main/gsd-add-phase
Command: npx skills add https://github.com/onelee85/my-skills --skill gsd-add-phase-onelee85

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the process of extending a roadmap by appending a new, sequential phase to the current milestone, ensuring consistency and proper bookkeeping.

Core Features & Use Cases

  • Sequential phase numbering to extend milestones without manual tracking.
  • Automatic directory creation for the new phase with slugified naming.
  • Roadmap and STATE.md updates to reflect the new phase and preserve a traceable history.
  • Use Case: When your roadmap needs a new phase description like "Phase 4: user onboarding enhancements," you can add it with a single command.

Quick Start

Describe the new phase and run the add-phase workflow to append it to the current milestone.

Frequently Asked Questions about gsd-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 roadmap milestone?

To add a sequential phase to a project roadmap, you describe the phase and run an automated workflow that appends it to the current milestone. This handles sequential numbering, creates the phase directory, and updates state tracking.

How does sequential phase numbering work when extending a roadmap?

Sequential phase numbering works by automatically calculating the next integer and appending it to the current milestone. This enforces sequential ordering without manual tracking, ensuring no phases are skipped in the roadmap.

Can I automate slug generation and directory setup for roadmap phases?

Yes, you can automate slug generation and directory setup for roadmap phases. The workflow automatically creates a slugified name for the new phase and generates the corresponding directory structure to maintain project organization.

How is roadmap state tracking and change history preserved when adding phases?

Roadmap state tracking and change history are preserved by automatically updating the roadmap entry and STATE.md files. The workflow logs changes during the phase addition process to maintain a traceable history of project modifications.

What is the best way to ensure consistent bookkeeping when appending milestones?

The best way to ensure consistent bookkeeping when appending milestones is to use an automated workflow that handles phase numbering, directory setup, and state updates. This eliminates manual errors and maintains a traceable project history.