What problem does it solve? Starting a new project means repeating the same setup across many layers — local repo, GitHub remote, Vercel deploys, a database, a Notion task board, vault notes, and memory records — and missing any one leaves the project half-wired. This Skill runs the entire bootstrap as one gated, previewed, verified workflow. ## Core Features & Use Cases - Full-stack scaffolding: Creates the local repo under ~/Developer by archetype (web app, monorepo, static, Electron, library, CLI), seeds the Tier 0 doc kit (AGENTS.md, CLAUDE.md, README, .gitignore, .env.example), and pushes a private GitHub repo. - Service provisioning: Links a Vercel project with auto-deploys, provisions Supabase or Neon through the Vercel Marketplace with env vars pulled into .env.local, and creates a Notion task tracker and roadmap board mirroring a reference project. - Safety gates: Runs a vault integrity check, collision checks across every layer, a full create-preview requiring explicit confirmation, and ends only on a verified green deploy with a copy-paste handoff prompt. - Use Case: Type /sunrise my-app --type 1 to scaffold a Next.js app, push it to GitHub, wire Vercel and Supabase, create the Notion board and vault entry, and finish with a live URL returning 200. ## Quick Start Ask the assistant to sunrise a new project named my-app as a web app and confirm the preview to execute the full bootstrap.