Skip to main content
ClaudeWave
Skill1.3k repo starsupdated yesterday

scorecard-marketing

Scorecard Marketing builds interactive quiz and assessment funnels designed to generate qualified leads through psychological engagement. Use this skill when creating lead magnets, quiz funnels, assessment tools, or score-based segmentation systems that drive conversions through personalized result pages and automated follow-up sequences. The system applies a proven 4-step methodology covering landing page design, question architecture, dynamic scoring by tier, and conversion optimization, achieving 30-50% conversion rates compared to 3-10% for traditional PDF lead magnets.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/wondelai/skills /tmp/scorecard-marketing && cp -r /tmp/scorecard-marketing/scorecard-marketing ~/.claude/skills/scorecard-marketing
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Scorecard Marketing Skill

A proven 4-step system for generating qualified leads through interactive assessments that arrive with rich data about each prospect.

## Core Principle

**Everything is downstream from lead generation.** People buy to resolve psychological tension between their current reality and desired reality — a scorecard awakens dormant desires by asking revealing questions.

**The foundation:** Active searchers are harder to sell to (already decided, set budget); people with dormant desires buy from whoever helped them uncover the need. A well-designed scorecard converts 30-50% of visitors vs. 3-10% for PDF lead magnets, because interactive assessments create psychological engagement static content cannot.

## Scoring

**Goal: 10/10.** When reviewing or creating assessment funnels or quiz landing pages, rate them 0-10 against the principles below — 10/10 means full alignment, lower scores indicate gaps. Always give the current score and the specific improvements needed to reach 10/10.

## The 4-Step Scorecard System

### 1. Landing Page

**Core concept:** The landing page exists for one purpose: get visitors to start the questionnaire. It must create enough curiosity and promise enough value that clicking "Start" feels irresistible.

**Why it works:** A concept hook taps a dormant desire; framing around a score triggers the primal drive to measure, rank, and improve. Curiosity plus low commitment ("takes 3 minutes") removes friction.

**Key insights:**
- The concept hook is the single most important element — it defines what visitors score themselves on
- "Moving toward" hooks ("Are you ready to [goal]?") outperform fear-based hooks
- The 3 Cs — Clarity, Credibility, Connection — must all be present
- Bonuses (free book, consultation, report) lift completion; a time expectation ("less than 3 minutes") reduces abandonment

**Product applications:**

| Context | Landing Page Element | Example |
|---------|---------------------|---------|
| **Concept hook** | Frame around a score visitors want | "What's Your Marketing Score?" |
| **Moving toward** | Goal-oriented hook | "Are you ready to scale your business?" |
| **Readiness check** | Decision validation hook | "Should you launch a second location? Complete this checklist" |

**Copy patterns:**
- "[HEADLINE: Concept hook + promise] Are you ready to [desired outcome]?"
- "Answer [X] quick questions to discover [specific insight] and get personalized recommendations"
- "[CTA BUTTON] Start the Quiz (Takes less than 3 minutes)"

**Ethical boundary:** The hook must promise value the assessment actually delivers — never bait-and-switch into a sales pitch disguised as results.

See: [references/industry-examples.md](references/industry-examples.md) for 50+ scorecard concepts and landing page hooks across industries.

### 2. Questionnaire

**Core concept:** The questionnaire collects lead data while providing a gamified experience: capture contact information first, then ask scored questions grouped into categories that surface pain points, desires, and qualification signals.

**Why it works:** People enjoy answering questions about themselves (self-referential encoding), and capturing email before questions retains the lead even on abandonment. Scored categories make results feel scientific, increasing trust in the recommendations.

**Key insights:**
- Lead capture form goes first (name, email, optional phone)
- Question count scales with funnel stage: 8-15 cold-to-warm, 20-50 warm-to-sales, 30-150 client-to-fan
- Group questions into 2-7 measurable categories; assign 1-5 points per answer, weighting significant answers higher
- Add qualifying questions (budget, urgency, company size) in an "Uncategorised" group
- Avoid salesy, leading, lookup, and jargon questions

**Product applications:**

| Context | Question Type | Example |
|---------|--------------|---------|
| **Yes/No** | Checklist items | "Do you work out 3+ times/week?" |
| **Sliding scale** | Degree/frequency | "How important is X to you?" |
| **Open text** | Rare — slows completion | "What has stopped you in the past?" |

**Copy patterns:**
- Use "you" language: "How confident are you in your..." not "Rate your confidence level in..."
- Progress indicators ("Question 5 of 12") reduce abandonment; "Almost done!" maintains momentum
- Category names should be meaningful to the respondent, not internal jargon

**Ethical boundary:** Never disguise sales qualification as helpful assessment — qualifying questions should be transparently useful to both parties, and don't collect data you won't use to improve their results.

See: [references/psychology.md](references/psychology.md) for the psychological foundations of question design and tension creation.

### 3. Results Page

**Core concept:** The results page delivers personalized value based on the respondent's score, creating tension between where they are and where they could be, with a clear next step calibrated to their tier.

