Commands
Last updated
Was this helpful?
All Stadium 8 commands are typed directly into the Claude Code chat.
/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.
These commands manage the connection between your app and its backend.
/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.
Last updated
Was this helpful?
Was this helpful?