Claude-skill-registry gsd:add-phase

Add a new phase to the project

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/add-phase" ~/.claude/skills/majiayu000-claude-skill-registry-gsd-add-phase && rm -rf "$T"
manifest: skills/data/add-phase/SKILL.md
source content

GSD Add Phase

Adds a new phase to the project roadmap.

When to Use

  • Adding new phase to project
  • Expanding roadmap scope

Process

  1. Identify phase position
  2. Create phase documentation
  3. Update roadmap

Success Criteria

Phase added to project.