sprint-plan

Installation
SKILL.md

Phase 0: Parse Arguments

Extract the mode argument (new, update, or status) and resolve the review mode (once, store for all gate spawns this run):

  1. If --review [full|lean|solo] was passed → use that
  2. Else read production/review-mode.txt → use that value
  3. Else → default to lean

See .claude/docs/director-gates.md for the full check pattern.

Review mode check (before gates run):

  • Read production/review-mode.txt if it exists. Use that mode.
  • If the file doesn't exist and this is a new sprint: use AskUserQuestion:
    • Prompt: "No review mode is set. Which review depth would you like for this sprint?"
    • Options:
      • [A] full — spawn all director and lead gates
      • [B] lean — skip non-phase-gate director reviews (recommended for most sprints)
      • [C] solo — skip all gate spawning
    • After selection: write production/review-mode.txt with the chosen mode. Say: "Review mode set to [mode] and saved to production/review-mode.txt."
  • If the file doesn't exist and this is NOT a new sprint (e.g., updating an existing sprint): default to lean silently.
Installs
178
GitHub Stars
22.4K
First Seen
Mar 1, 2026
sprint-plan — donchitos/claude-code-game-studios