Skip to content

The Workflow at a Glance

Stadium 8 works in three stages. Planning and building overlap so you are never sitting idle while code is being written.

What happensWho
Claude reads your documentation/ folder and asks a few short questionsClaude
Claude produces a project brief summarising what it understoodClaude
You review and approve the briefYou approve

The project brief is the foundation for everything that follows. Nothing gets planned until you’ve agreed it’s correct.

What happensWho
Claude proposes the epic list: the major features it plans to buildClaude
You approve the epic listYou approve
For each epic, Claude proposes the individual storiesClaude
You approve each epic’s stories before work startsYou approve

While Claude is building one epic, you and Claude are planning the next in the foreground. You are never waiting for code to be written.

What happensWho
For each story: Claude writes failing tests, then writes code to make them passClaude
Automated quality checks runAutomated
Claude asks you to open your browser and verify the feature worksYou confirm
Story is committed; next story beginsClaude

After all stories in an epic are verified, Claude opens a pull request to main. It merges once all quality gates pass.


Nothing gets built without your approval of the plan. Nothing gets merged without your browser sign-off on each epic.