AgentSkillsCN

studio-scaling

在各团队、各流水线与各发布节奏之间,扩展游戏工作室的交付体系。在设计团队拓扑变更、提升流水线吞吐量、治理跨团队依赖,或为扩大生产规模而设立运营成熟度门槛时使用此技能。

SKILL.md
--- frontmatter
name: studio-scaling
description: Scale game studio delivery systems across teams, pipelines, and release cadences. Use when designing team topology changes, pipeline throughput improvements, cross-team dependency governance, or operational maturity gates for scaling production.

Studio Scaling

Use this skill to scale studio workflows with predictable throughput and quality gates.

Workflow

  1. Define scope and constraints.
  • Define scaling objective, current bottlenecks, and throughput targets.
  • Capture objective metrics, bounds, and release blockers.
  1. Design implementation plan.
  • Design team/process topology changes and ownership interfaces.
  • Keep ownership and dependency boundaries explicit.
  1. Execute and iterate.
  • Implement in small, traceable increments.
  • Record run/build context for reproducibility.
  1. Validate contract integrity.
  • Validate throughput, handoff latency, and quality gate impact.
  • Treat contract breaches as blockers.
  1. Prepare handoff.
  • Deliver rollout plan, risk controls, and measurable success criteria.
  • Include exact commands and acceptance criteria.

Output Contract

Return:

  1. Context: goals, assumptions, constraints.
  2. Validation: pass/fail checks and key deltas.
  3. Changes: concrete file-level updates.
  4. Commands: commands and expected outputs.
  5. Risks: unresolved issues and limits.

References

  • references/workflow.md: detailed execution flow.
  • references/checklist.md: sign-off checklist.

Execution Rules

  • Keep decisions measurable and reversible.
  • Keep validation criteria explicit before iteration.
  • Escalate ambiguous ownership and unmanaged cross-team dependencies as blockers.