Business Website Autopilot
PluginWebsite BuildingVersion 1.1.00 downloads

Its bundled hooks (automatic state/approval guardrails) don't currently auto-load under Codex — Codex has its own plugin and hooks systems, just not that integration yet. Any skills or commands inside work the same under both.

Business Website Autopilot

A resumable, approval-gated workflow from business brief to a live, custom-domain website.

Building a business website with a general AI agent is fragile: you re-explain your business every session, hope nothing gets skipped, and cross your fingers the agent doesn't publish or spend money before you're ready.

Business Website Autopilot coordinates five specialist skills — strategy and build, launch-readiness checks, Vercel publishing, and domain setup — behind one orchestrator that tracks your exact stage in a durable state file. Claude Code hooks restore that context automatically every time you open a session, and block any risky tool call until you've explicitly approved it.

Every irreversible step — creating a preview, going to production, buying a domain, changing DNS — sits behind its own named approval gate. Failed readiness checks route straight back to the build stage instead of stalling, and a stuck deployment stops after two failed attempts instead of looping forever.

What's included

  • Business Website Orchestrator — coordinates the full workflow and remembers your exact stage across sessions, without restarting discovery on a site that's already built
  • Static Business Website Builder — the strategist-then-builder skill that turns your business into a real, responsive Next.js site
  • Website Launch Readiness — a pre-flight check covering build, lint, types, responsiveness, accessibility, metadata, and contact flows
  • Vercel Launch — connects and verifies your Vercel account, creates a preview, and publishes to production only after you approve
  • Domain Setup — connects an existing domain or guides a new purchase, then verifies DNS and HTTPS before handing over ownership details
  • Claude Code hooks for automatic state restoration on session start and approval-gate enforcement before risky actions
  • A plain, inspectable JSON state file — no secrets, fully readable, nothing hidden

Install instructions

Unzip into your agent's plugins location — Claude Code auto-detects the plugin folder; run /reload-plugins if it doesn't show up right away, then approve its hooks when prompted (without approval, the skills still work, but the automatic state restoration and approval gates won't run). Codex has its own plugin and hooks systems too, but doesn't currently auto-load a plugin's bundled hooks — so the orchestrator, Vercel launch, and domain setup skills call the same guard script themselves before any gated action instead. You still get gate-checked either way; under Codex it just isn't enforced by the platform itself the way Claude Code's hook is.

Changelog

Add a manual approval-gate check (hook_guard.py check) for Codex, which doesn't currently auto-load a plugin's bundled hooks. The orchestrator, Vercel launch, and domain setup skills now call it themselves before any gated action under Codex.