A ten-minute path from an empty directory to an assistant that knows your stack.
npx ai-project-bootstrap doctor --for startup-mvp
Node, Git and npm are the only checks that affect the exit code. Everything else is informational — this machine may simply not be the one you build iOS on.
npx ai-project-bootstrap --preset startup-mvp
Review what the preset filled, answer anything it left open, and let it write. You will see a file count and a line like: Est. cost $51/mo (Supabase, Sentry) — 1 usage-based service not counted.
cp .env.example .env npm run doctor # inside the generated project — checks .env and setup
npx ai-project-bootstrap implement authentication
This writes a plan, prompts and a checklist tailored to the auth provider your project actually selected, plus skeleton files. Open the generated prompt and give it to your assistant — it already has the rules files as context.
Every regeneration preserves files you have edited by hand, but a clean git status makes the diff trivial to read.