purple-cow-audit

Score product remarkability 1-10 to decide if it's worth promoting. Seth Godin's Purple Cow test. Triggers on: "is this product worth promoting", "should I promote", "product audit", "purple cow", "remarkable product", "is it remarkable", "rate this product", "product quality check", "worth my reputation", "product evaluation", "would I recommend without commission", "product remarkability score", "evaluate this affiliate product", "quality gate for promotion".

290 stars

Best use case

purple-cow-audit is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Score product remarkability 1-10 to decide if it's worth promoting. Seth Godin's Purple Cow test. Triggers on: "is this product worth promoting", "should I promote", "product audit", "purple cow", "remarkable product", "is it remarkable", "rate this product", "product quality check", "worth my reputation", "product evaluation", "would I recommend without commission", "product remarkability score", "evaluate this affiliate product", "quality gate for promotion".

Teams using purple-cow-audit should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/purple-cow-audit/SKILL.md --create-dirs "https://raw.githubusercontent.com/Affitor/affiliate-skills/main/skills/research/purple-cow-audit/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/purple-cow-audit/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How purple-cow-audit Compares

Feature / Agentpurple-cow-auditStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Score product remarkability 1-10 to decide if it's worth promoting. Seth Godin's Purple Cow test. Triggers on: "is this product worth promoting", "should I promote", "product audit", "purple cow", "remarkable product", "is it remarkable", "rate this product", "product quality check", "worth my reputation", "product evaluation", "would I recommend without commission", "product remarkability score", "evaluate this affiliate product", "quality gate for promotion".

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Purple Cow Audit

Quality gate for affiliate marketers: score a product's remarkability 1-10 before promoting it. Based on Seth Godin's Purple Cow — if the product isn't remarkable, no amount of marketing skill will make it convert sustainably. The key question: "Would I recommend this to a friend WITHOUT earning a commission?"

## Stage

S1: Research — Evaluating a program's worthiness IS part of research and discovery. This is a quality gate before you invest time creating content, landing pages, and email sequences.

## When to Use

- User is considering promoting a specific product
- User asks "is this product worth promoting?"
- User wants to evaluate product quality before investing time
- User says "purple cow", "remarkable", "audit", "evaluate", "quality check"
- Before investing time in S2-S5 skills for a specific product
- User has a list of programs from `affiliate-program-search` and needs to pick the best

## Input Schema

```yaml
product:                    # REQUIRED
  name: string              # Product name
  url: string               # Product website
  description: string       # OPTIONAL — what it does
  reward_value: string      # OPTIONAL — commission rate
  tags: string[]            # OPTIONAL — categories

comparison_products: string[] # OPTIONAL — competitors to compare against
                              # Default: auto-discovered
```

**Chaining from S1 affiliate-program-search**: If run, evaluate the `recommended_program`.

## Workflow

### Step 1: Research the Product

1. `web_search`: `"[product] review 2024 2025"` — find recent reviews
2. `web_search`: `"[product] vs" OR "[product] alternative"` — find competitors
3. `web_search`: `"[product] complaints" OR "[product] problems"` — find issues
4. Check product website for: pricing transparency, unique features, social proof

### Step 2: Score Remarkability

Rate each dimension 1-10:

| Dimension | Question | Weight |
|---|---|---|
| **Uniqueness** | Does it do something no competitor does? | 20% |
| **Quality** | Is it genuinely excellent at its core job? | 20% |
| **Story** | Does using it make you feel/look different? | 15% |
| **Word of mouth** | Would users tell friends unprompted? | 15% |
| **Design** | Is the experience delightful, not just functional? | 10% |
| **Problem fit** | Does it solve a real, painful problem? | 10% |
| **Trust** | Transparent pricing, good support, real social proof? | 10% |

**Composite score** = weighted average (1-10)

### Step 3: Make Recommendation

Based on composite score:
- **8-10: PROMOTE** — This is a Purple Cow. Go all in.
- **6-7: PROMOTE WITH ANGLE** — Good product, needs strong positioning. Identify your unique angle.
- **4-5: CAUTION** — Mediocre product. Only promote if commission is exceptional AND you can add significant value through bonuses.
- **1-3: SKIP** — Not remarkable. Promoting this will damage your reputation. Find an alternative.

