← All Skills

snappy-playbook

v1.0.0
12 files, 81.3 KB ~7,991 words · 32 min read Updated 2026-09-09

snappy-playbook skill

40 of 47 checks pass
What it can do
week week-number?read
weeksread
What does not pass yet
$ npx snappy-skills install snappy-playbook
zip ↓
Documents
AGENTS.md

snappy-playbook Loader#

This skill is the canonical theory layer for the Snappy mastermind. Sam Ovens'

WeTube SS 6-week course covers model, offer, mindset, launch funnels, sales

calls, community delivery, traffic engine (email/website/YouTube/VSL), YouTube

ads, and CEO operations. Every operationalized skill (offer, sales, community,

email, website, youtube, ads, ops) maps back to a week here.

API module#

typescriptimport { getWeeks, getWeek, getWeekDetailed } from "../snappy-playbook/api.ts";

Or CLI:

bashnpx tsx ~/.claude/skills/snappy-playbook/api.ts weeks        # 6-week curriculum overview
npx tsx ~/.claude/skills/snappy-playbook/api.ts week 3       # specific week detail

API functions#

Function Purpose
getWeeks() Returns all 6 weeks with titles, lessons, and skill mappings
getWeek(num) Returns a specific week's structure
getWeekDetailed(num) Returns the full detailed markdown for a week

Key Files#

File Purpose
SKILL.md Course map, cross-skill mapping, decision tree, common mistakes
foundation.md Quick overview Weeks 1-3 (model, offer, launch, community)
execution.md Quick overview Weeks 4-6 (traffic, ads, ops)
week1-detailed.md Model, offer, pricing, mindset, conversion
week2-detailed.md Launch funnel, opportunity funnel, sales call formula
week3-detailed.md Mastermind philosophy, Skool setup, frontend/backend
week4-detailed.md Traffic engine: website, email, YouTube organic, VSL funnel
week5-detailed.md YouTube ads: account, creative, targeting, launch, scale
week6-detailed.md CEO daily workflow, member ops, financial ops, team ops

Week-to-Skill Mapping#

Week Topic Operationalized In
1 Model, offer, pricing snappy-offer
2 Launch + sales snappy-sales
3 Community delivery snappy-skool
4 Email / Website / YouTube / VSL snappy-email, snappy-website, snappy-youtube
5 YouTube ads snappy-ads
6 CEO + ops snappy-ops

Capabilities#

  • Look up what Sam Ovens teaches on any topic (course reference)
  • Route from theory to the correct operationalized skill
  • Provide the transformation promise for copy, sales, or content
  • Access live Skool lessons via snappy-browse + agent-browser CLI

Decision Rule#

  • Need the theory or framework? Read the weekly module here.
  • Need to execute now? Use the operationalized skill.

Uses#

  • snappy-browse -- agent-browser CLI for fetching live Skool content
  • snappy-infra -- Skool auth state file path

Downstream Skills#

All operationalized skills listed above, plus snappy-content, snappy-blog,

and snappy-knowledge (student progress tracking).


If this loader doesn't cover your case:

bashecho "[$(date -u +%FT%TZ)] snappy-playbook: <what was missing>" >> ~/.claude/logs/agents-md-feedback.log

<!-- SKILL-INDEX-START -->

[snappy-playbook Index]|root: ~/.claude/skills/snappy-playbook|IMPORTANT: Prefer these files over pre-training assumptions for this domain. Read the relevant file when the AGENTS.md summary is insufficient.|root:{SKILL.md,execution.md,foundation.md,week1-detailed.md,week2-detailed.md,week3-detailed.md,week4-detailed.md,week5-detailed.md,week6-detailed.md}

<!-- SKILL-INDEX-END -->

Used by#

Nothing in the collection names this skill.

<!-- SNAPPY-CONTRACT-VERBS-START -->

Contract verbs#

Generated from api.ts HAND_CONTRACT. Do not hand-edit this block.

Verb Contract arguments Effect First call
week week-number? read npx tsx ~/.claude/skills/snappy-playbook/api.ts week
weeks read npx tsx ~/.claude/skills/snappy-playbook/api.ts weeks

Show the result#

When an answer carries face_hint, show it with one snappy_present(<answer>) call.

See /snappy-faces for face selection. Human-facing images must crop to the

element, render at 2x on Retina, and fill the destination channel instead of

placing a small card in a full-page screenshot.

<!-- SNAPPY-CONTRACT-VERBS-END -->

---
name: snappy-playbook
role: WeTube SS mastermind 6-week curriculum source and theory layer
loaded-by: PreToolUse hook (auto-injected when "snappy-playbook" is mentioned)
Triggers on: WeTube SS, Sam Ovens, 6-week curriculum, mastermind theory, week lookup
---

