gsd-add-phase

Add a new integer phase to the current milestone in a project roadmap.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/aydadevelop/turborepo-starter --skill gsd-add-phase-aydadevelop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-add-phase
Source: https://github.com/aydadevelop/turborepo-starter/tree/main/.github/skills/gsd-add-phase
Command: npx skills add https://github.com/aydadevelop/turborepo-starter --skill gsd-add-phase-aydadevelop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of adding a new phase to a project's roadmap, ensuring sequential numbering and proper directory structure.

Core Features & Use Cases

  • Automated Phase Numbering: Calculates the next sequential integer phase number.
  • Directory Creation: Creates a new directory for the phase with a slug generated from its description.
  • Roadmap Updates: Integrates the new phase into the existing roadmap structure.
  • State Tracking: Updates the STATE.md file to reflect the roadmap's evolution.
  • Use Case: When a new development stage is planned, use this Skill to add it to the project roadmap, automatically handling all the necessary file and metadata updates.

Quick Start

Add a new phase to the current milestone with the description "Implement user authentication".

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 new phase to a project roadmap milestone, the Skill calculates the next sequential integer phase number, generates a directory with a slug from its description, and updates the roadmap structure and STATE.md evolution tracking.

How does phase numbering work when updating a roadmap?

Phase numbering works by automatically calculating the next sequential integer phase number and appending it to the end of the current milestone in your project roadmap, ensuring structured and sequential milestone planning.

Can I automatically generate directory structures for project milestones?

Yes, you can automatically generate directory structures for project milestones. The Skill creates a new directory for the phase using a slug generated directly from the provided phase description.

Do I need to manually update STATE.md when adding a milestone phase?

You do not need to manually update STATE.md when adding a milestone phase. The Skill automatically handles state tracking by updating the STATE.md file to reflect the roadmap's evolution.

What is the best way to track roadmap evolution during software development?

The best way to track roadmap evolution during software development is using an automated Skill that integrates new phases into the existing structure and updates STATE.md tracking files, ensuring proper sequential numbering and directory organization.