Claude Growth Skill: Structured B2B SaaS Growth Playbooks for AI Coding Agents

What This Is
A developer created a Claude Growth Skill that packages fragmented growth knowledge into structured playbooks for use with Claude AI. The tool addresses the problem of scattered growth information across notes, case studies, and frameworks that leads to generic AI outputs.
Key Details
The skill is organized around:
- 5 real B2B SaaS case studies from HeyGen, Deel, Vercel, Supabase, and AWS
- A 4-stage growth flywheel
- 6 practical playbooks covering the full growth lifecycle
The structure follows this organization:
growth playbook ├── foundation ├── growth engine ├── value presentation ├── contracts ├── metrics └── SEO / GEO
Specific coverage areas include:
- PMF validation and user research
- PLG/SLG growth engine design
- Affiliate programs and channel partnerships
- Community and ecosystem growth
- Value presentation, case-study storytelling, and sales materials
- Contracts, metrics, and SEO/GEO for demand capture
The skill enables users to pressure-test growth models, refine GTM thinking, connect product growth with channel strategy, and turn scattered ideas into operational plans.
Core principles behind the approach:
- Product experience is the core
- Community amplifies growth
- Channel ecosystem drives scale
- Direct sales captures monetization
The repository includes multilingual navigation and is organized as a full-lifecycle framework rather than a static document.
The developer notes this represents a pattern of "curated knowledge base + structured execution framework for Claude" that could apply to other workflows like partnerships, community operations, GTM planning, enablement, and sales support.
📖 Read the full source: r/ClaudeAI
👀 See Also

Agent Wake Skill for OpenClaw: Notify Discord When Tasks Complete
A developer created agent-wake.py, a Python script that Claude Code calls after tasks finish. It sends Discord pings and fires wake events via the gateway HTTP API, prompting the agent to post summaries automatically.

Self-updating translation system for OpenClaw maintains domain glossaries automatically
A Python script wraps the Kimi2.5 API to translate .srt files while preserving block indices, timestamps, and segmentation. The system uses project profiles with glossary.json, style.md, and memory.jsonl files, and includes a cron job that scans official sources every 6 hours to update terminology.

CtxSnap VS Code Extension Tracks File Changes for Claude Sessions
CtxSnap is a VS Code extension that tracks which files changed since your last Claude session and packages them into a ready-to-paste handoff block with file contents and a token budget bar calibrated to Claude's 200k context window.

PACT 0.4.0 adds compound intelligence for AI coding agents
PACT (Programmatic Agent Constraint Toolkit) version 0.4.0 introduces compound intelligence features that help AI coding agents retain knowledge across sessions. The update includes research synthesis, a knowledge directory, and capability self-awareness systems.