gsd-add-phase

Adds an integer phase to the current milestone in the project roadmap.

1|Updated Aug 17, 2025
One-click install
npx skills add https://github.com/DuySeu/StockMind --skill gsd-add-phase-duyseu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-add-phase
Source: https://github.com/DuySeu/StockMind/tree/main/.agent/skills/gsd-add-phase
Command: npx skills add https://github.com/DuySeu/StockMind --skill gsd-add-phase-duyseu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams extend roadmaps by safely appending a new phase to the current milestone, enabling smoother roadmap evolution.

Core Features & Use Cases

  • Automates next-phase number calculation and slug generation from the phase description.
  • Creates the new phase directory and updates the roadmap and STATE.md to reflect the change.
  • Supports validation and recovery when milestones or roadmaps are missing.

Quick Start

Provide a phase description and run the add-phase workflow to append it as the next phase in 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 milestone in a project roadmap?

To add a new phase to a milestone, you provide a phase description and run the add-phase workflow. This calculates the next phase number, generates a slug, creates the directory, and updates the roadmap and STATE.md.

How does slug generation work when creating a new phase directory?

Slug generation works by converting your provided phase description into a slugified directory name. This ensures the new phase directory in the roadmap milestone has a standardized, URL-friendly format for state tracking.

What is the best way to automate appending phases to a project roadmap?

Automating phase appending is best handled by a workflow that calculates the next phase number and updates STATE.md automatically. This ensures your project roadmap evolves smoothly without manual directory or state tracking errors.

Does this phase workflow support recovery when the project roadmap is missing?

Yes, the workflow supports validation and recovery when milestones or roadmaps are missing. This ensures safe roadmap evolution by handling edge cases before appending a new phase to the current milestone.

What happens to STATE.md when a new phase is added to the current milestone?

When a new phase is added, STATE.md is updated to reflect the change. This maintains accurate state tracking across the project roadmap alongside the newly created phase directory and roadmap entries.

Can I use this workflow to calculate the next phase number for my roadmap milestone?

Yes, you can use this workflow to calculate the next integer phase number for your roadmap milestone. It automatically determines the correct sequence before creating the phase directory and inserting roadmap entries.