Create launch plan
create_launch_planCreates an ordered checklist from the launch playbook to track a project launch, with each step naming a guarded tool and a machine-evaluable reality check.
Instructions
Create a stateful launch plan for a project: an ordered step checklist derived from the launch playbook for the declared stack (subset of: domain, vercel, neon, stripe, resend, clerk, upstash, r2, sentry, posthog). Plans TRACK the launch — each step names the existing guarded tool that performs it and a machine-evaluable reality check; nothing is executed by this tool. Stored locally under .dashclaw-local/launches/.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Domain being launched (required when "domain" is declared) | |
| project | No | Project id or slug; uses selected if omitted | |
| environment | No | Environment the launch targets (default "production") | |
| declared_stack | Yes | Stack pieces this launch uses, e.g. ["domain","vercel","neon","stripe"] |