Skip to content

Command Quick Reference

All Stadium 8 commands are typed directly into the Claude Code chat.

CommandWhat it does
/startBegin a new build. Reads your documentation/ folder, asks a few setup questions, and produces a project brief for your approval.
/continueDrive the plan and build phases, or pick up where you left off after an interruption.
/statusShow where you are in the current workflow.
/dashboardOpen a visual overview of your project’s progress in the browser.
/quality-checkRun all five quality gates and show the current status.

These commands manage the connection between your app and its backend.

CommandWhat it does
/api-go-liveSwitch the app from the mock backend to your real API. Runs a connection test before flipping the switch.
/api-mock-refreshUpdate mock handlers when your API spec has changed.
/api-statusShow which endpoints are mocked, which call the real API, and flag any drift between the two.