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

NerfGuard: A Classifier That Routes Coding Requests to Cheaper Models, Cutting Spend 3x
NerfGuard uses a fast classifier to route coding agent requests to the least expensive model and reasoning depth needed, yielding 3x usage for the same spend. Includes token optimizations.

Benchmark Results: When to Use Claude Opus with Codex vs. Pure Opus for Code Generation
A controlled benchmark tested the 'Plan with Opus, Execute with Codex' approach across three real coding tasks. Results show a cost crossover at approximately 600 lines of code, with specific recommendations based on project size.

Comparison of 8 AI Coding Models on Real-World TypeScript Feature Implementation
A developer tested 8 AI coding models on implementing a /rename command in an open-source TypeScript Telegram bot project, evaluating them on cost, execution time, correctness, and technical quality. GPT-5.4 scored highest on implementation correctness while GLM 5 offered the best cost-performance ratio.

Building a Local Voice-to-Text macOS App with Claude Code: Vext Case Study
A developer spent 3 months building Vext, a macOS voice-to-text app using Whisper on Apple Neural Engine. Claude Code helped with Rust/Swift FFI, Core ML optimization, and hotkey architecture. The app runs 100% offline, transcribes 60s audio in ~400ms.