Brochure → live in 3 hours — the mechanism
The build started from three files sitting in one folder: a single 4×6 partner-supplied marketing brochure (`IMG_565C3369D78B-1.jpeg`), a 270-line locked `PLAN.md`, and a 108-line `CLAUDE_CODE_PROMPT.md` paste-block. The brochure provided both copy (9 service bullets, tagline, About paragraph) and imagery (cropped hero + 3 supporting frames). The PLAN locked every decision — hex codes, breakpoint, exact section copy, file layout, the 8-step Chrome handoff for DNS migration — so Claude Code executed without re-prompting. Initial commit at 11:19; working site with mobile drawer, Resend contact form, custom SVG logo, and a scrape-defended phone number by 14:23. Same day. Same coffee.
- Before
- A 4×6 partner-supplied marketing brochure on the kitchen table. The three LLCs (Fuel First International, Ballair Aviation Holdings, 7Air Cargo) had no public surface and no email pipeline.
- After
- ballairaviation.com live with mobile-optimized layout, Resend-backed contact form delivering to info@ballairaviation.com, Cloudflare Email Routing inbound to Gmail, mail-tester ≥9/10 with SPF/DKIM/DMARC all passing.
- Source artifact — IMG_565C3369D78B-1.jpeg, committed to og-gitclaw/ballairaviation
- Locked plan — PLAN.md (270 lines): color tokens, sections, exact copy, file layout, 8-step Chrome handoff
- Executable prompt — CLAUDE_CODE_PROMPT.md (108 lines): paste into Claude Code from the project root, no re-prompting
- Built artifact — src/index.html (430 lines) + api/contact.js (99 lines, Resend) + public/logo.svg (43 lines, recreated as flat SVG)
- Image extraction — 19 images in public/images/, the active hero + supporting frames cropped from the brochure JPEG via Pillow
- Explicit stop conditions — `do not deploy`, `do not push`. The agent runs to the boundary of what it can do and hands a numbered Chrome checklist to the human (GitHub repo, Vercel import, Cloudflare DNS, Resend domain verify, Gmail Send-As).
- Timeline — initial commit 2026-05-06 11:19 → phone-defense state 14:23. ~3h04m of focused work.



