gsp-subagent-build-loop

Installation
SKILL.md

Game Subagent Build Loop

Goal

Turn a game build into a default multi-agent workflow: builder, reviewer, verifier. The goal is stronger and more stable output from one user prompt, not thrift.

Outputs

Follow the gsp-orchestrator output strategy:

  • inline (default): present subagent build loop plan in conversation.
  • minimal or full: write docs/game-studio/subagent-build-loop.md.

Default loop

For each meaningful build task or end-to-end slice:

  1. Dispatch a builder subagent to implement the slice.
  2. Dispatch a reviewer subagent using gsp-build-review.
  3. Dispatch a verifier subagent using gsp-playability-verifier.
  4. If review or verification fails, send the builder back with the concrete findings.
  5. Repeat until the slice is acceptable or the blocker should be surfaced to the user.
Installs
14
GitHub Stars
3
First Seen
May 2, 2026
gsp-subagent-build-loop — mike007jd/game-superpowers