Docs04 · Operations

Deployment Checklist

04-operations/deployment

How this project ships — pre-flight, steps, rollback. The agent reads it before deploying.

What it is

A living record of how the project deploys, so neither a human nor an agent has to reconstruct it under pressure. A stale deploy doc is worse than none.

When to write it

When you set up deployment, and update it whenever the process changes.

What goes in it

  • How you deploy, in one line
  • Pre-flight checks (tests, migrations, env vars)
  • The steps
  • Rollback — how to undo a bad deploy fast
  • Gotchas, linked to 03-knowledge

How it fits

Lives in 04-operations/. The Router points the agent here before any deploy work.

Get the templatestarter/docs/04-operations/deployment/deployment-checklist.md

Related