gsd-add-phase

Add an integer phase to the current milestone in the roadmap.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/TruCol270/salty-pickle --skill gsd-add-phase-trucol270
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-add-phase
Source: https://github.com/TruCol270/salty-pickle/tree/main/.claude-skills/gsd-add-phase
Command: npx skills add https://github.com/TruCol270/salty-pickle --skill gsd-add-phase-trucol270

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the process of extending a roadmap by adding a new phase to the end of the current milestone, ensuring consistent numbering and structure.

Core Features & Use Cases

  • Phase numbering: calculates the next integer phase, ignoring decimals.
  • Slug generation: creates a URL-friendly slug from the phase description.
  • Roadmap updates: inserts the new phase into the roadmap and updates STATE.md for traceability.
  • Directory scaffolding: creates the phase directory and related metadata.

Quick Start

Describe the phase you want to add, 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 automatically add a new phase to an existing roadmap milestone?

To add a new phase to a roadmap milestone, this Skill automates calculating the next integer phase number, generating a URL-friendly slug from your description, and appending the entry to the roadmap. It ensures consistent structure without manual file edits.

How does phase numbering work when extending a roadmap milestone?

Phase numbering calculates the next sequential integer for the current milestone, deliberately ignoring any decimal phases. This ensures whole-number progression and maintains a clean, predictable structure for your roadmap updates.

How do I create a URL-friendly slug for a new roadmap phase?

You can create a URL-friendly slug automatically by providing a phase description. The workflow parses your description and generates a normalized slug, which is then used for directory scaffolding and roadmap insertion.

Can I automate directory scaffolding when adding a milestone phase?

Yes, you can automate directory scaffolding for milestone phases. The workflow creates the necessary phase directory and related metadata automatically, ensuring the physical file structure matches the updated roadmap entry.

How do I update STATE.md for roadmap traceability after adding a phase?

To update STATE.md for traceability, the workflow evolves the file automatically after inserting the new phase entry into the ROADMAP. This synchronization maintains project state consistency across all tracking documents.