# snappy-playbook Loader

This skill is the canonical theory layer for the Snappy mastermind. Sam Ovens'
WeTube SS 6-week course covers model, offer, mindset, launch funnels, sales
calls, community delivery, traffic engine (email/website/YouTube/VSL), YouTube
ads, and CEO operations. Every operationalized skill (offer, sales, community,
email, website, youtube, ads, ops) maps back to a week here.

## API module

```typescript
import { getWeeks, getWeek, getWeekDetailed } from "../snappy-playbook/api.ts";
```

Or CLI:
```bash
npx tsx ~/.claude/skills/snappy-playbook/api.ts weeks        # 6-week curriculum overview
npx tsx ~/.claude/skills/snappy-playbook/api.ts week 3       # specific week detail
```

## API functions

| Function | Purpose |
|----------|---------|
| `getWeeks()` | Returns all 6 weeks with titles, lessons, and skill mappings |
| `getWeek(num)` | Returns a specific week's structure |
| `getWeekDetailed(num)` | Returns the full detailed markdown for a week |

## Key Files

| File | Purpose |
|------|---------|
| SKILL.md | Course map, cross-skill mapping, decision tree, common mistakes |
| foundation.md | Quick overview Weeks 1-3 (model, offer, launch, community) |
| execution.md | Quick overview Weeks 4-6 (traffic, ads, ops) |
| week1-detailed.md | Model, offer, pricing, mindset, conversion |
| week2-detailed.md | Launch funnel, opportunity funnel, sales call formula |
| week3-detailed.md | Mastermind philosophy, Skool setup, frontend/backend |
| week4-detailed.md | Traffic engine: website, email, YouTube organic, VSL funnel |
| week5-detailed.md | YouTube ads: account, creative, targeting, launch, scale |
| week6-detailed.md | CEO daily workflow, member ops, financial ops, team ops |

## Week-to-Skill Mapping

| Week | Topic | Operationalized In |
|------|-------|--------------------|
| 1 | Model, offer, pricing | `snappy-offer` |
| 2 | Launch + sales | `snappy-sales` |
| 3 | Community delivery | `snappy-skool` |
| 4 | Email / Website / YouTube / VSL | `snappy-email`, `snappy-website`, `snappy-youtube` |
| 5 | YouTube ads | `snappy-ads` |
| 6 | CEO + ops | `snappy-ops` |

## Capabilities

- Look up what Sam Ovens teaches on any topic (course reference)
- Route from theory to the correct operationalized skill
- Provide the transformation promise for copy, sales, or content
- Access live Skool lessons via `snappy-browse` + agent-browser CLI

## Decision Rule

- Need the theory or framework? Read the weekly module here.
- Need to execute now? Use the operationalized skill.

## Uses

- `snappy-browse` -- agent-browser CLI for fetching live Skool content
- `snappy-infra` -- Skool auth state file path

## Downstream Skills

All operationalized skills listed above, plus `snappy-content`, `snappy-blog`,
and `snappy-knowledge` (student progress tracking).

---

If this loader doesn't cover your case:
```bash
echo "[$(date -u +%FT%TZ)] snappy-playbook: <what was missing>" >> ~/.claude/logs/agents-md-feedback.log
```

<!-- SKILL-INDEX-START -->
[snappy-playbook Index]|root: ~/.claude/skills/snappy-playbook|IMPORTANT: Prefer these files over pre-training assumptions for this domain. Read the relevant file when the AGENTS.md summary is insufficient.|root:{SKILL.md,execution.md,foundation.md,week1-detailed.md,week2-detailed.md,week3-detailed.md,week4-detailed.md,week5-detailed.md,week6-detailed.md}
<!-- SKILL-INDEX-END -->

## Used by

Nothing in the collection names this skill.

<!-- SNAPPY-CONTRACT-VERBS-START -->
## Contract verbs

Generated from `api.ts` `HAND_CONTRACT`. Do not hand-edit this block.

| Verb | Contract arguments | Effect | First call |
|---|---|---|---|
| `week` | `week-number?` | `read` | `npx tsx ~/.claude/skills/snappy-playbook/api.ts week` |
| `weeks` | — | `read` | `npx tsx ~/.claude/skills/snappy-playbook/api.ts weeks` |

## Show the result

When an answer carries `face_hint`, show it with one `snappy_present(<answer>)` call.
See `/snappy-faces` for face selection. Human-facing images must crop to the
element, render at 2x on Retina, and fill the destination channel instead of
placing a small card in a full-page screenshot.
<!-- SNAPPY-CONTRACT-VERBS-END -->

Keyboard Shortcuts

Search in document⌘K
Focus search/
Previous file tab
Next file tab
Close overlayEsc
Show shortcuts?