team-polish

Installation
SKILL.md

If no argument is provided, output usage guidance and exit without spawning any agents:

Usage: /team-polish [feature or area] — specify the feature or area to polish (e.g., combat, main menu, inventory system, level-1). Do not use AskUserQuestion here; output the guidance directly.

When this skill is invoked with an argument, orchestrate the polish 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.

Team Composition

  • performance-analyst — Profiling, optimization, memory analysis, frame budget
  • engine-programmer — Engine-level bottlenecks: rendering pipeline, memory, resource loading (invoke when performance-analyst identifies low-level root causes)
  • technical-artist — VFX polish, shader optimization, visual quality
  • sound-designer — Audio polish, mixing, ambient layers, feedback sounds
  • tools-programmer — Content pipeline tool verification, editor tool stability, automation fixes (invoke when content authoring tools are involved in the polished area)
  • qa-tester — Edge case testing, regression testing, soak testing

How to Delegate

Related skills
Installs
71
GitHub Stars
18.6K
First Seen
Mar 1, 2026