What problem does it solve? Deploying services on a shared multi-tenant box fails silently in ways that cost hours to diagnose: port conflicts with other tenants, CRLF line endings breaking bash scripts, env mismatches boot-looping containers, and CI suites that go green by skipping tests. This Skill encodes the verified deploy patterns, preflight checks, and known traps for the Emerge estate so each failure mode is caught before it ships. ## Core Features & Use Cases - Golden-path deploy workflow: Documents the exact build, migrate, roll, and smoke-test sequence used by the reference implementation, including SHA-tagged images for one-command rollback. - Preflight check catalog: Lists the checks that catch silent failures, such as PUBLIC_ORIGIN/APP_ENV agreement, raw '#' in database passwords, and effective env verification via docker compose config. - Trap and gap registry: Records known issues like port 80 being owned by another tenant, TLS-ALPN-01 certificate issuance, pinned compose subnets, and repos missing .gitattributes. - Use Case: Before pushing a change to main that triggers a production deploy, consult this Skill to confirm the branch state, verify the on-box .env, check port ownership across the four tenants, and know the current image tag for rollback. ## Quick Start Ask the AI to walk you through deploying the emerge-forms stack to the demo box, including the preflight checks and rollback command.