gsd-add-phase

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of adding a new phase to the end of the current milestone in a project roadmap, streamlining project planning and tracking.

Core Features & Use Cases

  • Automated Phase Addition: Adds a new phase with calculated numbering and a generated slug.
  • Roadmap Updates: Modifies the roadmap structure and updates STATE.md for version control.
  • Use Case: When a new development iteration is planned, use this Skill to seamlessly integrate it into the existing project roadmap without manual adjustments.

Quick Start

Use the gsd-add-phase skill to add a new phase 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 without manual numbering?

To add a new phase to a project roadmap, this Skill calculates the sequential integer phase number, generates a slug, creates the directory, and updates the roadmap structure automatically. You only need to provide the phase description as an argument.

How does adding a project phase update STATE.md evolution tracking?

Adding a project phase updates STATE.md evolution tracking by modifying the roadmap structure to include the new phase directory and calculated slug. This ensures version control accurately reflects the current milestone and phase progression.

What's the best way to plan a new development iteration in a roadmap?

The best way to plan a new development iteration is using an automated add-phase workflow that appends the new sequential phase to your current milestone. This seamlessly integrates new iterations into the existing project roadmap without manual adjustments.

Do I need an existing milestone to add a phase to the roadmap?

Yes, you need an existing milestone because the Skill adds a new sequential integer phase to the end of the current milestone in your project roadmap. It parses user arguments for the phase description to execute the workflow.

Can I insert a phase in the middle of a roadmap milestone?

No, you cannot insert a phase in the middle of a roadmap milestone. This Skill specifically adds a new sequential integer phase to the end of the current milestone and handles phase number calculation based on that append behavior.

What is an add-phase workflow in project management?

An add-phase workflow in project management automates adding a new development phase to a roadmap. It handles directory creation with slug generation, roadmap structure updates, and STATE.md evolution tracking to streamline iteration planning.