### Step 4: Identify Remarkable Angles

For products scoring 6+, identify:
1. The 1-2 features that ARE remarkable (Purple Cow elements)
2. The angles that make it share-worthy
3. The audience segment for whom this IS a Purple Cow (even if not for everyone)

### Step 5: Self-Validation

- [ ] Score is evidence-based (cited reviews, features, data)
- [ ] Recommendation is honest (not inflated by high commission)
- [ ] Remarkable angles are specific (not generic praise)
- [ ] Comparison with competitors is fair
- [ ] The "would I recommend without commission" test was honestly applied

## Output Schema

```yaml
output_schema_version: "1.0.0"
purple_cow_audit:
  product_name: string
  composite_score: number       # 1-10 weighted
  recommendation: string        # "promote" | "promote_with_angle" | "caution" | "skip"
  scores:
    uniqueness: number
    quality: number
    story: number
    word_of_mouth: number
    design: number
    problem_fit: number
    trust: number

  remarkable_angles: string[]   # What makes it a Purple Cow (for 6+)
  red_flags: string[]           # Concerns identified
  alternative_products: string[] # Better options if score < 6

remarkability_score: number     # Alias for composite_score (for chaining)

chain_metadata:
  skill_slug: "purple-cow-audit"
  stage: "research"
  timestamp: string
  suggested_next:
    - "affiliate-program-search"
    - "grand-slam-offer"
    - "viral-post-writer"
    - "monopoly-niche-finder"
```

## Output Format

```
## Purple Cow Audit: [Product Name]

### The Question
Would I recommend [product] to a friend WITHOUT earning a commission?
**Answer:** [Yes/No/With caveats]

### Remarkability Scorecard

| Dimension | Score | Evidence |
|---|---|---|
| Uniqueness | X/10 | [specific evidence] |
| Quality | X/10 | [specific evidence] |
| Story | X/10 | [specific evidence] |
| Word of Mouth | X/10 | [specific evidence] |
| Design | X/10 | [specific evidence] |
| Problem Fit | X/10 | [specific evidence] |
| Trust | X/10 | [specific evidence] |
| **Composite** | **X/10** | |

### Recommendation: [PROMOTE / PROMOTE WITH ANGLE / CAUTION / SKIP]

[Reasoning — 2-3 sentences]

### Remarkable Angles (what to emphasize)
1. [Specific remarkable feature/aspect]
2. [Specific remarkable feature/aspect]

### Red Flags (what to be honest about)
1. [Concern]
2. [Concern]

### If Score < 6: Better Alternatives
- [Alternative 1] — [why it's more remarkable]
- [Alternative 2] — [why it's more remarkable]
```

## Error Handling

- **No product provided**: "Tell me the product name and I'll audit its remarkability. Or run `affiliate-program-search` first."
- **Product is too new/no reviews**: Score based on available data, flag low confidence. "Limited data — revisit this audit in 3 months."
- **User disagrees with score**: "The score is a starting framework. If you have personal experience that changes the picture, tell me and I'll adjust."
- **No alternatives found**: Suggest running `affiliate-program-search` in the same category.

## Examples

**Example 1:** "Is HeyGen worth promoting?"
→ Research reviews, features, competitors. Score across 7 dimensions. Result: 8/10 PROMOTE — remarkable for AI avatar quality, unique lip-sync tech, strong word of mouth.

**Example 2:** "Evaluate these 3 programs from my search results"
→ Score all 3 side-by-side. Compare composite scores. Recommend the Purple Cow.

**Example 3:** "Should I promote this random SaaS tool?" (generic tool, many competitors)
→ Research reveals: 5/10 CAUTION — competent but unremarkable. 4 competitors do the same thing. Suggest finding a more remarkable alternative or targeting a micro-audience where it IS remarkable.

## Revenue & Action Plan

