Claude-skill-registry gsd:workflow:execute-phase

Workflow for executing a project phase

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

GSD Execute Phase Workflow

Workflow for executing a planned project phase with verification.

When to Use

  • Executing a planned phase
  • Running wave-based development

Phases

  1. Plan phase details
  2. Review plan
  3. Execute waves
  4. Verify work
  5. Create checkpoint
  6. Request approval

Entry Points

  • gsd:plan-phase
    - Create phase plan
  • gsd:execute-phase
    - Execute phase
  • gsd:verify-work
    - Verify implementation
  • gsd:create-checkpoint
    - Create checkpoint

Success Criteria

Phase completed with verification and checkpoint approved.