phoenixtemplate
A reusable bootstrap kit for new software projects you build with Claude Code. Paste one prompt, answer six questions, get a working project — gated, spec-driven, ready to deploy.
To start a new project
- Open Claude Code in an empty directory.
- Paste the prompt below.
- Answer the six setup questions — Claude scaffolds the rest.
Read https://raw.githubusercontent.com/denisbalon/phoenixtemplate/main/ONBOARDING_PROMPT.md and follow it exactly to bootstrap a new project for me here. If you can't fetch URLs, ask me to enable WebFetch via /permissions first.
"It can't fetch the URL"?
Claude Code needs the WebFetch tool enabled to read the onboarding prompt:
- Type
/permissionsin Claude Code. - Add
WebFetchto the allow list. - Paste the prompt again.
What you get
- A propose-and-confirm gate — Claude proposes concrete changes; nothing mutates state until you confirm with
gogogo!. - A spec-driven workflow — frozen behavior blocks, a decision log, and a versioned changelog from commit one.
- A runnable Python/uv/FastAPI preset — tests, linting, CI, and a VPS deploy baseline wired up.
- Built-in guardrails — Karpathy's coding pitfalls, doc-consistency linters, and review conventions.