kw-gsd-phase-handoff

Installation
SKILL.md

GSD Phase Handoff

Use this skill when the user is about to invoke gsd-execute-phase in a clean chat and wants you to rebuild the phase context first.

Goal

Rebuild enough context to let gsd-execute-phase start from a reliable understanding instead of guessing from a cold chat.

What to do

  1. Read the user's handoff message completely before proposing actions.
  2. Expect a subsequent gsd-execute-phase request. Treat this skill as a pre-execution handoff, not as execution itself.
  3. Infer the phase number if possible. If the phase number is known and the repo has .planning/, read the relevant artifacts:
    • .planning/STATE.md
    • {phase}-CONTEXT.md
    • all {phase}-*-PLAN.md
    • {phase}-UI-SPEC.md if it exists
    • other phase files only if they resolve a real ambiguity
  4. Build a compact mental model:
Related skills
Installs
8
GitHub Stars
1
First Seen
Mar 30, 2026