### Expected Outcomes
- **Revenue potential**: Choosing an 8+/10 product vs a 5/10 product means 3-5x higher conversion rates. At the same traffic, that's $300-1,500/month vs $100-300/month. Product selection is the highest-leverage decision in affiliate marketing
- **Benchmark**: Products scoring 8+ convert at 3-5% CTR, while 4-5 products convert at 0.5-1%. The difference compounds over months
- **Key metric to track**: EPC (Earnings Per Click) — after 30 days of promotion, compare your EPC against the program's network average. If yours is below average, the product may not resonate with YOUR audience

### Do This Right Now (15 min)
- **If PROMOTE (8-10)**: Run `grand-slam-offer` immediately — design your irresistible offer around the remarkable angles identified. Then start creating content today
- **If PROMOTE WITH ANGLE (6-7)**: Run `monopoly-niche-finder` to find the specific audience segment where this IS remarkable. Don't promote to a general audience
- **If CAUTION/SKIP (1-5)**: Run `affiliate-program-search` to find a better product in the same niche. Don't waste months promoting a mediocre product

### Track Your Results
After promoting for 30 days: check EPC. If below $0.50, re-audit the product — the market may not find it as remarkable as the audit suggested. Switch products early; sunk cost is the biggest affiliate mistake.

> **Next step — copy-paste this prompt:**
> "Design an irresistible offer for [product] using these remarkable angles: [list from audit]" → runs `grand-slam-offer`

## Flywheel Connections

### Feeds Into
- `grand-slam-offer` (S4) — remarkable angles become the offer's core messaging
- `viral-post-writer` (S2) — remarkable elements are what makes content shareable
- `affiliate-blog-builder` (S3) — audit insights inform honest review content
- `landing-page-creator` (S4) — remarkable features highlighted on the page

### Fed By
- `affiliate-program-search` (S1) — products to evaluate
- `competitor-spy` (S1) — competitive landscape for comparison

### Feedback Loop
- `ab-test-generator` (S6) reveals which remarkable angles resonate with audience → refine what "remarkable" means for your specific audience

## References

- `shared/references/case-studies.md` — Real affiliate success stories
- `shared/references/affiliate-glossary.md` — Terminology
- `shared/references/flywheel-connections.md` — Master connection map

Related Skills

seo-audit

290
from Affitor/affiliate-skills

Audit affiliate blog posts and landing pages for SEO issues. Triggers on: "audit my blog post for SEO", "check my SEO", "SEO review", "improve my rankings", "SEO checklist", "on-page SEO audit", "keyword optimization check", "why isn't my page ranking", "SEO score", "content quality audit", "check my meta tags", "internal linking audit", "quick SEO wins".

your-skill-name

290
from Affitor/affiliate-skills

Replace with when the AI should activate this skill. Be pushy — cover multiple phrasings so the AI activates for a wide range of user prompts.

trending-content-scout

290
from Affitor/affiliate-skills

Scan social platforms for top-performing content by engagement before you create anything. Use this skill when the user wants to see what content is winning in a niche, find viral content patterns, research what's working on YouTube/TikTok/X/Reddit, benchmark engagement, discover content gaps, or says "what content is working for [topic]", "show me top performing content about [keyword]", "what's trending in [niche]", "find viral content about [product]", "content research for [keyword]", "what gets views in [niche]", "engagement analysis for [topic]", "scout the competition", "what videos are getting the most views about [keyword]", "social listening for [topic]", "trending content in [niche]", "top content analysis", "what hooks work for [keyword]", "content intelligence", "find winning formats".

traffic-analyzer

290
from Affitor/affiliate-skills

Analyze website traffic, global rank, engagement metrics, and traffic sources for any domain. Use this skill to evaluate affiliate program websites, compare competitor traffic, assess advertiser strength, or understand where an audience comes from. Triggers on: "analyze traffic for [domain]", "how much traffic does [site] get", "compare traffic between [site A] and [site B]", "is [program] worth promoting based on traffic", "traffic analysis", "website analytics for [domain]", "where does [site] get traffic", "check if [advertiser] is legit", "evaluate [program] website health", "SimilarWeb analysis", "traffic sources for [domain]", "how popular is [site]", "website rank", "domain authority check", "compare affiliate program websites".

niche-opportunity-finder

290
from Affitor/affiliate-skills

