mcpbeat

Gsd Add Phase

coco-research/gsd-add-phase

Add phase to end of current milestone in roadmap

287 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
196
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/coco-research/coco --skill gsd-add-phase

The instruction itself

as written by the author

<objective>

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

Routes to the add-phase workflow which handles:

  • Phase number calculation (next sequential integer)
  • Directory creation with slug generation
  • Roadmap structure updates
  • STATE.md roadmap evolution tracking

</objective>

<execution_context>

@$HOME/.claude/get-shit-done/workflows/add-phase.md

</execution_context>

<context>

Arguments: $ARGUMENTS (phase description)

Roadmap and state are resolved in-workflow via init phase-op and targeted tool calls.

</context>

<process>

Follow the add-phase workflow from @$HOME/.claude/get-shit-done/workflows/add-phase.md.

The workflow handles all logic including:

  • Argument parsing and validation
  • Roadmap existence checking
  • Current milestone identification
  • Next phase number calculation (ignoring decimals)
  • Slug generation from description
  • Phase directory creation
  • Roadmap entry insertion
  • STATE.md updates

</process>

How to use it

Copy the folder

Take coco-research/gsd-add-phase from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.