# Project Kickoff Prompt Template

Fill in the bracketed sections, attach all four planning documents,
then paste into Claude Code to begin the build phase.

---

PROJECT: [Your project name]
STACK: [Your stack — e.g., Next.js 14, Prisma, PostgreSQL]

CONTEXT: I have attached four planning documents. Read all of
them before writing a single line of code:
  - PROJECT_CHARTER.md
  - BRD.md
  - FFD.md
  - PROCESS_MAPS.md

BEFORE YOU WRITE ANYTHING, confirm you've read all four
documents and tell me:
1. The 3 most critical user workflows you identified
2. Every database entity and its key relationships
3. The role model — who can access what
4. Which file you will create first, and why

THEN BUILD SPRINT 1 ONLY:
Authentication + database schema + base routing.
No feature UI yet. Foundation only.

BUILD RULES — apply for the entire project:
- Every function you write must reference its FR or FF number
  in a comment
- Build one file at a time. Stop and confirm before moving on.
- Never modify a file we've already confirmed as working
- If a requirement is ambiguous, ask — do not guess
- State what you're about to build before you build it

Start by confirming you've read all documents.
State your Sprint 1 build plan. Then begin.
