Project 03 / 04Public repo

Project Starter Playbook

Reusable scaffolding for starting web app projects with Claude Code.

project-starter-playbook/
├── master-plan.md
├── design-guidelines.md
├── user-journeys.md
├── implementation-plan.md
├── tasks.md
├── tech-stack.md
└── research/

Description

Scaffolding for the seven docs every Claude Code project benefits from: master-plan, design-guidelines, user-journeys, implementation-plan, tasks, tech-stack, and a research folder. Fork the repo and you're set up before you write a line of code.

Problem it solves

Claude Code is only as good as the context you give it. Starting from a blank folder means starting without that context — which is how you end up overengineering on day one and rewriting on day three.

Why I built it

I've worked with AI since 2023, built my first GPT from scratch in 2024, and spent the last year shipping with Lovable and Claude — including migrating MadKudu's website from Webflow to Lovable. The Playbook combines what I've learned with frameworks from Lazar Jovanovic and Mike Taylor (Every's Build a Production-Ready App course).

What’s inside

  • 01
    master-plan.mdThe vision, audience, and scope
  • 02
    design-guidelines.mdVisual direction and design principles
  • 03
    user-journeys.mdKey flows and user stories
  • 04
    implementation-plan.mdPhased build roadmap
  • 05
    tasks.mdGranular working checklist
  • 06
    tech-stack.mdFrameworks, libraries, and rationale
  • 07
    research/Inspiration, references, and notes
Get the Playbook
Back to projects