Is this a generic to-do list or a release readiness checklist?
This tool builds checklists for software/product releases and deployments (release readiness), not generic to-do lists. It includes timeline phases (T-7, T-2, T-0, T+1), categories like QA, rollback, observability, comms, and support readiness, plus policy enforcement and a go/no-go gate that blocks shipping when critical items are incomplete.
What templates are included?
You can choose from four templates that truly change the checklist: Standard product release, High-risk production release (adds SRE-lite checks like monitoring, capacity, rollback), Mobile app release (App Store/Play Store steps), and Infrastructure/config change (feature flags, config rollout, incident readiness). Use templates to avoid rebuilding checklists from scratch every time.
What is the go/no-go gate?
The go/no-go gate is a hard control: “Ready to ship” can’t be turned on unless all critical tasks are Done and required sign-offs are complete. If you must override, you can enable an override only with a written justification (logged). This prevents accidental launches when rollback, monitoring, or QA gates are incomplete.
What makes a task critical?
Critical tasks are steps that should block the release if incomplete—typically rollback plan, monitoring/alerts, QA sign-off, and post-release verification. Templates mark certain tasks as critical. The gate also requires evidence links for rollback and observability critical tasks, so teams don’t claim readiness without pointing to a runbook, dashboard, or ticket.
How does high-risk policy enforcement work?
For high-risk releases, policy enforcement requires a rollback plan Done with evidence, monitoring/alerts Done with evidence, a post-release verification checklist present, and a comms plan present (even internal-only). The lint panel shows failures and fixes. The go/no-go gate prevents marking ready until those critical requirements are satisfied or explicitly overridden with justification.
Can I track owners and sign-offs?
Yes. Each task can have an owner and optional sign-off requirements (who signs and current status). The stakeholder readiness summary includes owner and next check-in time so teams know who is on point. For B2B or high-risk launches, you can require Security or Legal sign-offs on specific tasks.
What views are available?
There are three required views: Checklist view (grouped by phase), Timeline view (week out, two days out, release day, post-release), and Stakeholder readiness summary (copyable). The summary includes readiness color (green/yellow/red), blockers, what ships, rollout plan, owners, and next check-in time to keep stakeholders aligned.
What exports are available?
You can export Markdown (full checklist + readiness summary + go/no-go block), CSV (tasks table with fields), and JSON (release object, tasks, sign-offs, lint results). Print/PDF works via the browser print dialog. Exports are designed to be stakeholder-ready and easy to attach to tickets or docs.
Is it free and does it require login?
Yes, it’s free and requires no login. Everything runs locally in your browser, autosaves to localStorage, supports Clear data, and generates a shareable URL snapshot that reconstructs the full state. This makes it usable for quick release planning without setting up accounts or permissions.
Can it help create release notes?
Yes. Standard releases include a “release notes/changelog draft” task. The tool also includes an optional “Create changelog draft” action that outputs a payload you can paste into the Changelog Entry Generator tool. This keeps your release checklist and user-facing release notes connected, without turning release notes into a commit log.