/run-launch
Creates launch execution runbook covering timeline, comms, instrumentation, and go/no-go gates.
$ npx -y skills add gtmagents/gtm-agents --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/run-launch
Context preview
What this command does when you run it.
Creates launch execution runbook covering timeline, comms, instrumentation, and go/no-go gates.
Command definition
run-launch.mdname: run-launch
description: Creates launch execution runbook covering timeline, comms, instrumentation, and go/no-go gates.
usage: /product-launch-orchestration:run-launch --product "AI Copilot" --window 14d --channels "email,press,webinars"
Command: run-launch
Inputs
- **product** – launch identifier.
- **window** – time horizon for execution (e.g., 14d, 30d).
- **channels** – comma-separated channels/workstreams.
- **dependencies** – optional gating items (feature flag, pricing, legal approval).
- **alerts** – optional monitoring thresholds (error rate, adoption, PR sentiment).
GTM Agents Pattern & Plan Checklist
> Inspired by GTM Agents orchestrator guidance @puerto/plugins/orchestrator/README.md#112-325.
- **Pattern selection**: Start with **pipeline** (timeline → comms → instrumentation → gates → command center). Use **diamond** when channel workstreams can run in parallel; note selection in plan header.
- **Plan schema**: Save `.claude/plans/plan-<timestamp>.json` with objective, stages, parallel groups, agent assignments, context passing (e.g., feature readiness), error handling, and success criteria (launch KPIs).
- **Tool hooks**: Reference `docs/gtm-essentials.md` (Serena for doc/code patches, Context7 for platform docs, Sequential Thinking for retros, Playwright for pre-launch QA).
- **Guardrails**: Define retry strategy (default 2 attempts) and escalation ladder (Launch Director → Product Marketing Lead → CSO) for failed gates.
- **Review**: Run `docs/usage-guide.md#orchestration-best-practices-puerto-parity` checklist before execution to confirm agents, dependencies, and deliverables.
Workflow
1. **Timeline Build** – map critical path (code freeze, press embargo, enablement, GA) with owners. 2. **Communication Plan** – outline internal + external comms (press, blog, email, social, CS updates). 3. **Instrumentation & Monitoring** – confirm telemetry, dashboards, alerting, and logging. 4. **Go/No-Go Gates** – document readiness checklist, fallback plans, rollback triggers, decision authority. 5. **Launch-Day Command Center** – schedule standups, escalation tree, backlog triage process.
Outputs
- Launch execution runbook (timeline, tasks, owners, dependencies).
- Go/no-go checklist + approval matrix.
- Monitoring plan with dashboard links and alert thresholds.
- Plan JSON entry stored/updated in `.claude/plans` for audit trail.
Agent/Skill Invocations
- `launch-director` – orchestrates execution + governance.
- `workstream-lead` – ensures deliverables per channel.
- `war-room-ops` skill – defines command center rituals.
GTM Agents Safeguards
- **Fallback agents**: document substitutions (e.g., Workstream Lead covering enablement) when specialists unavailable.
- **Escalation triggers**: if launch KPIs (error rate, adoption, sentiment) breach guardrails twice within 24h, execute rollback path and notify Exec Sponsor per war-room ops skill.
- **Plan maintenance**: revise plan JSON whenever dependencies, owners, or gates change; log updates in status packets.
---
Read more
name: run-launch description: Creates launch execution runbook covering timeline, comms, instrumentation, and go/no-go gates. usage: /product-launch-orchestration:run-launch --product "AI Copilot" --window 14d --channels "email,press,webinars"
Command: run-launch
Inputs
- **product** – launch identifier.
- **window** – time horizon for execution (e.g., 14d, 30d).
- **channels** – comma-separated channels/workstreams.
- **dependencies** – optional gating items (feature flag, pricing, legal approval).
- **alerts** – optional monitoring thresholds (error rate, adoption, PR sentiment).
GTM Agents Pattern & Plan Checklist
> Inspired by GTM Agents orchestrator guidance @puerto/plugins/orchestrator/README.md#112-325.
- **Pattern selection**: Start with **pipeline** (timeline → comms → instrumentation → gates → command center). Use **diamond** when channel workstreams can run in parallel; note selection in plan header.
- **Plan schema**: Save `.claude/plans/plan-<timestamp>.json` with objective, stages, parallel groups, agent assignments, context passing (e.g., feature readiness), error handling, and success criteria (launch KPIs).
- **Tool hooks**: Reference `docs/gtm-essentials.md` (Serena for doc/code patches, Context7 for platform docs, Sequential Thinking for retros, Playwright for pre-launch QA).
- **Guardrails**: Define retry strategy (default 2 attempts) and escalation ladder (Launch Director → Product Marketing Lead → CSO) for failed gates.
- **Review**: Run `docs/usage-guide.md#orchestration-best-practices-puerto-parity` checklist before execution to confirm agents, dependencies, and deliverables.
Workflow
1. **Timeline Build** – map critical path (code freeze, press embargo, enablement, GA) with owners. 2. **Communication Plan** – outline internal + external comms (press, blog, email, social, CS updates). 3. **Instrumentation & Monitoring** – confirm telemetry, dashboards, alerting, and logging. 4. **Go/No-Go Gates** – document readiness checklist, fallback plans, rollback triggers, decision authority. 5. **Launch-Day Command Center** – schedule standups, escalation tree, backlog triage process.
Outputs
- Launch execution runbook (timeline, tasks, owners, dependencies).
- Go/no-go checklist + approval matrix.
- Monitoring plan with dashboard links and alert thresholds.
- Plan JSON entry stored/updated in `.claude/plans` for audit trail.
Agent/Skill Invocations
- `launch-director` – orchestrates execution + governance.
- `workstream-lead` – ensures deliverables per channel.
- `war-room-ops` skill – defines command center rituals.
GTM Agents Safeguards
- **Fallback agents**: document substitutions (e.g., Workstream Lead covering enablement) when specialists unavailable.
- **Escalation triggers**: if launch KPIs (error rate, adoption, sentiment) breach guardrails twice within 24h, execute rollback path and notify Exec Sponsor per war-room ops skill.
- **Plan maintenance**: revise plan JSON whenever dependencies, owners, or gates change; log updates in status packets.
---
Free AI automation for sales, marketing, and growth teams. No coding required.
Other commands on gtm-agents.
- /monitor-abm
Builds an ABM operations dashboard + action plan for engagement, pipeline, and experiment tracking.
Open command - /plan-plays
Produces an ABM playbook roadmap with offers, channels, and timelines aligned to tiers.
Open command - /target-accounts
Generates a prioritized ABM target list with tiering, buying committees, and activation triggers.
Open command - /build-success-plan
Produces a joint success plan with milestones, KPIs, stakeholders, and expansion hooks.
Open command - /plan-qbr
Generates an executive-ready QBR/EBR agenda with data narratives, proof points, and follow-up actions.
Open command - /run-account-review
Produces a structured account review packet with health signals, risks, and expansion plays.
Open command

