pm-gtm-v1

Solid

Go-to-market and growth planning, GTM here means go-to-market, never a tag-manager container. Use when a growth plan needs building or refreshing: "build the go-to-market plan", "growth plan for <period or launch>", "campaign architecture", "channel plan", "media plan", "tracking planning rows", "update the growth plan after <release>". It resolves which plan document is actually current, takes a FRESH gate-state snapshot before planning a single sentence, builds the plan phase by phase, narrates the campaign architecture per channel and per persona, and emits channel and tracking rows CONFIG-ONLY, no credentials, no platform writes, no spend. NOT for executing campaigns or buying media; NOT for implementing tracking (that is engineering work, routed through pm-requirements-v1); NOT for writing a handoff package or scoring a backlog.

AI & Automation 42 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
54
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# pm-gtm-v1, source of truth → fresh gate state → phase-gated plan → config-only rows Input is a go-to-market goal: a launch, a period, a plan refresh. Output is a **plan package**: a fresh gate-state snapshot, a plan built phase by phase, a campaign-architecture narrative, channel and tracking **planning** rows, and a handoff record for the owner and whoever runs marketing operations. **This verb plans. It never spends, never posts, never configures a platform, and never touches a tag container.** Execution stays human; implementation stays engineering's. **Seam discipline:** this verb emits no engineering seam artifacts. When technical work emerges from planning, a pixel install, a container change, instrumentation, landing pages, it leaves as **classified candidate rows** routed to `/pm-requirements-v1` (a single item) or `/pm-portfolio-v1` (a batch). One seam, one owner. ## Preflight (run first) ```bash PKG_ROOT="${CLAUDE_PLUGIN_ROOT:-${PKG_ROOT:-}}" [ -n "$PKG_ROOT" ] && [ -r "$PKG_ROOT/.claude-plugin/plugin.json" ] || { echo "STOP: set PKG_ROOT to this package's root directory, the one holding .claude-plugin/plugin.json, then re-run."; exit 2; } bash "$PKG_ROOT/scripts/preflight.sh" pm-gtm-v1 [--stack <keys>] ``` Conditional keys: `gate-state-snapshot` (the read-only analytics reads that let a gate state be *measured* rather than asserted) · `workspace-docs` · `backlog-sync`. A selected-conditional miss blocks like a required one. **Standalone vs supercharged.** ...

Details

Author
naderelewa
Repository
naderelewa/Product-to-Prod
Created
2 weeks ago
Last Updated
today
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

gtm

Phased go-to-market for startup products. Builds a GTM playbook from upstream artifacts (validation-canvas, pitch-deck, brand-workshop), produces multi-channel content, schedules cadenced tasks, enforces compliance (CAN-SPAM/GDPR/FTC), emits handoff events. Trust ramp P1→P2→P3 (read-only → scheduled → autonomous). Project-local `.gtm/`. Kill switch via HALT file. Triggers on "set up GTM", "create a launch plan", "build a marketing playbook", "kick off go-to-market", "schedule social posts", "post-launch marketing", "growth ops", "draft launch content", or having pipeline output and asking "what's next for getting users". Single-channel asks for a startup product also trigger. NOT for brand identity (`brand-workshop`), pitch decks (`pitch-deck`), lean canvas (`validation-canvas`), adversarial review (`startup-grill`), one-shot non-startup content (`marketing:content-creation`), CRM/sales. NOT Google Tag Manager (different "GTM"). NOT the idiom "going to market with findings".

1 Updated 3 weeks ago
sorawit-w
Web & Frontend Solid

pm-requirements-v1

The requirements cycle, turn a strategy statement, a release target and a set of affected surfaces into an evidence-tagged, gated HANDOFF PACKAGE: spec.md, plan.md, data-model.md, contracts/, slices.json, a design gate and a case contract, plus the record that makes all of it auditable. Five phases: P0 context lock (the north-star metric elicited fresh every cycle) → P1 research → P2 strategy → P3 product spec → P4 handoff. Use when someone says "run the requirements cycle", "write the PRD / handoff package for <feature>", "prep the design gate", "requirements for the next release", or hands a strategy statement that needs to become buildable work. NOT for writing code, running CI, deploying or merging, an engineering toolchain owns those; NOT for release verification (pm-verify-release-v1); NOT for scoring a backlog batch (pm-portfolio-v1).

42 Updated today
naderelewa
AI & Automation Listed

initiate-gtm

Run exactly ONE bounded cycle of the persistent GTM distribution lane — sweep the gtm queue + context stream + scoreboard, atomically claim one gtm-tagged card or run one pre-authorized bot-identity distribution step (directories, SEO/GEO, indexing), verify every submission live, stage gated sends as PENDING, then record and heartbeat. Use when the user says "initiate GTM", "run a gtm cycle", "/initiate-gtm", or the gtm lane runner fires this as its headless cycle prompt.

4 Updated 1 months ago
Eastkap