Claude-skill-registry gsd:insert-phase

Insert a phase into the roadmap

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/insert-phase" ~/.claude/skills/majiayu000-claude-skill-registry-gsd-insert-phase-ff0463 && rm -rf "$T"
manifest: skills/data/insert-phase/SKILL.md
source content

GSD Insert Phase

Inserts a phase into the roadmap at specific position.

When to Use

  • Adding phase at specific position
  • Reordering roadmap

Process

  1. Identify insertion point
  2. Create phase
  3. Update roadmap

Success Criteria

Phase inserted into roadmap.