Example output

A sample project plan generated for "TaskFlow — AI Task Management" using the web-app template.

CLAUDE.md

# TaskFlow — Project Constitution

## Engineering Principles

1. **Contract-Driven Development.** Every public function has pre/postconditions.
2. **Atomic Commits.** One logical change per commit. Conventional messages.
3. **Investigate Before Acting.** Read first, then act.

## Tech Stack

- Next.js 15 + TypeScript
- Tailwind CSS + shadcn/ui
- Supabase (auth + database)
- Vercel (deployment)

## Testing

- Unit: Vitest
- E2E: Playwright
- Coverage target: 80%