gsd-phase

Manage CRUD operations for numbered phases in ROADMAP.md files.

1|Updated Sep 6, 2015
One-click install
npx skills add https://github.com/deerawan/dotfiles --skill gsd-phase-deerawan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-phase
Source: https://github.com/deerawan/dotfiles/tree/main/claude/skills/gsd-phase
Command: npx skills add https://github.com/deerawan/dotfiles --skill gsd-phase-deerawan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of manually adding, inserting, removing, or editing phase entries in ROADMAP.md by turning common roadmap operations into a single routed command flow.

Core Features & Use Cases

  • Add new phases: Append a new integer phase to the end of the current milestone for straightforward scheduling.
  • Insert urgent phases: Create decimal phases (for example, 72.1) between existing phases to reflect urgent work without renumbering everything by hand.
  • Remove and renumber: Delete a future phase and automatically renumber subsequent phases to keep numbering consistent.
  • Edit in place: Modify any field of an existing phase directly while preserving the rest of the roadmap structure.

Quick Start

Add a new phase by running the gsd-phase skill with a phase description as your arguments.

Frequently Asked Questions about gsd-phase

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

FAQPage Schema
How do I add an urgent phase to a roadmap without manually renumbering everything?

To insert urgent phases into ROADMAP.md without manual renumbering, use decimal numbering like 72.1. This adds work between existing entries while preserving the original sequence.

What is the best way to manage CRUD operations for phases in a markdown roadmap?

CRUD operations for ROADMAP.md phases are managed by parsing arguments and routing to workflows for adding, inserting, removing, or editing entries while preserving validation gates.

How does deleting a future phase and renumbering subsequent phases work?

Deleting a future phase automatically renumbers subsequent phases to maintain consistent numbering. This workflow routing ensures the roadmap structure stays sequential after removal.

Can I edit a specific field of an existing phase directly in ROADMAP.md?

Yes, you can edit any field of an existing phase in ROADMAP.md in place. This modifies the target entry directly while preserving the roadmap structure.

Do I need specific dependencies to perform phase management on a markdown roadmap?

No specific dependencies are required for phase management on a ROADMAP.md file. The skill operates independently using markdown editing to parse arguments and route workflows.