taketomarket 2.2.0 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +4 -4
- package/.claude-plugin/plugin.json +2 -2
- package/README.md +34 -11
- package/bin/lib/campaign.cjs +12 -8
- package/bin/lib/codebase-scan.cjs +86 -0
- package/bin/lib/config.cjs +129 -0
- package/bin/lib/deploy.cjs +36 -0
- package/bin/lib/deviation.cjs +1 -1
- package/bin/lib/drift-log.cjs +4 -4
- package/bin/lib/health.cjs +32 -31
- package/bin/lib/install-detect.cjs +62 -0
- package/bin/lib/legacy-folder.cjs +100 -0
- package/bin/lib/playwright-check.cjs +26 -0
- package/bin/lib/site-location.cjs +22 -0
- package/bin/lib/state.cjs +3 -3
- package/bin/lib/svg-render.cjs +42 -0
- package/bin/ttm-tools.cjs +136 -4
- package/gates/base-gates.md +8 -8
- package/gates/gate-evaluation.md +8 -8
- package/install.js +37 -3
- package/package.json +10 -6
- package/playbooks/aeo.md +218 -114
- package/playbooks/affiliate.md +225 -160
- package/playbooks/email.md +236 -174
- package/playbooks/events.md +303 -213
- package/playbooks/landing-pages.md +305 -0
- package/playbooks/linkedin.md +264 -142
- package/playbooks/manifesto.md +322 -0
- package/playbooks/paid-ads.md +240 -189
- package/playbooks/positioning.md +340 -0
- package/playbooks/pr-media.md +308 -168
- package/playbooks/pseo.md +426 -0
- package/playbooks/seo.md +251 -158
- package/playbooks/social.md +253 -182
- package/playbooks/youtube.md +286 -181
- package/references/brand-color-theory.md +48 -0
- package/references/codex-image-gen-research.md +58 -0
- package/references/context-loading.md +6 -6
- package/references/humanizer-patterns.md +433 -0
- package/references/inline-education-blurbs.md +461 -0
- package/references/landing-page-anatomy.md +64 -0
- package/references/linkedin-post-patterns.md +174 -0
- package/references/logo-design-principles.md +55 -0
- package/references/meta-gate-evaluation.md +3 -3
- package/references/obra-superpowers-conventions.md +170 -0
- package/references/playbook-leaders.md +472 -0
- package/references/playwright-mcp-setup.md +164 -0
- package/references/positioning-check-report.md +2 -2
- package/references/pseo-page-anatomy.md +56 -0
- package/references/pseo-templates/alternative-anatomy.md +31 -0
- package/references/pseo-templates/alternative-content-playbook.md +32 -0
- package/references/pseo-templates/blog-anatomy.md +28 -0
- package/references/pseo-templates/blog-content-playbook.md +36 -0
- package/references/pseo-templates/comparison-anatomy.md +29 -0
- package/references/pseo-templates/comparison-content-playbook.md +35 -0
- package/references/pseo-templates/use-case-anatomy.md +28 -0
- package/references/pseo-templates/use-case-content-playbook.md +30 -0
- package/skills/ttm-101/SKILL.md +25 -0
- package/skills/ttm-aeo-check/SKILL.md +17 -12
- package/skills/ttm-affiliate-kit/SKILL.md +5 -0
- package/skills/ttm-archive/SKILL.md +5 -0
- package/skills/ttm-brand-refresh/SKILL.md +5 -0
- package/skills/ttm-brief/SKILL.md +5 -0
- package/skills/ttm-competitor-scan/SKILL.md +5 -0
- package/skills/ttm-deploy/SKILL.md +22 -0
- package/skills/ttm-discover/SKILL.md +17 -0
- package/skills/ttm-email-check/SKILL.md +17 -0
- package/skills/ttm-email-preflight/SKILL.md +17 -11
- package/skills/ttm-fix/SKILL.md +5 -0
- package/skills/ttm-health/SKILL.md +6 -1
- package/skills/ttm-humanize/SKILL.md +33 -0
- package/skills/ttm-icp-refresh/SKILL.md +5 -0
- package/skills/ttm-improve-skill/SKILL.md +18 -0
- package/skills/ttm-init/SKILL.md +10 -3
- package/skills/ttm-keyword-map/SKILL.md +17 -11
- package/skills/ttm-landing/SKILL.md +19 -0
- package/skills/ttm-learn/SKILL.md +5 -0
- package/skills/ttm-linkedin-post/SKILL.md +26 -0
- package/skills/ttm-measure/SKILL.md +5 -0
- package/skills/ttm-new-campaign/SKILL.md +5 -0
- package/skills/ttm-next/SKILL.md +5 -0
- package/skills/ttm-playwright-setup/SKILL.md +18 -0
- package/skills/ttm-positioning-check/SKILL.md +5 -0
- package/skills/ttm-positioning-shift/SKILL.md +5 -0
- package/skills/ttm-produce/SKILL.md +5 -0
- package/skills/ttm-pseo/SKILL.md +26 -0
- package/skills/ttm-repurpose/SKILL.md +5 -0
- package/skills/ttm-request-skill/SKILL.md +18 -0
- package/skills/ttm-research/SKILL.md +18 -6
- package/skills/ttm-resume/SKILL.md +5 -0
- package/skills/ttm-review/SKILL.md +5 -0
- package/skills/ttm-seo/SKILL.md +64 -0
- package/skills/ttm-seo-audit/SKILL.md +17 -12
- package/skills/ttm-ship/SKILL.md +5 -0
- package/skills/ttm-state/SKILL.md +5 -0
- package/skills/ttm-update/SKILL.md +152 -4
- package/skills/ttm-verify/SKILL.md +5 -0
- package/templates/agents-md.md +14 -4
- package/templates/campaign-research.md +6 -6
- package/templates/campaign-state.md +1 -1
- package/templates/claude-md.md +14 -4
- package/templates/linkedin-base-template.md +48 -0
- package/templates/next-step-footer.md +13 -0
- package/templates/production-manifest.json +4 -4
- package/templates/pseo/alternative-cms-schema.json +65 -0
- package/templates/pseo/blog-cms-schema.json +55 -0
- package/templates/pseo/comparison-cms-schema.json +56 -0
- package/templates/pseo/use-case-cms-schema.json +62 -0
- package/templates/reference-files/brand.md +51 -0
- package/templates/reference-files/product-dna.md +73 -0
- package/templates/site-scaffold/app/globals.css +2 -0
- package/templates/site-scaffold/app/layout.tsx +17 -0
- package/templates/site-scaffold/app/page.tsx +33 -0
- package/templates/site-scaffold/app/robots.ts +8 -0
- package/templates/site-scaffold/app/sitemap.ts +10 -0
- package/templates/site-scaffold/app/tokens.css +21 -0
- package/templates/site-scaffold/components/Comparison.tsx +14 -0
- package/templates/site-scaffold/components/Faq.tsx +14 -0
- package/templates/site-scaffold/components/Features.tsx +14 -0
- package/templates/site-scaffold/components/FinalCta.tsx +17 -0
- package/templates/site-scaffold/components/Footer.tsx +12 -0
- package/templates/site-scaffold/components/Hero.tsx +22 -0
- package/templates/site-scaffold/components/HowItWorks.tsx +14 -0
- package/templates/site-scaffold/components/PricingTeaser.tsx +14 -0
- package/templates/site-scaffold/components/Problem.tsx +14 -0
- package/templates/site-scaffold/components/SocialProof.tsx +14 -0
- package/templates/site-scaffold/components/Solution.tsx +14 -0
- package/templates/site-scaffold/components/Testimonials.tsx +14 -0
- package/templates/site-scaffold/components/UseCases.tsx +14 -0
- package/templates/site-scaffold/content/.gitkeep +0 -0
- package/templates/site-scaffold/lib/.gitkeep +0 -0
- package/templates/site-scaffold/next.config.mjs +10 -0
- package/templates/site-scaffold/package.json +25 -0
- package/templates/site-scaffold/postcss.config.mjs +3 -0
- package/templates/site-scaffold/public/llms.txt +9 -0
- package/templates/site-scaffold/tsconfig.json +21 -0
- package/templates/verification-report.md +1 -1
- package/workflows/channel/linkedin-post.md +178 -0
- package/workflows/discipline/affiliate-kit.md +65 -6
- package/workflows/discipline/{email-preflight.md → email-check.md} +39 -4
- package/workflows/discipline/repurpose.md +82 -31
- package/workflows/discipline/{aeo-check.md → seo/aeo.md} +13 -6
- package/workflows/discipline/{seo-audit.md → seo/audit.md} +13 -6
- package/workflows/discipline/{keyword-map.md → seo/keyword-map.md} +13 -6
- package/workflows/education/ttm-101.md +114 -0
- package/workflows/lifecycle/brief-positioning-check.md +1 -1
- package/workflows/lifecycle/brief.md +64 -28
- package/workflows/lifecycle/{research.md → discover.md} +61 -19
- package/workflows/lifecycle/fix.md +72 -37
- package/workflows/lifecycle/humanize.md +280 -0
- package/workflows/lifecycle/learn.md +72 -35
- package/workflows/lifecycle/measure.md +54 -18
- package/workflows/lifecycle/produce.md +88 -37
- package/workflows/lifecycle/review.md +71 -25
- package/workflows/lifecycle/ship.md +62 -18
- package/workflows/lifecycle/verify.md +72 -26
- package/workflows/reference-mgmt/brand-refresh.md +50 -13
- package/workflows/reference-mgmt/competitor-scan.md +51 -15
- package/workflows/reference-mgmt/icp-refresh.md +48 -12
- package/workflows/reference-mgmt/positioning-check.md +55 -20
- package/workflows/reference-mgmt/positioning-shift.md +53 -17
- package/workflows/setup/init-brand-colors.md +75 -0
- package/workflows/setup/init-logo.md +113 -0
- package/workflows/setup/init-product-dna.md +83 -0
- package/workflows/setup/init-questions.md +166 -30
- package/workflows/setup/init-validation.md +22 -0
- package/workflows/setup/init.md +144 -39
- package/workflows/setup/new-campaign.md +48 -12
- package/workflows/site/deploy.md +98 -0
- package/workflows/site/landing.md +156 -0
- package/workflows/site/pseo.md +96 -0
- package/workflows/site/quality-gates.md +88 -0
- package/workflows/utility/archive.md +45 -9
- package/workflows/utility/health.md +77 -3
- package/workflows/utility/improve-skill.md +233 -0
- package/workflows/utility/next.md +38 -2
- package/workflows/utility/playwright-setup.md +128 -0
- package/workflows/utility/request-skill.md +218 -0
- package/workflows/utility/resume.md +40 -3
- package/workflows/utility/state.md +42 -7
package/playbooks/events.md
CHANGED
|
@@ -1,167 +1,200 @@
|
|
|
1
1
|
---
|
|
2
2
|
discipline: events
|
|
3
|
-
asset_types: [
|
|
4
|
-
version: "
|
|
3
|
+
asset_types: [webinar, meetup, conference, founder-roundtable]
|
|
4
|
+
version: "2.0"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
-
# Events Discipline Playbook
|
|
7
|
+
# Events Discipline Playbook -- Community-Led Growth (Lloyed Lobo)
|
|
8
8
|
|
|
9
|
-
This playbook extends the base playbook contract (`base.md`)
|
|
9
|
+
This playbook extends the base playbook contract (`base.md`) and is saturated in Lloyed Lobo's Community-Led Growth framework -- the 13 Rules, three community types (Practice / Product / Play), and the Boast.AI / Traction lessons that produced "From Grassroots to Greatness."
|
|
10
|
+
|
|
11
|
+
Lobo's thesis: **community is your top channel, and events are how community breathes.** A webinar that isn't a community ritual is a sales pitch in disguise. A conference without volunteers is a trade show. The job of an event in takeToMarket is not to fill a funnel -- it is to give members a reason to belong, return, and bring someone with them.
|
|
10
12
|
|
|
11
13
|
---
|
|
12
14
|
|
|
13
15
|
## Production Guidance
|
|
14
16
|
|
|
15
|
-
###
|
|
17
|
+
### Community before tactics -- always
|
|
18
|
+
|
|
19
|
+
Before producing a single event asset, the producer must locate the event inside Lobo's community map:
|
|
20
|
+
|
|
21
|
+
- **Community of Practice** -- skill-based, around a craft your member already does (DevRel for engineers, RevOps for ops leaders, fundraising for founders). The event teaches the craft.
|
|
22
|
+
- **Community of Product** -- around the tool you ship. Users helping users. The event deepens usage, not awareness.
|
|
23
|
+
- **Community of Play** -- shared interest unrelated to product (founder dinners, run clubs, board-game nights). The event has no agenda beyond belonging.
|
|
24
|
+
|
|
25
|
+
If the event doesn't map cleanly to one of these three, it isn't a community event -- it's a webinar. Be honest about which it is. Webinar tactics (Casey Zeman mechanics) belong in a sub-section below, not at the front of the playbook.
|
|
26
|
+
|
|
27
|
+
For solopreneurs with no community yet, **start with a ritual, not a conference.** A recurring office-hours slot beats a one-time summit every time. Compounding cadence is the engine.
|
|
28
|
+
|
|
29
|
+
### The 13 Rules, applied to event production
|
|
30
|
+
|
|
31
|
+
Lobo's 13 Rules become the production checklist. Every event asset is produced against them:
|
|
32
|
+
|
|
33
|
+
1. **Belong-first** -- the first asset a new member sees (event landing page, invite copy) must answer "do people like me show up here?" before "what will I learn?" Name the member, not the topic.
|
|
34
|
+
2. **Manifesto** -- every recurring event has a one-paragraph manifesto stating why this gathering exists in the world. If you can't write it, don't run the event.
|
|
35
|
+
3. **Founders-as-storytellers** -- the host is visible, named, and present. No anonymous brand events. Lobo at Traction. You at yours.
|
|
36
|
+
4. **Practice-not-just-product** -- at least 70% of stage time is craft, not product. Product mentions are earned through reciprocity, not paid for with the registration fee.
|
|
37
|
+
5. **Rituals** -- recurring formats that repeat: weekly AMA, monthly roundtable, annual conference. Members memorize the cadence and plan around it.
|
|
38
|
+
6. **Reciprocity** -- the event gives more than it takes. If the member leaves with one frame, one introduction, and one specific action, the ratio is correct.
|
|
39
|
+
7. **Recognize members** -- name people from the stage, in follow-up emails, in social posts. The member is the protagonist; you are the host.
|
|
40
|
+
8. **Reduce friction** -- one-click RSVP, calendar files attached, join links in three places, no forms beyond name + email at registration.
|
|
41
|
+
9. **Hand off ownership** -- by event four or five, members should be proposing talks, hosting sub-tracks, moderating breakouts. If you're still the only producer at event ten, you've built a podcast, not a community.
|
|
42
|
+
10. **Layer business model on top, never below** -- the event is free or pay-what-feels-fair until trust is earned. Sponsorships, ticketing, and product CTAs come after the community is real, not before.
|
|
43
|
+
11. **Patience** -- communities compound on the scale of years. The first three events will feel small. The eighth will feel inevitable.
|
|
44
|
+
12. **Compounding cadence** -- commit to a cadence (weekly, monthly, quarterly) before running the first event. Volume × consistency creates the compound; one-shot events evaporate.
|
|
45
|
+
13. **Permission to play** -- the format can be strange. Lunch on Zoom. A walking-and-talking call. A book club. Strangeness is a feature; conformity is the failure mode.
|
|
16
46
|
|
|
17
|
-
|
|
47
|
+
### Attendee-as-member, not lead
|
|
18
48
|
|
|
19
|
-
|
|
20
|
-
- Registration/landing page with clear event value proposition, speaker bios, agenda, and registration CTA
|
|
21
|
-
- Promotional email sequence: announcement (4-6 weeks before), detail reveal (2-3 weeks), early-bird deadline (1-2 weeks), final reminder (48h and 24h before)
|
|
22
|
-
- Social promotion cadence: teaser content, speaker spotlights, countdown posts
|
|
23
|
-
- Partner/sponsor cross-promotion coordination
|
|
49
|
+
Every event communication in takeToMarket addresses the attendee as a member of a community, not as a lead in a funnel. The vocabulary shift is non-cosmetic:
|
|
24
50
|
|
|
25
|
-
|
|
26
|
-
-
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
-
|
|
51
|
+
- "Registrants" → "members" or "people coming"
|
|
52
|
+
- "Lead capture form" → "RSVP" (name + email maximum)
|
|
53
|
+
- "Drip sequence" → "warmup notes" before, "thank-you notes" after
|
|
54
|
+
- "Post-event nurture" → "what happens in the community channel next"
|
|
55
|
+
- "Conversion CTA" → "invite a friend to the next one"
|
|
30
56
|
|
|
31
|
-
|
|
32
|
-
- Recording delivery to registrants (within 24 hours) and no-shows (within 48 hours)
|
|
33
|
-
- Follow-up email sequence: thank-you + recording (day 1), key takeaways + resources (day 3), CTA or next-event invite (day 7)
|
|
34
|
-
- Post-event survey for attendee feedback
|
|
35
|
-
- Content repurposing plan (see Section 2, DISC-EVENTS-05)
|
|
57
|
+
### Recurring cadence is a non-negotiable
|
|
36
58
|
|
|
37
|
-
|
|
59
|
+
Before producing the first event, the campaign brief must commit to a cadence (e.g., "monthly founder roundtable on the first Thursday for the next 6 months"). If the campaign cannot commit to at least 4 instances of the same format, route the work to a different channel (newsletter, LinkedIn, podcast). One-shot events are explicitly out of scope for Community-Led Growth and are flagged at the gate wall.
|
|
38
60
|
|
|
39
|
-
|
|
61
|
+
### Host-with-care: the 48-hour rule
|
|
40
62
|
|
|
41
|
-
|
|
42
|
-
2. **Confirmation email:** Thank-you, calendar invite (.ics attachment), "add to calendar" links, pre-event resource or teaser
|
|
43
|
-
3. **Reminder sequence:** 24 hours before (agenda preview), 1 hour before (join link), 5 minutes before (final nudge with join link)
|
|
44
|
-
4. **Live event script:** Opening hook (first 60 seconds determine drop-off), content sections with timing, engagement prompts every 8-10 minutes, Q&A segment, closing CTA
|
|
45
|
-
5. **Recording delivery:** Hosted recording link, key timestamps, supplementary resources, next-step CTA
|
|
46
|
-
6. **Post-event CTA:** Product demo offer, free trial, consultation booking, or next webinar registration
|
|
63
|
+
Lobo's "host" framing is operational, not aesthetic. After every event:
|
|
47
64
|
|
|
48
|
-
|
|
65
|
+
- Within 24 hours: recording + thank-you note + one specific next step sent to attendees. Tone is personal-from-the-host, not branded-from-the-company.
|
|
66
|
+
- Within 48 hours: every attendee who asked a question, spoke up, or DMed gets a personal reply from the host. No exceptions.
|
|
67
|
+
- Within 7 days: the community channel has a recap thread with quotes and member shout-outs. Members named are notified.
|
|
49
68
|
|
|
50
|
-
|
|
69
|
+
The 48-hour rule is the difference between an event that builds a community and one that builds a database.
|
|
51
70
|
|
|
52
|
-
|
|
53
|
-
- **Post-event:** Create a discussion thread in the community channel about event topics, share exclusive post-event content, invite speakers for follow-up Q&A
|
|
54
|
-
- **Ongoing:** Use event attendee lists to seed community membership, track community engagement as a leading indicator of customer retention
|
|
71
|
+
### Volunteers > paid contractors
|
|
55
72
|
|
|
56
|
-
|
|
73
|
+
For multi-day or multi-thousand-person events, the volunteer-to-attendee ratio is the leading indicator of whether community ownership has been handed off. Lobo's Traction ratio is roughly **60–100 volunteers per multi-thousand-person event**. For a founder roundtable of 12, this scales down to "two members helping the host run the agenda" -- still volunteers, still owned.
|
|
57
74
|
|
|
58
|
-
|
|
75
|
+
If the event is staffed entirely by paid agency or company employees, it's an activation, not a community event. Reclassify and adjust the gate evaluation.
|
|
59
76
|
|
|
60
|
-
|
|
61
|
-
- **Expected outputs:** Estimated reach (attendee count x booth traffic %), leads collected, meetings booked
|
|
62
|
-
- **Cost-per-lead projection:** Total cost / expected leads. Compare to other channel CPLs.
|
|
63
|
-
- **Brand visibility metrics:** Logo impressions, speaking slot value, content distribution reach
|
|
64
|
-
- **Success/failure thresholds:** Define in advance what makes the sponsorship a success (e.g., 50+ qualified leads at <$100 CPL) or failure (e.g., <10 leads or >$500 CPL)
|
|
77
|
+
### Webinar mechanics (sub-discipline, not the lead)
|
|
65
78
|
|
|
66
|
-
|
|
79
|
+
Casey Zeman-style webinar tactics live here, deliberately below the community-led production guidance because **a webinar is only a community event if it's a recurring ritual inside a named community.** A one-shot promo webinar is a paid-ads asset wearing a webinar costume.
|
|
67
80
|
|
|
68
|
-
|
|
81
|
+
When producing a webinar that does pass the community test:
|
|
69
82
|
|
|
70
|
-
-
|
|
71
|
-
-
|
|
72
|
-
-
|
|
73
|
-
-
|
|
74
|
-
-
|
|
75
|
-
|
|
83
|
+
- Open with the host present and named (not a welcome-slide voiceover).
|
|
84
|
+
- Limit product talk to ≤30% of run time.
|
|
85
|
+
- Make Q&A the load-bearing segment, not the bonus segment.
|
|
86
|
+
- Invite attendees into the community channel by name during the event, not via post-event email only.
|
|
87
|
+
- Commit the date of the next instance live on air.
|
|
88
|
+
|
|
89
|
+
### In-person dinners outperform everything at small scale
|
|
90
|
+
|
|
91
|
+
For solopreneurs targeting high-trust B2B, Lobo's empirical bias is clear: a 10-person in-person dinner outperforms a 500-person webinar for downstream pipeline at the small-scale level. When budget is constrained, the playbook routes spend to dinners over digital scale until the community is at least 200 active members.
|
|
76
92
|
|
|
77
93
|
---
|
|
78
94
|
|
|
79
95
|
## Discipline Gates
|
|
80
96
|
|
|
81
|
-
### DISC-EVENTS-01:
|
|
97
|
+
### DISC-EVENTS-01: Community Ritual Element -- Tier 1
|
|
82
98
|
|
|
83
|
-
**Checks:** Event
|
|
84
|
-
**Against:** Event brief and
|
|
99
|
+
**Checks:** Event has an explicit community-ritual element -- it belongs to a named recurring format inside a named community of Practice, Product, or Play.
|
|
100
|
+
**Against:** Event brief, campaign plan, and recurring-cadence commitment.
|
|
85
101
|
|
|
86
102
|
#### Evaluation Criteria
|
|
87
103
|
|
|
88
|
-
1. **
|
|
89
|
-
- PASS: Brief
|
|
90
|
-
- WARN:
|
|
91
|
-
- FAIL:
|
|
104
|
+
1. **Community type declaration**
|
|
105
|
+
- PASS: Brief explicitly names the community (e.g., "Boast.AI Founders Practice Community") and classifies it as Practice, Product, or Play.
|
|
106
|
+
- WARN: Community is referenced but not classified into one of the three Lobo types.
|
|
107
|
+
- FAIL: No community is named; event is framed as a standalone broadcast or lead-gen activation.
|
|
92
108
|
|
|
93
|
-
2. **
|
|
94
|
-
- PASS:
|
|
95
|
-
- WARN:
|
|
96
|
-
- FAIL:
|
|
109
|
+
2. **Ritual classification**
|
|
110
|
+
- PASS: Event is identified as an instance of a recurring format with a manifesto sentence (e.g., "Monthly Founder Roundtable -- first Thursday, 10 founders, no slides, no recording").
|
|
111
|
+
- WARN: Event is recurring but has no written manifesto or format definition.
|
|
112
|
+
- FAIL: Event is a one-shot with no recurring cadence and no place inside a ritual.
|
|
97
113
|
|
|
98
|
-
### DISC-EVENTS-02:
|
|
114
|
+
### DISC-EVENTS-02: Member-Named Promotion -- Tier 1
|
|
99
115
|
|
|
100
|
-
**Checks:**
|
|
101
|
-
**Against:**
|
|
116
|
+
**Checks:** Promotion targets named members of a community, not bought lists or generic paid audiences.
|
|
117
|
+
**Against:** Promotion plan, invite copy, distribution channels.
|
|
102
118
|
|
|
103
119
|
#### Evaluation Criteria
|
|
104
120
|
|
|
105
|
-
1. **
|
|
106
|
-
- PASS:
|
|
107
|
-
- WARN:
|
|
108
|
-
- FAIL:
|
|
121
|
+
1. **Audience source**
|
|
122
|
+
- PASS: Promotion routes through community channels (Slack/Discord posts, member newsletters, member-to-member invites). Cold lists and paid audiences are explicitly excluded for the first three instances of any recurring format.
|
|
123
|
+
- WARN: Mix of community channels and cold outreach; cold outreach <40% of expected attendance.
|
|
124
|
+
- FAIL: Primary promotion channel is bought lists, paid retargeting, or unwarmed cold email blast.
|
|
109
125
|
|
|
110
|
-
2. **
|
|
111
|
-
- PASS:
|
|
112
|
-
- WARN:
|
|
113
|
-
- FAIL:
|
|
126
|
+
2. **Invite tone**
|
|
127
|
+
- PASS: Invite copy is personal-from-the-host, addresses the recipient as a member ("you", named community), and references something specific the host knows about the audience.
|
|
128
|
+
- WARN: Invite is community-flavored but generic ("hey community").
|
|
129
|
+
- FAIL: Invite reads as a marketing blast (third-person company tone, generic "join us for a webinar").
|
|
114
130
|
|
|
115
|
-
### DISC-EVENTS-03:
|
|
131
|
+
### DISC-EVENTS-03: 48-Hour Follow-Up Discipline -- Tier 1
|
|
116
132
|
|
|
117
|
-
**Checks:**
|
|
118
|
-
**Against:**
|
|
133
|
+
**Checks:** Host commits to and produces a personal follow-up within 48 hours of every event.
|
|
134
|
+
**Against:** Post-event plan, host calendar block, follow-up asset templates.
|
|
119
135
|
|
|
120
136
|
#### Evaluation Criteria
|
|
121
137
|
|
|
122
|
-
1. **
|
|
123
|
-
- PASS:
|
|
124
|
-
- WARN:
|
|
125
|
-
- FAIL:
|
|
138
|
+
1. **24-hour recording + thank-you**
|
|
139
|
+
- PASS: Recording, host-signed thank-you, and one specific next step are sent within 24 hours of event end. Tone is personal-from-the-host, not company-broadcast.
|
|
140
|
+
- WARN: Asset goes out within 48 hours, OR tone is branded-broadcast rather than host-personal.
|
|
141
|
+
- FAIL: No 24-hour follow-up planned, or follow-up is delegated to automated nurture sequence with no host signature.
|
|
126
142
|
|
|
127
|
-
2. **
|
|
128
|
-
- PASS:
|
|
129
|
-
- WARN:
|
|
130
|
-
- FAIL: No
|
|
143
|
+
2. **48-hour personal reply to engaged members**
|
|
144
|
+
- PASS: Plan blocks host calendar time within 48 hours for personal replies to every attendee who asked a question, spoke, or DMed.
|
|
145
|
+
- WARN: Plan acknowledges the need but assigns it to a CSM/SDR, not the host.
|
|
146
|
+
- FAIL: No personal-reply plan; engaged attendees are folded into generic post-event nurture.
|
|
131
147
|
|
|
132
|
-
### DISC-EVENTS-04:
|
|
148
|
+
### DISC-EVENTS-04: Recurring Cadence Commitment -- Tier 1
|
|
133
149
|
|
|
134
|
-
**Checks:**
|
|
135
|
-
**Against:**
|
|
150
|
+
**Checks:** Recurring cadence is committed in writing before the first event in a series is produced.
|
|
151
|
+
**Against:** Campaign brief, calendar artifacts, public commitment.
|
|
136
152
|
|
|
137
153
|
#### Evaluation Criteria
|
|
138
154
|
|
|
139
|
-
1. **
|
|
140
|
-
- PASS:
|
|
141
|
-
- WARN:
|
|
142
|
-
- FAIL:
|
|
155
|
+
1. **Cadence commitment**
|
|
156
|
+
- PASS: Brief commits to at least 4 instances of the same format on a defined cadence (weekly, biweekly, monthly, quarterly), with the next 3 dates already on the calendar.
|
|
157
|
+
- WARN: Cadence stated but only the first event is scheduled.
|
|
158
|
+
- FAIL: Event is a one-shot with no cadence commitment; no follow-on dates exist.
|
|
143
159
|
|
|
144
|
-
2. **
|
|
145
|
-
- PASS:
|
|
146
|
-
- WARN:
|
|
147
|
-
- FAIL: N/A (
|
|
160
|
+
2. **Public commitment**
|
|
161
|
+
- PASS: The cadence is announced to members on the event itself or in the registration page ("we run this every first Thursday -- next ones are Oct 3, Nov 7, Dec 5").
|
|
162
|
+
- WARN: Cadence is committed internally but not communicated to members.
|
|
163
|
+
- FAIL: N/A (rolls up to cadence commitment).
|
|
148
164
|
|
|
149
|
-
### DISC-EVENTS-05:
|
|
165
|
+
### DISC-EVENTS-05: Practice-Not-Product Ratio -- Tier 1
|
|
150
166
|
|
|
151
|
-
**Checks:** Event
|
|
152
|
-
**Against:**
|
|
167
|
+
**Checks:** Event content is dominated by craft/practice value, not product pitch.
|
|
168
|
+
**Against:** Event agenda, script, run-of-show.
|
|
153
169
|
|
|
154
170
|
#### Evaluation Criteria
|
|
155
171
|
|
|
156
|
-
1. **
|
|
157
|
-
- PASS:
|
|
158
|
-
- WARN:
|
|
159
|
-
- FAIL:
|
|
172
|
+
1. **Product talk budget**
|
|
173
|
+
- PASS: Product/company mentions consume ≤30% of total run time. The remaining ≥70% is craft, teaching, member stories, or open discussion.
|
|
174
|
+
- WARN: Product talk is 31–50% of run time.
|
|
175
|
+
- FAIL: Product talk exceeds 50% of run time, OR the event is structured as a demo/pitch with token discussion bolted on.
|
|
176
|
+
|
|
177
|
+
2. **Pitch-vs-ritual placement**
|
|
178
|
+
- PASS: If a product CTA exists, it lives in the final 5 minutes as an opt-in next step, after value has been delivered.
|
|
179
|
+
- WARN: Product CTA appears in the first half but is brief (<2 minutes) and not the focus.
|
|
180
|
+
- FAIL: Event opens with a product pitch, or product talk is interleaved with content rather than confined to a closing window.
|
|
181
|
+
|
|
182
|
+
### DISC-EVENTS-06: Member Recognition & Ownership Handoff -- Tier 2
|
|
183
|
+
|
|
184
|
+
**Checks:** Event recognizes specific members and (by event 4+) hands off real production ownership to community volunteers.
|
|
185
|
+
**Against:** Run-of-show, follow-up artifacts, volunteer plan.
|
|
186
|
+
|
|
187
|
+
#### Evaluation Criteria
|
|
160
188
|
|
|
161
|
-
|
|
162
|
-
- PASS:
|
|
163
|
-
- WARN:
|
|
164
|
-
- FAIL:
|
|
189
|
+
1. **Member recognition**
|
|
190
|
+
- PASS: At least 3 specific members are named from the stage, in chat, or in follow-up notes (with their permission). Names appear in the recap thread.
|
|
191
|
+
- WARN: 1–2 members named, or recognition is generic ("thanks to everyone who showed up").
|
|
192
|
+
- FAIL: No member is named individually anywhere in the event or its artifacts.
|
|
193
|
+
|
|
194
|
+
2. **Ownership handoff (event 4+)**
|
|
195
|
+
- PASS: From the fourth instance of any recurring format, at least one structural component (a talk slot, a sub-track, a breakout, MC duties) is owned by a community volunteer, not the host or company.
|
|
196
|
+
- WARN: Volunteers help with logistics but no content slot is owned by a member.
|
|
197
|
+
- FAIL: Event 4+ in the series is still produced 100% by the host/company with no member ownership; OR (for events 1–3) no plan exists to begin handing off by event 4.
|
|
165
198
|
|
|
166
199
|
---
|
|
167
200
|
|
|
@@ -169,152 +202,209 @@ Event recordings and materials are high-value source content. Plan repurposing b
|
|
|
169
202
|
|
|
170
203
|
| Base Gate ID | Default Tier | Override Tier | Reason |
|
|
171
204
|
|-------------|-------------|---------------|--------|
|
|
172
|
-
| GATE-05 (Funnel Integrity) | Tier 2 | Tier 1 |
|
|
205
|
+
| GATE-05 (Funnel Integrity) | Tier 2 | Tier 1 | In Community-Led Growth the "funnel" is the community ritual itself -- registration → attendance → community channel → next event. Breaking any link breaks the compound. Lobo's reciprocity rule and 48-hour discipline raise this to blocking. |
|
|
173
206
|
|
|
174
207
|
---
|
|
175
208
|
|
|
176
209
|
## Format Rules
|
|
177
210
|
|
|
178
|
-
###
|
|
211
|
+
### Invite copy
|
|
179
212
|
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
6. **Social proof:** Past event metrics, testimonials, notable past attendees (if applicable)
|
|
186
|
-
7. **Registration CTA:** Above the fold AND at page bottom. Minimal form fields (name, email, company).
|
|
187
|
-
8. **Calendar integration:** Auto-generated .ics file or "add to calendar" links upon registration
|
|
213
|
+
- **Length:** 60–150 words. Anything longer reads as a marketing email, anything shorter feels impersonal.
|
|
214
|
+
- **From:** A named human (the host), never a company alias.
|
|
215
|
+
- **Subject line:** Personal and specific ("Roundtable Thursday -- can I save you a seat?"), not branded-broadcast ("Join our exclusive webinar on AI trends").
|
|
216
|
+
- **Body:** One sentence on why this gathering exists, one sentence on what the recipient specifically will get, one sentence on the cadence ("we do this every first Thursday"), one-click RSVP at the bottom.
|
|
217
|
+
- **No marketing footer.** Plain text wins.
|
|
188
218
|
|
|
189
|
-
###
|
|
219
|
+
### Scheduled cadence
|
|
190
220
|
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
-
|
|
194
|
-
|
|
195
|
-
-
|
|
196
|
-
|
|
197
|
-
[1:00-5:00] SPEAKER INTRO + CONTEXT
|
|
198
|
-
- Speaker credibility (why should they listen to you)
|
|
199
|
-
- Problem framing (why this topic matters now)
|
|
200
|
-
|
|
201
|
-
[5:00-35:00] CORE CONTENT (3-4 sections)
|
|
202
|
-
- Section 1: [Topic] (8-10 min)
|
|
203
|
-
- Key point + supporting evidence
|
|
204
|
-
- ENGAGEMENT PROMPT: [Poll/question at 10-min mark]
|
|
205
|
-
- Section 2: [Topic] (8-10 min)
|
|
206
|
-
- Key point + supporting evidence
|
|
207
|
-
- ENGAGEMENT PROMPT: [Poll/question at 20-min mark]
|
|
208
|
-
- Section 3: [Topic] (8-10 min)
|
|
209
|
-
- Key point + supporting evidence
|
|
210
|
-
- ENGAGEMENT PROMPT: [Poll/question at 30-min mark]
|
|
211
|
-
|
|
212
|
-
[35:00-45:00] Q&A
|
|
213
|
-
- Prepared seed questions (in case of slow start)
|
|
214
|
-
- Moderator selects and reads questions
|
|
215
|
-
|
|
216
|
-
[45:00-48:00] CLOSING
|
|
217
|
-
- 3 key takeaways (repeat the value)
|
|
218
|
-
- CTA: [Specific next step with link]
|
|
219
|
-
- Thank you + where to continue the conversation
|
|
220
|
-
```
|
|
221
|
+
- **Minimum commitment:** 4 instances of the same format on a defined cadence before the first event ships.
|
|
222
|
+
- **Cadence options:** weekly (office hours, AMA), biweekly (workshop series), monthly (founder roundtable, dinner), quarterly (member summit), annual (community conference).
|
|
223
|
+
- **Calendar artifacts:** Next 3 dates on every event landing page. Members must be able to see the rhythm.
|
|
224
|
+
|
|
225
|
+
### Follow-up timeline
|
|
221
226
|
|
|
222
|
-
|
|
227
|
+
- **T+0 (event ends):** Host posts a thank-you message in the community channel naming 3+ members.
|
|
228
|
+
- **T+24h:** Recording + host-signed thank-you + one specific next step to every attendee. Personal tone.
|
|
229
|
+
- **T+48h:** Host personally replies to every engaged attendee (questions, comments, DMs).
|
|
230
|
+
- **T+7d:** Recap thread in community channel with quotes, member shout-outs, and the date of the next instance pinned.
|
|
231
|
+
- **T+14d:** First "where are they now" follow-up to attendees -- did they try the thing? Did the introduction land?
|
|
223
232
|
|
|
224
|
-
|
|
225
|
-
2. **Sponsorship tier:** What is included (logo placement, speaking slot, booth, leads)
|
|
226
|
-
3. **Cost breakdown:** Fee + estimated additional costs (travel, booth setup, swag)
|
|
227
|
-
4. **ROI projection:** Expected leads, CPL, comparison to other channels
|
|
228
|
-
5. **Success criteria:** Specific thresholds that define success vs. failure
|
|
229
|
-
6. **Measurement plan:** How leads and brand visibility will be tracked
|
|
230
|
-
7. **Go/no-go deadline:** Date by which decision must be made
|
|
233
|
+
### Host-to-attendee ratio
|
|
231
234
|
|
|
232
|
-
|
|
235
|
+
- **Founder roundtable (dinner format):** 1 host + 8–12 attendees. Above 12 the ritual breaks; the conversation fragments.
|
|
236
|
+
- **Webinar / AMA:** 1 host + 1 moderator per 100 attendees. The moderator is named and visible, not invisible chat support.
|
|
237
|
+
- **Workshop:** 1 host + 1 helper per 25 attendees for true workshop interaction (breakouts, hands-on).
|
|
238
|
+
- **Conference / multi-day:** 60–100 volunteer organizers per 1,000 attendees. If your volunteer ratio is below this, you've under-delegated and the community doesn't own the event.
|
|
233
239
|
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
6. **Resources:** Links to recording, slides, related content
|
|
240
|
-
7. **Next steps:** Upcoming events, community link, CTA
|
|
240
|
+
### Registration form
|
|
241
|
+
|
|
242
|
+
- **Maximum fields:** name, email, one optional context question (role / community / what brought you).
|
|
243
|
+
- **No lead-qualification questions.** No company size, no budget, no buying timeline. Members are not leads.
|
|
244
|
+
- **One-click calendar add** in the confirmation. The .ics file is non-negotiable.
|
|
241
245
|
|
|
242
246
|
---
|
|
243
247
|
|
|
244
248
|
## Examples
|
|
245
249
|
|
|
246
|
-
### Good:
|
|
250
|
+
### Good: Lobo-flavored founder roundtable invite
|
|
251
|
+
|
|
252
|
+
```
|
|
253
|
+
Subject: Roundtable Thursday — can I save you a seat?
|
|
254
|
+
|
|
255
|
+
Hey Maya,
|
|
256
|
+
|
|
257
|
+
We're running the Bootstrapped Founder Roundtable this Thursday at
|
|
258
|
+
4pm PT — it's a 90-minute dinner-style call where 10 of us trade
|
|
259
|
+
notes on what's actually working this quarter. No slides, no
|
|
260
|
+
recording, no sponsors. Just founders.
|
|
261
|
+
|
|
262
|
+
I'm running this every first Thursday for the rest of the year
|
|
263
|
+
(next ones: Nov 7, Dec 5, Jan 2). The seats fill on a first-come
|
|
264
|
+
basis and I keep it to 10 to protect the conversation quality.
|
|
265
|
+
|
|
266
|
+
You came up because of the post you wrote about pricing AI
|
|
267
|
+
features — the others would learn a lot from how you're thinking
|
|
268
|
+
about it. Want in?
|
|
269
|
+
|
|
270
|
+
RSVP: [one-click link]
|
|
271
|
+
|
|
272
|
+
— Lloyed
|
|
273
|
+
```
|
|
274
|
+
|
|
275
|
+
Why this passes:
|
|
276
|
+
- Host is named and personal (rule 3: founders-as-storytellers).
|
|
277
|
+
- Cadence is committed and visible (rule 12: compounding cadence).
|
|
278
|
+
- Member is recognized by name with a specific reason (rule 7: recognize members).
|
|
279
|
+
- Format is small enough to be a real ritual, not a broadcast (rule 5: rituals).
|
|
280
|
+
- No company branding, no marketing footer (rule 6: reciprocity, rule 8: reduce friction).
|
|
281
|
+
|
|
282
|
+
### Bad: webinar-as-thinly-veiled-pitch
|
|
247
283
|
|
|
248
284
|
```
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
285
|
+
Subject: 🚀 Join our exclusive webinar: How AI is Transforming
|
|
286
|
+
Marketing in 2026
|
|
287
|
+
|
|
288
|
+
Hi there,
|
|
289
|
+
|
|
290
|
+
Acme Corp is excited to invite you to our exclusive webinar where
|
|
291
|
+
our CEO will reveal how Acme's platform is helping 10,000+
|
|
292
|
+
marketing teams unlock AI-powered growth. You'll learn:
|
|
293
|
+
|
|
294
|
+
✓ The 5 trends defining marketing in 2026
|
|
295
|
+
✓ How Acme's AI features deliver 10x ROI
|
|
296
|
+
✓ Why teams are switching from legacy tools
|
|
297
|
+
✓ Live demo of our newest release
|
|
298
|
+
✓ Exclusive Q&A with our product team
|
|
299
|
+
|
|
300
|
+
Date: TBD
|
|
301
|
+
Format: 60-minute webinar with live demo
|
|
302
|
+
BONUS: First 100 registrants get a free trial!
|
|
303
|
+
|
|
304
|
+
Register now → [marketing landing page]
|
|
305
|
+
|
|
306
|
+
Best,
|
|
307
|
+
The Acme Marketing Team
|
|
269
308
|
```
|
|
270
309
|
|
|
271
|
-
|
|
310
|
+
Why this fails:
|
|
311
|
+
- DISC-EVENTS-01 FAIL: no community is named; event is positioned as a broadcast.
|
|
312
|
+
- DISC-EVENTS-02 FAIL: tone is "Acme Marketing Team", not a host. Recipient is "Hi there", not a member.
|
|
313
|
+
- DISC-EVENTS-04 FAIL: one-shot, no cadence, no next dates.
|
|
314
|
+
- DISC-EVENTS-05 FAIL: 4 of 5 bullets are product talk; structure is a demo with token Q&A.
|
|
315
|
+
- Casey Zeman could fix the funnel mechanics here, but Lobo would refuse to call this a community event at all.
|
|
316
|
+
|
|
317
|
+
### Good: recurring ritual landing page (sketch)
|
|
272
318
|
|
|
273
319
|
```
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
- No
|
|
284
|
-
-
|
|
285
|
-
-
|
|
320
|
+
THE BOOTSTRAPPED FOUNDER ROUNDTABLE
|
|
321
|
+
Monthly, first Thursday, 4pm PT. 10 founders. 90 minutes.
|
|
322
|
+
Hosted by Lloyed Lobo.
|
|
323
|
+
|
|
324
|
+
Why this exists:
|
|
325
|
+
Bootstrapped founders make the same five mistakes every year and
|
|
326
|
+
no one tells us. This roundtable is where we tell each other.
|
|
327
|
+
|
|
328
|
+
Format:
|
|
329
|
+
- 10 founders, max. No slides. No recording. No sponsors.
|
|
330
|
+
- Each founder brings one problem they're stuck on.
|
|
331
|
+
- The room workshops it for 8 minutes.
|
|
332
|
+
- We close with one specific commitment per person.
|
|
333
|
+
|
|
334
|
+
Next dates: Nov 7 • Dec 5 • Jan 2 • Feb 6
|
|
335
|
+
RSVP for any → [link]
|
|
336
|
+
|
|
337
|
+
Past members include: [3 named members with permission]
|
|
286
338
|
```
|
|
287
339
|
|
|
340
|
+
### Bad: one-shot conference with no community spine
|
|
341
|
+
|
|
342
|
+
```
|
|
343
|
+
SaaS Growth Summit 2026 — Register Now!
|
|
344
|
+
500+ marketers, 30+ speakers, 1 day in San Francisco.
|
|
345
|
+
|
|
346
|
+
Tickets: $499 early bird / $799 regular
|
|
347
|
+
Platinum sponsors: [10 logos]
|
|
348
|
+
Speakers: [thumbnail wall]
|
|
349
|
+
|
|
350
|
+
Don't miss the marketing event of the year.
|
|
351
|
+
```
|
|
352
|
+
|
|
353
|
+
Why this fails:
|
|
354
|
+
- DISC-EVENTS-01 FAIL: no named community; the event is a trade show.
|
|
355
|
+
- DISC-EVENTS-04 FAIL: one-shot; no recurring cadence visible.
|
|
356
|
+
- DISC-EVENTS-06 FAIL: 30+ speakers, 0 named members. The audience is anonymous.
|
|
357
|
+
- Sponsorships are leading the brand rather than layered on top (rule 10 violation).
|
|
358
|
+
|
|
288
359
|
---
|
|
289
360
|
|
|
290
361
|
## Anti-Patterns
|
|
291
362
|
|
|
292
|
-
1. **
|
|
363
|
+
1. **Pitch-disguised-as-event** -- the webinar exists to demo the product; "community" is in the title but the agenda is a sales deck. Reciprocity violated. Members feel the bait-and-switch and never return.
|
|
364
|
+
|
|
365
|
+
2. **One-shot events with no rhythm** -- a single summit, a single AMA, a single dinner with no committed follow-on. Compounding cadence violated. The investment evaporates because no member can plan around it.
|
|
366
|
+
|
|
367
|
+
3. **No follow-up** -- recording is sent (maybe), and that's it. No personal reply, no community channel post, no member recognition. The 48-hour window where intent is highest is wasted.
|
|
293
368
|
|
|
294
|
-
|
|
369
|
+
4. **Sponsorships leading the brand** -- platinum sponsors are above the fold, member stories are below. Lobo's rule 10 violated: business model is layered *below* community, not on top. Members read sponsors-first as "this event is for the sponsors."
|
|
295
370
|
|
|
296
|
-
|
|
371
|
+
5. **Anonymous mass promotion** -- buying a list of 50K marketers and blasting them to fill seats. The community type is "none." The invite tone is broadcast. Members who do show up arrive distrustful.
|
|
297
372
|
|
|
298
|
-
|
|
373
|
+
6. **Centralized control past event 3** -- by the fourth instance, members should be proposing talks, moderating breakouts, or hosting sub-tracks. If the host is still doing everything at event 10, it's a podcast with a chat window, not a community.
|
|
299
374
|
|
|
300
|
-
|
|
375
|
+
7. **Webinar without a community channel** -- the event runs, attendees leave, and there is nowhere for them to continue the conversation. The single biggest leak in event-driven Community-Led Growth.
|
|
301
376
|
|
|
302
|
-
|
|
377
|
+
8. **Generic event name and manifesto** -- "AI Marketing Webinar Series" instead of "The Bootstrapped Founder Roundtable." Specificity is belonging; generality is broadcast.
|
|
303
378
|
|
|
304
|
-
|
|
379
|
+
9. **Lead-capture-as-RSVP** -- requiring company size, budget, buying timeline at registration. Attendees are treated as leads, not members. Reciprocity is broken before they arrive.
|
|
380
|
+
|
|
381
|
+
10. **No volunteer plan at scale** -- a 1,000-person event run entirely by paid agency staff. Volunteer-to-attendee ratio is the leading indicator of real community ownership; staffed-only events are activations dressed up as community.
|
|
305
382
|
|
|
306
383
|
---
|
|
307
384
|
|
|
308
385
|
## Metrics
|
|
309
386
|
|
|
310
|
-
Track these indicators
|
|
311
|
-
|
|
312
|
-
- **
|
|
313
|
-
- **
|
|
314
|
-
- **
|
|
315
|
-
- **Post-event
|
|
316
|
-
- **
|
|
317
|
-
- **
|
|
318
|
-
- **
|
|
319
|
-
- **
|
|
320
|
-
- **
|
|
387
|
+
Track these post-event signals. The first four are leading indicators of community health; the rest are lagging.
|
|
388
|
+
|
|
389
|
+
- **Attendee return rate (next instance)** -- the share of this event's attendees who show up to the next recurring instance. Target: ≥40% by event 4. Below 20% sustained means the ritual isn't sticking.
|
|
390
|
+
- **Community NPS** -- post-event one-question survey: "How likely are you to recommend this gathering to another [member type]?" Lobo's threshold: ≥50 sustained. Below 30 means the event isn't giving more than it takes.
|
|
391
|
+
- **Referral attendance** -- share of attendees who came because another member invited them. Target: ≥25% by event 6. This is the compounding signal.
|
|
392
|
+
- **Post-event community-channel activity** -- new posts, replies, and DMs in the community channel within 7 days of the event, attributable to attendees. Target: ≥1 attributable interaction per 5 attendees within 7 days.
|
|
393
|
+
- **Member recognition density** -- count of specific members named (with permission) in the event, follow-up notes, and recap thread. Target: ≥3 per event.
|
|
394
|
+
- **Volunteer ratio** -- volunteers / attendees for multi-track or multi-day events. Target: ≥6 per 100 attendees by event 5; ≥6 per 100 attendees sustained at scale.
|
|
395
|
+
- **Practice-to-product ratio** -- audited from the recording / agenda: minutes of craft talk vs. minutes of product talk. Target: ≥70/30 practice-to-product.
|
|
396
|
+
- **48-hour follow-up compliance** -- share of engaged attendees who received a personal host reply within 48 hours. Target: 100%. This is a hygiene gate, not a stretch metric.
|
|
397
|
+
- **Cadence integrity** -- share of committed dates actually held on schedule across a rolling 12-month window. Target: ≥90%. Skipped instances break the ritual.
|
|
398
|
+
- **Member-led content share** -- by event 6+, share of stage time / agenda owned by community members vs. host/company. Target: ≥30% by event 6, ≥50% by event 12.
|
|
399
|
+
|
|
400
|
+
Downstream business metrics (pipeline, revenue) are deliberately not led with. Lobo's frame: business outcomes are layered on top of community health, not measured in place of it. If the leading indicators above are green, the lagging ones follow.
|
|
401
|
+
|
|
402
|
+
---
|
|
403
|
+
|
|
404
|
+
## Sources
|
|
405
|
+
|
|
406
|
+
- [Lloyed Lobo personal site -- "From Grassroots to Greatness" and Community-Led Growth resources](https://www.lloyedlobo.com/)
|
|
407
|
+
- [Marketing Powerups podcast -- Lloyed Lobo on Community-Led Growth](https://www.marketingpowerups.com/podcast/lloyed-lobo-community-led-growth/)
|
|
408
|
+
- [Userlist podcast -- Community-Led Growth with Lloyed Lobo](https://userlist.com/podcast/community-led-growth-with-lloyed-lobo/)
|
|
409
|
+
- [Boast.AI -- the company Lobo built on Community-Led Growth](https://boast.ai/)
|
|
410
|
+
- [Traction conference -- 100K+ innovator community Lobo co-founded](https://www.tractionconf.io/)
|