One-click install
npx skills add https://github.com/mcampbellr/.dotfiles --skill gsd-phase-mcampbellr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-phase
Source: https://github.com/mcampbellr/.dotfiles/tree/main/claude/.claude/skills/gsd-phase
Command: npx skills add https://github.com/mcampbellr/.dotfiles --skill gsd-phase-mcampbellr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The repetitive task of managing phases in ROADMAP.md can be streamlined and automated, saving time and reducing errors.

Core Features & Use Cases

  • CRUD Operations: Add, insert, remove, or edit phases directly from the command line.
  • Task Specific: Perfect for updating project milestones and managing the development lifecycle.
  • Use Case: With this Skill, quickly update the next phase of your project plan or insert an emergency task without manually searching through the file.

Quick Start

Update a phase by name: gsd-phase --edit phase1 "New Phase Details"

Frequently Asked Questions about gsd-phase

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

FAQPage Schema
How do I manage project phases in a text file without manual editing?

You can manage project phases in a text file using a command-line interface to perform CRUD operations. This allows you to add, insert, remove, or edit phase entries directly, eliminating the need to manually search and update the document.

Can I update a specific phase in my ROADMAP from the command line?

Yes, you can update a specific phase in your ROADMAP from the command line by using the edit operation. You simply specify the phase name and provide the new phase details as a string argument to instantly update the document.

What is the best way to insert an emergency task into a project timeline?

The best way to insert an emergency task into a project timeline is by using a command-line CRUD tool. It allows you to instantly insert new phases or tasks into your ROADMAP document without manually opening and editing the file.

Do I need any special software dependencies to use this phase management tool?

No, you do not need any special software dependencies to use this phase management tool. It operates entirely through a command-line script with no external requirements, making it easy to run in any standard environment.

Does command-line phase management work for updating existing project milestones?

Yes, command-line phase management works for updating existing project milestones. It is specifically designed for project managers and developers to handle text-based phase manipulation and update project timelines efficiently.