Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Iterate Gtm Weekly

ASecurity

Weekly go-to-market review for a shipped product: funnel by source, activation cohort, top drop-off, launch results, then one experiment and one post, scorecard row appended. Use when "weekly growth review", "what should we do this week for growth", "GTM check-in". Production bugs → iterate-post-launch.

9 stars
0 votes
0 copies
0 views
Added 9/23/2026
ai-agentsgorails

Security Analysis

A100/100

Scanned 9/23/2026

Install to Claude Code

$npx -y skills add kensaurus/cursor-kenji --skill iterate-gtm-weekly --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Iterate Gtm Weekly?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Iterate Gtm Weekly
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/kensaurus-iterate-gtm-weekly/badge)](https://www.skillsdirectory.com/skills/kensaurus-iterate-gtm-weekly)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: iterate-gtm-weekly
description: >
  Weekly go-to-market review for a shipped product: funnel by source,
  activation cohort, top drop-off, launch results, then one experiment and one
  post, scorecard row appended. Use when "weekly growth review", "what should
  we do this week for growth", "GTM check-in". Production bugs →
  iterate-post-launch.
license: MIT
---

# iterate-gtm-weekly — One number, one fix, one post

**Degree of freedom: MIXED.** Which lever to pull `[HIGH freedom]`; the
five-line review, the single-experiment rule, and the scorecard update
`[LOW freedom — run exactly]`.

The loop after `workflow-gtm`. Thirty minutes a week: read what the funnel
did, name the one step that lost the most, ship one experiment against it,
publish one thing, write it down. `iterate-post-launch` owns production
defects; this owns growth.

## This skill vs neighbors

| Skill | Owns |
|---|---|
| **iterate-gtm-weekly** (this) | Weekly funnel read → one experiment → one post → scorecard |
| `iterate-post-launch` | Sentry / production signals → fix |
| `workflow-gtm` | The initial plan-to-apply run this loop follows |
| `audit-analytics` | When a funnel cell is blind, add the event first |
| `docs-launch-kit` | The post, when it is a launch |
| `workflow-feedback-to-closure` | Turning user feedback into tickets |

Do **not** fire for "errors spiked in production" → `iterate-post-launch`.

## How to reason

1. **Read** — the six funnel cells by source for the last 7 days vs the prior 7
2. **Locate** — the single step with the largest absolute loss (not the smallest percentage)
3. **Attribute** — did last week's experiment or post move anything; say so with the number
4. **Choose** — one experiment on the losing step, one post, both small enough for this week
5. **Record** — scorecard row appended; next review scheduled

## Worked example

> **Read:** visits 4,120 (+9%), signups 310 (−4%), activated 71 (23%, flat), paid 6, refer 2; Show HN source dried up, organic docs traffic up.
> **Locate:** signup → activated loses 239 users; visit → signup lost 22 more than last week but far fewer in absolute terms.
> **Attribute:** last week's hero rewrite: visit→signup 7.9% → 7.5% — no lift; keep for one more week (sample small).
> **Choose:** experiment — pre-fill the workspace with sample data for the "explore" JTBD answer (`enhance-onboarding`); post — a short comparison page announcement.
> **Record:** row appended to `plan-gtm.md` scorecard; review next Monday.

## Self-critique before reporting

- **Five lines** — the review fits: funnel by source · activation cohort · top drop-off · last experiment result · one post
- **One experiment** — exactly one, with a metric and a stop date; a second becomes next week's
- **Attributed** — last week's change has a number beside it, even if "no change" or "unmeasured"
- **Recorded** — scorecard row appended in `plan-gtm.md` (or the file `workflow-gtm` produced)
- **Right owner** — production errors → `iterate-post-launch`; new events → `audit-analytics`

---

## Procedure  [LOW freedom — run exactly]

1. **Pull numbers** — analytics dashboard or export for Visit → Signup →
   Activated → Habit → Paid → Refer, by `utm_source` / referrer, this week vs
   last. Blind cell → write **unmeasured** and file the event with
   `audit-analytics` as this week's experiment if it is the losing step.
2. **Launch results** — fill any `docs/launch/*.md` Results table older than 7 days.
3. **Locate the loss** — absolute users lost per step; pick the largest.
4. **Attribute** — last week's experiment: metric before / after; keep, revert, or extend.
5. **Choose** — one experiment (owner skill named) + one post (channel named).
6. **Write the row** and schedule next week.

## Levers by losing step  [HIGH freedom]

| Losing step | First levers | Skill |
|---|---|---|
| Visit → Signup | hero five-second test, CTA verb, "no card" line, ungated try | `enhance-web-conversion` |
| Signup → Activated | cut a field, sample data, checklist end = activation, day-1 nudge | `enhance-onboarding`, `enhance-lifecycle-email` |
| Activated → Habit | day-3/7 nudges, saved-state reminder, second aha | `enhance-lifecycle-email` |
| Habit → Paid | limit-moment prompt, price shown, annual toggle wording | `enhance-web-conversion`, `plan-pricing` |
| Paid → Refer | badge, share artifact, referral credit on activation | `enhance-growth-loops` |
| Visits themselves | one comparison page, one launch post, registry listing | `docs-comparison-pages`, `docs-launch-kit`, `audit-registry-listing` |

## Scorecard row  [LOW freedom — shape]

```markdown
| Week | Visit | Signup | Activated | Habit | Paid | Refer | Top loss | Experiment (metric, stop date) | Post | Last week's result |
```

## Guardrails

- **One experiment.** Two changes on one step make attribution impossible.
- **Absolute loss, not percentage.** A 90% drop on 10 users is not the priority.
- **Numbers or "unmeasured".** No estimates presented as measurements.
- **Thirty minutes.** If the review grows, the instrumentation is the problem — file it.

## Chains with

- **`workflow-gtm`** → produces the scorecard this loop appends to.
- **`audit-analytics`** → blind cells.
- **`enhance-onboarding`**, **`enhance-web-conversion`**, **`enhance-lifecycle-email`**, **`enhance-growth-loops`**, **`docs-comparison-pages`**, **`docs-launch-kit`** → the levers.

Attribution

kensauruskensaurus
View sourceMore from kensaurus →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1066601 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

651 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →