game-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
Respect the output strategy set by using-game-superpowers:
- 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:
- Dispatch a builder subagent to implement the slice.
- Dispatch a reviewer subagent using
game-build-review. - Dispatch a verifier subagent using
game-playability-verifier. - If review or verification fails, send the builder back with the concrete findings.
- Repeat until the slice is acceptable or the blocker should be surfaced to the user.