Ace Build Process

Build with Claude, without skipping steps.

A pipeline to track what you're building and make sure Claude follows through on every step. Problem, design, checklist. Each stage written down. None of them skipped.

Public MIT licensed Templates · examples · CLAUDE.md snippet

Wrong thing built

Fixed by the PB.

Right thing, bad design

Fixed by the DD.

Sloppy execution

Fixed by the PRD checklist.

Stage 1 · PB

Product Brief

Should we do this?

Records the problem, the solution, and why you settled on it. One page. Catches scope creep before any code gets written.

Stage 2 · DD

Design Doc

What does it look like?

Before and after illustrations. The user's state before, the user's state after. Plus the design considerations that shape the build.

Stage 3 · PRD

Product Requirements

How do we build it well?

A technical doc with a checklist. Makes sure Claude follows through on every required and agreed-upon thing. Setup, Build, Test, Deploy, Verify, Document.

The PRD is the checklist. Prose specs get skimmed.
Stage 4 · Build

Build

Work the checklist.

Hand the PRD to Claude. Claude works through each item, ticking boxes as it goes. When the last item is checked, you ship. Done means done.

Inside

The repo, on one screen.

ace-build-process/ ├── README.md ├── LICENSE ├── CLAUDE.md-snippet.md ├── index.html ├── _templates/ │ ├── PB.mdPB │ ├── DD.mdDD │ └── PRD.mdPRD └── examples/ ├── 001-multi-channel-blog-pipeline/ └── 002-rules-directory-extraction/
Install

Three steps. Five minutes.

1

Clone the repo

git clone <link sent by email>
2

Paste the snippet

cat CLAUDE.md-snippet.md >> CLAUDE.md
3

Build

"Let's build a notification system."
Get the repo

I'll email you the link.

Drop your details. You'll get the repo link plus a note when new templates ship. No spam, MIT, free.

github.com/
Something went wrong. Try again, or email [email protected].

MIT licensed. No account needed. ~5 min install.

Clone it. Fork it. Use it.

MIT. Built by Alcanah Partners.

Get the repo