# Gsp Loop Bootstrap

> Use when establishing core game runtime structure such as state flow, control, camera, and UI ownership.

- **Type:** Skill
- **Install:** `agentstack add skill-mike007jd-game-superpowers-gsp-loop-bootstrap`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [mike007jd](https://agentstack.voostack.com/s/mike007jd)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [mike007jd](https://github.com/mike007jd)
- **Source:** https://github.com/mike007jd/game-superpowers/tree/main/publish/clawhub/gsp-loop-bootstrap

## Install

```sh
agentstack add skill-mike007jd-game-superpowers-gsp-loop-bootstrap
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Game Loop Bootstrap

## Goal
Create a maintainable gameplay architecture that matches the chosen target quality.

## Outputs

Follow the `gsp-orchestrator` output strategy:
- **inline** (default): present architecture decisions in conversation.
- **minimal** or **full**: write or update `docs/game-studio/architecture.md`.

## Prefer abstractions like
- `GameManager`
- `InputProfile`
- `StateMachine`
- `PlayerController`
- `CameraRig`
- `HUDFlow`
- `SoundLayer`
- `EncounterDirector`

## Rules
- Separate simulation state and UI state clearly enough to reason about them.
- Avoid hiding critical gameplay state inside presentation objects.
- Choose the simplest architecture that still supports the requested result.
- In aggressive greenfield modes, do not fear building a complete coherent shell if it prevents later churn.
- In live modes, preserve compatibility unless a deliberate migration plan exists.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [mike007jd](https://github.com/mike007jd)
- **Source:** [mike007jd/game-superpowers](https://github.com/mike007jd/game-superpowers)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-mike007jd-game-superpowers-gsp-loop-bootstrap
- Seller: https://agentstack.voostack.com/s/mike007jd
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
