What problem does it solve? Starting a client website project without a standard process leads to skipped contracts, missing privacy policies, inconsistent repo structures, and clients locked out of their own sites. This Skill enforces a repeatable pipeline from signed SOW to live production domain. ## Core Features & Use Cases - Paper-First Gate: Blocks all site work until a signed SOW under the client's MSA defines scope, price, timeline, content responsibilities, and acceptance criteria. - Standard Git Pipeline: Initializes a repo with main and dev branches, a secrets-safe .gitignore, and push troubleshooting for common remote and lock-file issues. - Compliance Checklist: Covers content ownership confirmation, photo consent, privacy policy requirements, and a WCAG 2.1 AA accessibility baseline before launch. - Use Case: A client asks you to "build a site for their business." Load this Skill to draft the COMPANY-INFO.md brief, initialize the repo, connect static hosting with dev previews, and ship to production on their custom domain. ## Quick Start Ask Claude to set up a new website project for a client following the standard static site pipeline.