What problem does it solve?
It helps teams push verified software to the intended deployment target without skipping critical access checks, rollback planning, or post-deploy validation.
Core Features & Use Cases
- Pre-flight gatekeeping: Verifies deploy tooling, authentication, required config/secrets, and a successful build before any deployment attempt.
- Rollback-first delivery: Forces the author to identify a specific rollback command and include incident response guidance in DELIVERY.md.
- Post-deploy verification & client handoff: Confirms the deployed app is reachable/working and writes README.md plus a structured DELIVERY.md handoff document.
- Use case: Deploy a freshly built web app to GitHub Pages or a Docker/VPS target while producing evidence of gate results and a client-ready delivery document.
Quick Start
Ask the agent to run the deploy phase for the current project, ensuring pre-flight checks pass and producing README.md and DELIVERY.md with verified access evidence.