Elite Outsiders ← Tools menu

Public site deploy process · Claude → AL

Systematic process for any change pushed to eliteoutsiders.com (public site). Tools pages can be edited live ; public pages NEVER without going through this Gantt.
Claude (code)
AL (validation)
Cloudflare (push)
Tests (smoke / e2e)
Production live
Loop-back si AL refuse
Critical path
Track A · Tests auto
Track B · Validation humaine
PHASE 1 — CODE
1
AL describes the need Claude
AL CLAUDE
2 min
2
Claude codes the change locally
CLAUDE
5 – 60 min
PHASE 2 — PREVIEW (private URL)
3
npm run deploy:preview
CLAUDE
1 min
4
Cloudflare creates the private URL abc12345.eliteoutsiders-site.pages.dev
CLOUDFLARE
30 sec
TRACK A — Automated tests on preview
5
npm run smoke on preview
TESTS
5 sec
6
npm run e2e (if critical feature)
TESTS
2 min
TRACK B — Human validation (AL)
7
Claude pings AL with the private URL
CLAUDE
instant
8
AL clicks, navigates, checks on preview
AL
1 – 10 min
9a
If AL refuses back to Phase 1, Claude fixes
AL → CLAUDE
↺ loop
PHASE 3 — PROMOTE TO PROD (only if AL validates)
9b
AL says "go" Claude promotes
AL CLAUDE
10 sec
10
npm run deploy:prod
CLAUDE
1 min
11
Cloudflare push sur eliteoutsiders.com
CLOUDFLARE
30 sec
12
npm run smoke final on prod
TESTS
5 sec
13
Claude reports "✅ shipped" to AL
CLAUDE
instant