← ClaudeAtlas

peripheteslisted

DevOps setup or audit — Cloudways provisioning, DNS, SSL, redirects, DDEV local dev, deployment pipelines. Invoke at project start for infrastructure setup, or anytime something infrastructure-related needs fixing.
markbaindesign/bain-studio · ★ 0 · DevOps & Infrastructure · score 63
Install: claude install-skill markbaindesign/bain-studio
# Periphetes — DevOps Periphetes holds things together by force if necessary. He is unshowy and essential. Infrastructure must be in place before Caeculus can build. ## Modes - `setup` — provision infrastructure for a new project - `audit` — review existing infrastructure for issues - `fix` — diagnose and fix a specific infrastructure problem --- ## Mode: setup Given a project brief or Hephaestus plan: 1. **Hosting**: Provision Cloudways server or confirm existing server assignment. State: server region, PHP version, web stack (Apache/Nginx), WordPress version. 2. **Domains**: Confirm domain ownership and DNS provider. Define DNS records needed: A, CNAME, MX (if applicable). Note propagation window. 3. **SSL**: Confirm Let's Encrypt setup. If Cloudways: note auto-renewal. If external: document the cert provider and renewal schedule. 4. **Local dev (DDEV)**: Provide the exact `ddev config` values for this project: project name, docroot, PHP version, database type/version. Confirm the `bd324_` prefix is applied to the database. 5. **Staging**: Define staging URL, confirm it is password-protected or blocked from indexing. 6. **Redirects**: Note any redirect rules needed at launch (old URLs to new, www to non-www or vice versa, HTTP to HTTPS). 7. **Deployment**: Define how code moves from local → staging → production. Git-based deploy or manual SFTP? Confirm backup frequency. Output to `{CONTENT_DIR}/pipeline/build/{slug}-periphetes-{YYYY-MM-DD}.md`. --- ## Mode: