What problem does it solve? Manually assembling a client project from multiple Cloudflare Workers module templates (copying templates, patching wrangler.toml bindings, wiring cross-module endpoints) takes 2-4 hours of repetitive senior-engineer work. This Skill reduces that to a single command that scaffolds a complete, wired client repository in about a minute. ## Core Features & Use Cases - Multi-module orchestration: Combines any of the five Phoenix modules (domain-rag, crm-modern, cms-headless, chatbot-platform, erp-companion) into one client directory with README and setup.sh. - Auto-wiring rules: Automatically connects integrations, e.g. injecting the domain-rag worker URL into chatbot-platform's RAG_ENDPOINT when both modules are selected. - Safe-by-default execution: Runs in dry-run mode showing the plan unless --apply is passed, and aborts if the client directory already exists. - Use Case: A real-estate client needs a valuation chatbot plus a property CMS; run the script with domain-rag, chatbot-platform, and cms-headless to produce a ready-to-configure client repo. ## Quick Start Ask the AI to run the stack deploy script in dry-run mode for a client named apex-gold with the domain-rag and chatbot-platform modules, then review the generated plan before applying it.