mirror of
https://github.com/Donchitos/Claude-Code-Game-Studios.git
synced 2026-06-27 13:01:50 +00:00
Add gate intensity modes: full, lean, and solo review control
Adds a --review flag to all 13 gate-using skills and a global production/review-mode.txt config (set during /start). Full runs all director gates, lean skips per-skill gates but keeps phase gates, solo skips all directors. Documents modes in director-gates.md, WORKFLOW-GUIDE.md, and README.md. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,13 +1,20 @@
|
||||
---
|
||||
name: sprint-plan
|
||||
description: "Generates a new sprint plan or updates an existing one based on the current milestone, completed work, and available capacity. Pulls context from production documents and design backlogs."
|
||||
argument-hint: "[new|update|status]"
|
||||
argument-hint: "[new|update|status] [--review full|lean|solo]"
|
||||
user-invocable: true
|
||||
allowed-tools: Read, Glob, Grep, Write, Edit
|
||||
context: |
|
||||
!ls production/sprints/ 2>/dev/null
|
||||
---
|
||||
|
||||
## Phase 0: Parse Arguments
|
||||
|
||||
Extract the mode argument (`new`, `update`, or `status`) and any `--review [full|lean|solo]`
|
||||
flag. Store the review mode as the override for this run (see `.claude/docs/director-gates.md`).
|
||||
|
||||
---
|
||||
|
||||
## Phase 1: Gather Context
|
||||
|
||||
1. **Read the current milestone** from `production/milestones/`.
|
||||
|
||||
Reference in New Issue
Block a user