team-release

Coordinate release roles from candidate to deployment with user approvals.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/LordKuper/agentic-game-studio --skill team-release-lordkuper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-release
Source: https://github.com/LordKuper/agentic-game-studio/tree/main/.claude/skills/team-release
Command: npx skills add https://github.com/LordKuper/agentic-game-studio --skill team-release-lordkuper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates the release team: coordinates release-manager, qa-lead, tools-programmer, and producer to execute a release from candidate to deployment.

Core Features & Use Cases

  • End-to-end release orchestration coordinating all roles through a phased pipeline.
  • Version inference when no version is provided by reading project state and milestone data to propose a target version.
  • Phase-based decision points with AskUserQuestion prompts to gather approvals before transitions and full-context agent reasoning.
  • Produce release artifacts, checklists, and deployment-readiness confirmations for a smooth handoff.

Quick Start

Invoke the team-release skill with a target version to initiate the release pipeline.

Frequently Asked Questions about team-release

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate a game release pipeline across multiple team roles?

Game release orchestration coordinates the release-manager, qa-lead, tools-programmer, lead-programmer, and producer through a phased pipeline with decision points and user approvals to move a release from candidate to deployment.

How do I infer a target version for a game release when no version is provided?

Version inference for a game release reads project state files like .ags and milestone data to propose a target version automatically. This eliminates the need to manually specify a version when initiating the release pipeline.

Can I require manual approvals before transitioning between release phases?

Yes, phase-based decision points use AskUserQuestion prompts to gather user approvals before transitions. This ensures full-context agent reasoning and explicit human confirmation occur at critical milestones during the release pipeline.

What is the best way to manage release artifacts and deployment readiness for a game launch?

Managing release artifacts and deployment readiness is achieved by producing structured checklists and deployment-readiness confirmations during orchestration. This ensures a smooth handoff and verifies all criteria are met before deployment.