Quick Start
Two Things to Know First
Section titled “Two Things to Know First”Scope creep is your responsibility. Claude over-builds by default — if you ask it to paint the kitchen, it may want to replace the cabinets too. In your requirements, say what you want and what you don’t need yet. When Claude proposes stories, cut anything unnecessary before approving. Everything approved gets built. Story review is your most important guardrail.
Know what epics and stories are before you review them. An epic is a major feature area — user authentication, order management, admin panel. A story is one specific thing a user can do or notice within it. A story is not a technical task and not an entire feature — it is one user-visible action: “A user can log in with their email and password.” When Claude proposes stories for each epic, your job is to confirm the scope is right: nothing missing, nothing unnecessary.
What You Need
Section titled “What You Need”- Claude Code — install from claude.ai/code
- Node.js 22 or later — nodejs.org
- Git and a GitHub repository with Actions enabled
Set Up Your Project
Section titled “Set Up Your Project”- Go to the Stadium 8 template on GitHub and click Use this template.
- Clone your new repo and open it in Claude Code.
Start Building
Section titled “Start Building”Put your materials in documentation/ (a plain-language feature description is enough), then type:
/startClaude will guide you through the rest — approvals, planning, and building. Use /status to check where you are at any point, and /continue to resume after any interruption.
For full detail, see Getting Started.