AI-driven static website development workflow for non-technical users
npx claudepluginhub scopes-lab/site-flowAI-driven static website workflow for Claude Code with staged sub-agent orchestration, deterministic bootstrap, and demo-ready seeded content.
AI-driven static website workflow for Claude Code. It helps non-technical users go from idea to a polished website preview with focused build stages, deterministic project bootstrap, environment readiness checks, and demo-ready seeded content.
Most AI website workflows break down in three ways:
site-flow is a Claude Code plugin that acts like an AI web design consultant and build orchestrator. It:
/plugin marketplace add zetos-dev/site-flow
/plugin install site-flow@site-flow-marketplace
# 1. Plan the website
/site-init
# 2. Build all pages
/site-build --all
# If this computer is missing required build tools, site-flow will pause,
# explain what to install, and let you resume afterward.
# 3. Preview in browser
/site-preview
# 4. Replace content later
/site-build --update
# 5. Add another language
/site-translate fr
# 6. Connect real services (optional)
/listmonk-integrate
/booking-integrate
# 7. Check workflow status anytime
/site-status
/site-init — Plan the WebsiteThis command guides the user through a few simple questions:
Then it generates the planning system under .site/, including:
content//site-build — Orchestrate the Build/site-build is a staged orchestrator, not a single monolithic coding pass.
It breaks work into:
The main session handles orchestration, readiness checks, installation/setup steps, and status reporting. Bootstrap, page implementation, content refreshes, design changes, and validation are attempted through focused sub-agents first, with graceful fallback in the current directory if agent launch is unavailable.
Options:
/site-build — build the next pending page/site-build --all — build all remaining pages/site-build about — build one specific page/site-build --update — replace demo content with newer content from content//site-preview — Review QuicklyStarts a local preview server, explains what is still demo content, highlights unfinished design debt if present, and helps the user make focused adjustments through sub-agents.
/site-translate — Add One LanguageAdds one new language version to an existing website without changing layout or design. Creates translated content files and ensures the site has a visible language selector and reachable pages for the new language.
/listmonk-integrate — Connect ListmonkCompletes real Listmonk email integration for a site that already has designed reserved capture modules. Only runs after design/build is complete. Preserves visual quality.
/booking-integrate — Connect BookingCompletes real booking integration (Calendly, HubSpot Meetings, Google Calendar, etc.) for a site that already has designed reserved booking entry points. Supports link-out, embed, and popup patterns.
/site-status — See Real ProgressShows:
site-flow is designed for non-technical users. You do not need git or worktrees to use it.
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.