Multi-Channel Launch Checklist Generator
Generate a tailored pre-launch checklist for every campaign and block "launched" until required items are checked off and a reviewer signs the go/no-go.
A private team tool that creates a channel-specific launch checklist for each campaign, makes the owner complete required items, requires a second reviewer's go/no-go sign-off, and only then lets the campaign be confirmed as launched - with a full audit trail and a completed-checklist CSV export.
Before you start
- A free Supabase account
- A free Vercel account
- A free Resend account
- Your current per-channel checklist items (a spreadsheet or doc is fine)
The problem this kills
You launch a campaign and twenty minutes later someone notices the tracking link is wrong, the landing page 404s, or the email went out with a placeholder subject line. The checklist lived in someone's head or in a doc nobody reopened. There was no hard stop - "launched" was just a status someone clicked.
This tool makes the checklist real and enforceable. Each campaign gets a checklist built from your own per-channel rules. The owner has to actually tick the required items. A second person has to look at it and say go or no-go. Only then can the campaign be marked launched - and the moment it is gets stamped with who, what, and when.
What you'll build
A small private web app for your marketing team:
- Create a campaign - name, channels involved, owner, and launch date.
- Auto-generated checklist - the tool pulls the right required and optional items for each channel you selected, from a template you control.
- Owner completes the items - check them off, leave notes, attach proof.
- Reviewer go/no-go gate - a second person reviews and signs off. No sign-off, no launch.
- Hard block on launch - the campaign cannot be marked "launched" while any required item is unchecked or the reviewer hasn't approved.
- Audit trail + export - every action is logged, and you can download the completed checklist as a CSV (or print to PDF) for your records.
What's inside the Implementation Plan
- It starts by interviewing you. Before it builds anything, the plan has the AI agent ask you about your channels, your real checklist items per channel, how you name campaigns, your typical and peak launch volume, and exactly who owns vs. who approves. It reflects a short spec back to you and waits for your thumbs-up - so you get a tool shaped around how your team actually launches, not a generic template.
- A copy-paste prompt for every build step - you never write code.
- The full data model for campaigns, checklist templates, items, and sign-offs.
- The enforced launch gate and the duplicate guard (one active checklist per campaign).
- Login, per-organization data isolation, the audit trail, and the CSV export fallback.
The governance it includes (this is the point)
- Login so only your team can open the tool.
- Row-level security so each organization only ever sees its own campaigns and checklists.
- A complete audit trail - who checked what, who approved, and the exact launch timestamp.
- A human-in-the-loop go/no-go gate - the owner drafts and completes, a reviewer approves, and only then is the launch committed.
- A duplicate guard keyed on campaign ID so one campaign can never spawn two active checklists.
Who it's for
Campaign managers and marketing ops people who keep shipping launches with a broken link, a missing UTM, or untested tracking - and want a simple, enforceable gate that catches it every single time.
You've got this - paste the first prompt and let the agent interview you.