team-release

Installation
SKILL.md

Argument check: If no version number is provided:

  1. Read production/session-state/active.md and the most recent file in production/milestones/ (if they exist) to infer the target version.
  2. If a version is found: report "No version argument provided — inferred [version] from milestone data. Proceeding." Then confirm with AskUserQuestion: "Releasing [version]. Is this correct?"
  3. If no version is discoverable: use AskUserQuestion to ask "What version number should be released? (e.g., v1.0.0)" and wait for user input before proceeding. Do NOT default to a hardcoded version string.

When this skill is invoked, orchestrate the release team through a structured pipeline.

Decision Points: At each phase transition, use AskUserQuestion to present the user with the subagent's proposals as selectable options. Write the agent's full analysis in conversation, then capture the decision with concise labels. The user must approve before moving to the next phase.

Phase 0: Resolve Review Mode

  1. If --review [mode] was passed as an argument, use that mode.
  2. Else read production/review-mode.txt — use whatever is written there.
  3. Else default to lean.
Installs
173
GitHub Stars
22.4K
First Seen
Mar 1, 2026
team-release — donchitos/claude-code-game-studios