gsd-add-phase

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

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Poom5741/eggo-world-pb --skill gsd-add-phase-poom5741
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-add-phase
Source: https://github.com/Poom5741/eggo-world-pb/tree/main/.qwen/skills/gsd-add-phase
Command: npx skills add https://github.com/Poom5741/eggo-world-pb --skill gsd-add-phase-poom5741

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Adds a new phase to the end of the current milestone in a roadmap, enabling teams to extend project plans without reworking existing phases.

Core Features & Use Cases

  • Next-phase calculation: automatically computes the next integer phase number.
  • Slug generation & directory creation: creates a uniquely named folder for the new phase.
  • Roadmap updates: inserts the new phase into the roadmap and updates STATE.md to reflect evolution.
  • Use Case: project managers can append a new phase to the current milestone to represent scope changes and track progress with deterministic naming.

Quick Start

Add a new phase to the end of the current milestone in the roadmap.

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 roadmap?

Adding a new phase to a milestone roadmap involves automatically calculating the next sequential integer, generating a slug, creating a directory, and updating the STATE.md file to reflect project evolution.

What is deterministic phase naming in roadmap management?

Deterministic phase naming in roadmap management enforces sequential integer numbering for new phases, ensuring consistent directory creation and slug generation without reworking existing project plans.

How does slug generation work when appending a roadmap phase?

Slug generation for an appended roadmap phase creates a uniquely named folder based on the newly computed integer phase, ensuring the directory structure matches the updated STATE.md evolution history.

Can I extend a project roadmap without reworking existing phases?

Yes, you can extend a project roadmap without reworking existing phases by appending a new integer phase to the end of the current milestone, which validates inputs and records evolution history automatically.

Does adding a milestone phase update the STATE.md file?

Adding a milestone phase updates the STATE.md file by inserting the new sequential phase into the roadmap and recording the evolution history to maintain accurate project tracking.

What happens if phase numbering validation fails during roadmap automation?

If phase numbering validation fails during roadmap automation, the workflow prevents directory creation and STATE.md updates, ensuring only sequentially valid integer phases are appended to the current milestone.