Find untapped affiliate niches with real earning potential. Use this skill when the user asks about picking a niche, finding a niche to start affiliate marketing, what niche to get into, niche research, niche ideas, beginner niche selection, low competition niches, profitable niches, or says "I don't know what to promote", "help me pick a niche", "what niche should I start with", "find me a niche with less competition", "niche ideas for affiliate", "is X a good niche for affiliate marketing", "best niches 2024", "untapped niches".

monopoly-niche-finder

290
from Affitor/affiliate-skills

Find intersection niches where you're the ONLY voice. Thiel's "competition is for losers" lens. Triggers on: "find my monopoly niche", "blue ocean niche", "unique niche", "niche intersection", "where am I the only one", "zero competition niche", "untapped niche", "category of one", "Thiel monopoly", "dominate a niche", "niche nobody else covers", "cross two domains", "find a niche with no competition", "monopoly positioning", "unique angle for affiliate".

list-affitor-program

290
from Affitor/affiliate-skills

Research an affiliate program and create a verified listing for list.affitor.com. Use this skill when the user asks anything about listing a program, adding an affiliate program to the directory, submitting a program to list, creating a listing, documenting an affiliate program, sharing an affiliate program, writing a program profile, posting a program to list.affitor.com, or contributing a new program. Also trigger for: "list a program", "add affiliate program", "submit program to list", "create listing for X", "document affiliate program", "share affiliate program", "write a listing", "post to list.affitor.com", "add X to the directory", "register an affiliate program", "publish affiliate program", "new program listing", "profile this affiliate program", "catalog this program".

content-angle-ranker

290
from Affitor/affiliate-skills

Rank content angles by engagement data, competition level, and platform fit. Data-driven angle selection instead of guesswork. Use this skill when the user has a keyword or product and needs to decide WHAT to create, which angle to take, which format to use, or which platform to target. Triggers on: "what angle should I use", "rank content ideas for [keyword]", "best angle for [product]", "which content idea will perform best", "help me pick an angle", "what should I write about", "content angle for [topic]", "rank my content ideas", "which approach will get the most views", "data-driven content planning", "angle ranker", "content scoring", "which hook should I use", "compare these content ideas", "prioritize my content angles", "what video should I make".

competitor-spy

290
from Affitor/affiliate-skills

Reverse-engineer successful affiliate strategies from competitors. Use this skill when the user asks about spying on competitors, researching what other affiliates promote, analyzing competitor affiliate sites, understanding how top affiliates in a niche make money, or says "what programs does X promote", "how does [site] make money", "what affiliate strategy does this site use", "spy on competitor affiliates", "reverse engineer affiliate site", "copy what works in my niche", "who are the top affiliates in X niche", "what content gets traffic in my niche", "competitor affiliate analysis".

commission-calculator

290
from Affitor/affiliate-skills

Calculate realistic affiliate earnings projections before committing to a program. Use this skill when the user asks about affiliate earnings, projecting income, calculating commissions, estimating how much they can make, comparing program payouts, or says "how much can I make promoting X", "calculate my affiliate income", "is this commission worth it", "how long to first $1000", "compare earnings between programs", "traffic to income calculator", "what conversion rate should I expect", "earnings estimate for affiliate program", "how many sales do I need".

affiliate-program-search

290
from Affitor/affiliate-skills

Research and evaluate affiliate programs to find the best ones to promote. Use this skill when the user asks anything about finding affiliate programs, comparing commission rates, evaluating affiliate opportunities, searching for products to promote, picking a niche, or mentions list.affitor.com. Also trigger for: "which SaaS should I promote", "best affiliate programs for X", "high commission programs", "recurring commission affiliate", "compare these affiliate programs", "is X affiliate program worth it", "find me something to promote", "what pays the most", "affiliate programs with long cookie duration".

skill-finder

290
from Affitor/affiliate-skills

Find the right Affitor skill for your goal. Triggers on: "which skill should I use", "find me a skill", "what skills are available", "help me choose a skill", "skill for SEO", "skill for email", "explore skills", "I'm new to Affitor", "what can Affitor do", "search skills", "skill for blog writing", "skill for landing pages", "skill for analytics".