**Why it works:** Scored, personalized results feel more valuable than generic advice and trigger the drive to improve (see [Psychology](#psychology-behind-why-this-works) below).

**Key insights:**
- Show overall score plus category breakdown to highlight strengths and weaknesses
- Write dynamic content per tier — default Low / Medium / High; custom tiers ("Startup / Scaleup / Performer / Unicorn") increase engagement
- The sweet spot: prospects scoring "strong foundations with room to improve" convert best
- PDF reports (personalized cover, detailed recommendations) extend value and travel into sales meetings
- Different CTAs per tier: Low → free event; Medium → book + discovery call; High → direct consultation

**Product applications:**

| Context | Results Element | Example |
|---------|----------------|---------|
| **Overall score** | Total across categories | "Your Marketing Score: 67/100" |
| **Category breakdown** | Visual strengths/weaknesses | Spider chart of 5 category scores |
| **
37signals-waySkill

Build lean, opinionated products using the 37signals philosophy from Getting Real, Rework, and Shape Up. Use when the user mentions "Getting Real", "Rework", "Shape Up", "37signals", "Basecamp method", "six-week cycles", "fixed time variable scope", "appetite vs estimates", "betting table", "breadboarding", "fat marker sketch", "build less", "underdo the competition", or "opinionated software". Also trigger when cutting scope to ship faster, running small teams, avoiding long-term roadmaps, or eliminating meetings. Covers shaping, betting, building, and the art of saying no. For MVP validation, see lean-startup. For design sprints, see design-sprint.

blue-ocean-strategySkill

Create uncontested market space using value innovation instead of competing head-to-head. Use when the user mentions "blue ocean", "red ocean", "strategy canvas", "ERRC framework", "value innovation", "non-customers", "buyer utility map", "eliminate-reduce-raise-create", or "uncontested market". Also trigger when comparing pricing strategies, exploring new market categories, finding underserved customer segments, or asking how to stop competing on price. Covers the Four Actions Framework, buyer utility map, and value-cost trade-offs. For tech adoption strategy, see crossing-the-chasm. For product positioning, see obviously-awesome.

clean-architectureSkill

Structure software around the Dependency Rule: source code dependencies point inward from frameworks to use cases to entities. Use when the user mentions "architecture layers", "dependency rule", "ports and adapters", "hexagonal architecture", "use case boundary", "onion architecture", "screaming architecture", or "framework independence". Also trigger when decoupling business logic from databases or frameworks, defining module boundaries, or debating where to put business rules. Covers component principles, boundaries, and SOLID. For code quality, see clean-code. For domain modeling, see domain-driven-design.

clean-codeSkill

Write readable, maintainable code through disciplined naming, small functions, and clean error handling. Use when the user mentions "code review", "naming conventions", "function too long", "code smells", "readable code", "boy scout rule", "single responsibility", or "unit test quality". Also trigger when reviewing pull requests for readability, refactoring messy functions, debating comment styles, or improving error handling patterns. Covers SRP, comment discipline, formatting, and unit testing. For refactoring techniques, see refactoring-patterns. For architecture, see clean-architecture.

contagiousSkill

Engineer word-of-mouth and virality using the STEPPS framework (Social Currency, Triggers, Emotion, Public, Practical Value, Stories). Use when the user mentions "go viral", "word of mouth", "shareable content", "social currency", "why people share", "viral loop", "referral program", or "organic growth". Also trigger when designing shareable features, crafting social media campaigns, or building products that spread through peer recommendation. Covers environmental triggers and high-arousal emotional content. For sticky messaging, see made-to-stick. For persuasion tactics, see influence-psychology.

continuous-discoverySkill

Build a weekly cadence of customer touchpoints using Opportunity Solution Trees, assumption mapping, and interview snapshots. Use when the user mentions "continuous discovery", "opportunity solution tree", "weekly interviews", "assumption testing", "discovery habits", "product trio", or "outcome-based roadmap". Also trigger when setting up regular customer feedback loops, prioritizing which experiments to run, or connecting discovery insights to delivery work. Covers experience mapping, co-creation, and prioritizing opportunities. For interview technique, see mom-test. For team structure, see inspired-product.

cro-methodologySkill

Audit websites and landing pages for conversion issues and design evidence-based A/B tests. Use when the user mentions "landing page isnt converting", "conversion rate", "A/B test", "why visitors leave", "objection handling", "bounce rate", "split testing", or "conversion funnel". Also trigger when diagnosing why signups are low, designing experiment hypotheses, or auditing checkout flows for friction points. Covers funnel mapping, persuasion assets, and objection/counter-objection frameworks. For overall marketing strategy, see one-page-marketing. For usability issues, see ux-heuristics.

crossing-the-chasmSkill

Navigate the technology adoption lifecycle from early adopters to mainstream market. Use when the user mentions "crossing the chasm", "beachhead segment", "whole product", "early adopters vs. mainstream", "tech go-to-market", "bowling pin strategy", "technology adoption lifecycle", or "pragmatist buyers". Also trigger when a startup has early traction but struggles to grow beyond initial users, or when planning go-to-market for technical products. Covers D-Day analogy, bowling-pin strategy, and positioning against incumbents. For product positioning, see obviously-awesome. For new market creation, see blue-ocean-strategy.