What problem does it solve? Deploying a completed phase to production requires knowing the project's specific platform, CI/CD setup, and verification method — and getting any step wrong ships untested or partial code. This Skill reads the project's tech-context document to determine the correct deploy method, confirms the phase test gate is open, and executes the deploy safely. ## Core Features & Use Cases - Platform-Agnostic Routing: Reads docs/tech-context.md to detect the deploy target and routes to CI/CD merge triggers, MCP tool deploys, manual CLI commands, or a guided setup flow. - Gate Verification: Confirms the phase test gate is OPEN, all slice branches are merged, and the phase completion record exists before any deploy proceeds. - One-Time CI/CD Setup: Generates GitHub Actions workflow files for Railway, Render, Cloudflare, Fly.io, and AWS App Runner, then walks the user through secret configuration in plain language. - Use Case: After phase testing passes, invoke this Skill to merge development into main, monitor the GitHub Actions pipeline, verify the live environment, and record the deploy in docs/backlog.md. ## Quick Start Deploy the current phase to production using the method configured in the tech setup document.