gsd-phase

Manage roadmap phases in ROADMAP.md with CRUD operations.

Updated May 11, 2025
One-click install
npx skills add https://github.com/rogsme/dotfiles --skill gsd-phase-rogsme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-phase
Source: https://github.com/rogsme/dotfiles/tree/main/.config/gsd/skills/gsd-phase
Command: npx skills add https://github.com/rogsme/dotfiles --skill gsd-phase-rogsme

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of adding, inserting, removing, or editing phases in your roadmap, ensuring that your project milestones are always up-to-date and well-organized.

Core Features & Use Cases

  • Phase Management: Add, insert, remove, or edit phases in your roadmap with ease.
  • Automated Updates: Automatically update the roadmap and related files after making changes.
  • Use Case: If you need to add a new phase to your roadmap or reorganize existing ones, this Skill can help you do it quickly and accurately.

Quick Start

Use the gsd-phase skill to add a new phase to your roadmap with the command: '/gsd-phase add "New Phase Description"'

Frequently Asked Questions about gsd-phase

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add or reorganize phases in a markdown roadmap file?

You can manage roadmap phases by using CRUD operations to add, insert, remove, or edit milestones directly within your ROADMAP.md file, ensuring project planning consistency and automatic updates to related files.

What is the best way to automate roadmap updates when project milestones change?

Automating roadmap updates involves parsing and modifying markdown files to adjust phases, which automatically ensures roadmap consistency and updates related files without manual intervention.

Can I edit existing project phases in ROADMAP.md without breaking consistency?

Yes, you can edit existing project phases in ROADMAP.md. The process automatically parses and modifies the markdown file to ensure roadmap consistency and updates related files.

How do I insert a new phase into an existing markdown roadmap?

Inserting a new phase requires parsing the markdown roadmap file and applying CRUD operations to add the milestone, which automatically updates related files to maintain roadmap consistency.

Does this phase management approach work without external dependencies?

Yes, this phase management approach works without external dependencies. It relies solely on parsing and modifying markdown files to execute CRUD operations and maintain roadmap consistency.

Why do related files need to be updated when removing a phase from a roadmap?

Related files need automatic updates when removing a phase to ensure overall roadmap consistency. Modifying the markdown file structure triggers updates across linked project planning documents to prevent mismatched milestones.