/DEPLOY
Kusanagi
Kusanagi's deploy agent — target detection, pre-deploy checks, deploy execution, health verification, rollback on failure. Supports VPS, Vercel, Railway, Docker, Cloudflare, and static targets.
KusanagiUSAGE
/deployWHAT HAPPENS
- 1Kusanagi detects your deploy target from PRD frontmatter or project evidence (vercel.json, Dockerfile, SSH_HOST, etc.)
- 2Levi runs pre-deploy checks: build passes, tests pass, no uncommitted changes, credentials available
- 3Executes the deploy strategy for your target — git pull + restart for VPS, CLI deploy for Vercel/Railway, docker compose for Docker
- 4Spike verifies health after deploy: HTTP 200, SSL valid, security headers present, no mixed content
- 5If health check fails, automatic rollback to previous version with alert
THE ARMORY
Toggle flags to forge your command. — Bilbo
--targetvalueOverride auto-detected deploy target.
Skip target detection, use specified target.
--focusvalueBias Herald agent selection toward a specific topic. Agents with relevant expertise are prioritized in dispatch.
Herald dispatch favors agents matching the focus topic.
$/deploy