Command Quick Reference
All Stadium 8 commands are typed directly into the Claude Code chat.
Core Commands
Section titled “Core Commands”| Command | What it does |
|---|---|
/start | Begin a new build. Reads your documentation/ folder, asks a few setup questions, and produces a project brief for your approval. |
/continue | Drive the plan and build phases, or pick up where you left off after an interruption. |
/status | Show where you are in the current workflow. |
/dashboard | Open a visual overview of your project’s progress in the browser. |
/quality-check | Run all five quality gates and show the current status. |
API Commands
Section titled “API Commands”These commands manage the connection between your app and its backend.
| Command | What it does |
|---|---|
/api-go-live | Switch the app from the mock backend to your real API. Runs a connection test before flipping the switch. |
/api-mock-refresh | Update mock handlers when your API spec has changed. |
/api-status | Show which endpoints are mocked, which call the real API, and flag any drift between the two. |