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.mdsource 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
- Plan phase details
- Review plan
- Execute waves
- Verify work
- Create checkpoint
- Request approval
Entry Points
- Create phase plangsd:plan-phase
- Execute phasegsd:execute-phase
- Verify implementationgsd:verify-work
- Create checkpointgsd:create-checkpoint
Success Criteria
Phase completed with verification and checkpoint approved.