Growth Loops
Growth loops are self-reinforcing compounding mechanisms where the action of an existing user naturally generates inputs that attract new users or re-engage existing ones. Unlike linear marketing funnels (where customer acquisition stops the moment ad spend pauses), growth loops reinvest user activity into viral, content, or product-led expansion.
1. The Anatomy of a Closed Growth Loop
Every growth loop consists of three structural phases:
- User Action / Output: An existing user achieves value inside the product (e.g. creates a document, publishes an agent, generates a dashboard).
- Distribution / Exposure: That output is shared or discovered by non-users (via public links, watermarked widgets, search engine indexing, or collaboration invitations).
- New User Activation: The non-user encounters the output, experiences the value, signs up, and completes their own action, restarting the loop.
2. The 4 Fundamental Growth Loop Archetypes
A. Viral & Collaborative Loops (Product-Led)
- Mechanism: Product is collaborative by nature; using it requires inviting others.
- Examples: Figma, Slack, Notion, Calendly.
- Loop Metric (Viral Coefficient $K$):
$$K = i \times c$$
- $i$: Number of invites/links generated per user.
- $c$: Conversion rate of invited recipients to active users.
- Rule: If $K > 1.0$, the product exhibits true viral compounding.
B. User-Generated Content (UGC) & Search Loops
- Mechanism: Users create public-facing content inside the platform that gets indexed by search engines.
- Examples: Stack Overflow, GitHub, Canva templates.
- Loop: User asks question / builds template -> Google indexes page -> New searchers find solution -> New users join to ask questions or clone templates.
C. Paid Growth Loops (Reinvestment Velocity)
- Mechanism: Paid customer acquisition funded directly by the cash collected from existing cohorts.
- Loop: Spend $1,000 on ads -> Acquire $3,000 in upfront annual contracts -> Immediately reinvest $2,000 into ad budget.
- Constraint: Dependent on rapid cash payback period (<6 months).
D. Data & Model Improvement Loops
- Mechanism: User interactions generate domain data that improves the underlying AI model or matching algorithm, making the product superior for all subsequent users.
3. Loop Friction Diagnostics
Identify the single bottleneck constricting loop velocity:
- Invitation Friction: Are users reluctant to share? (Incentivize with storage, feature unlocks, or bilateral referral rewards).
- Recipient Friction: Does the external link require an immediate password signup before viewing? (Allow recipient to view/interact with the shared asset immediately before prompting for account creation).
Critical Rules
- Never build an artificial referral loop on a product that users consider private or confidential.
- The shared artifact must provide immediate value to the external recipient without forcing a mandatory signup wall.
- Track and optimize loop cycle time: reducing the time it takes a user to invite a collaborator from 7 days to 2 days triples annual loop velocity.
Verification Checklist
Anti-Patterns
- NEVER force spammy contact-book uploads or automatic invitation emails without explicit user consent.
- NEVER rely on linear paid acquisition channels as your sole growth mechanism without designing an underlying retention or referral loop.
- NEVER watermark shared assets so aggressively that users are embarrassed to send them to their clients.
1---2name: growth-loops3description: Set up recurring marketing workflows an agent runs on a schedule. Use when designing self-reinforcing acquisition, content, or product loops.4---56# Growth Loops78Growth loops are self-reinforcing compounding mechanisms where the action of an existing user naturally generates inputs that attract new users or re-engage existing ones. Unlike linear marketing funnels (where customer acquisition stops the moment ad spend pauses), growth loops reinvest user activity into viral, content, or product-led expansion.910## 1. The Anatomy of a Closed Growth Loop1112Every growth loop consists of three structural phases:131. **User Action / Output**: An existing user achieves value inside the product (e.g. creates a document, publishes an agent, generates a dashboard).142. **Distribution / Exposure**: That output is shared or discovered by non-users (via public links, watermarked widgets, search engine indexing, or collaboration invitations).153. **New User Activation**: The non-user encounters the output, experiences the value, signs up, and completes their own action, restarting the loop.1617## 2. The 4 Fundamental Growth Loop Archetypes1819### A. Viral & Collaborative Loops (Product-Led)20- **Mechanism**: Product is collaborative by nature; using it requires inviting others.21- *Examples*: Figma, Slack, Notion, Calendly.22- *Loop Metric (Viral Coefficient $K$)*:23 $$K = i \times c$$24 - $i$: Number of invites/links generated per user.25 - $c$: Conversion rate of invited recipients to active users.26 - *Rule*: If $K > 1.0$, the product exhibits true viral compounding.2728### B. User-Generated Content (UGC) & Search Loops29- **Mechanism**: Users create public-facing content inside the platform that gets indexed by search engines.30- *Examples*: Stack Overflow, GitHub, Canva templates.31- *Loop*: User asks question / builds template -> Google indexes page -> New searchers find solution -> New users join to ask questions or clone templates.3233### C. Paid Growth Loops (Reinvestment Velocity)34- **Mechanism**: Paid customer acquisition funded directly by the cash collected from existing cohorts.35- *Loop*: Spend $1,000 on ads -> Acquire $3,000 in upfront annual contracts -> Immediately reinvest $2,000 into ad budget.36- *Constraint*: Dependent on rapid cash payback period (<6 months).3738### D. Data & Model Improvement Loops39- **Mechanism**: User interactions generate domain data that improves the underlying AI model or matching algorithm, making the product superior for all subsequent users.4041## 3. Loop Friction Diagnostics42Identify the single bottleneck constricting loop velocity:43- *Invitation Friction*: Are users reluctant to share? (Incentivize with storage, feature unlocks, or bilateral referral rewards).44- *Recipient Friction*: Does the external link require an immediate password signup before viewing? (Allow recipient to view/interact with the shared asset immediately before prompting for account creation).4546## Critical Rules471. Never build an artificial referral loop on a product that users consider private or confidential.482. The shared artifact must provide immediate value to the external recipient without forcing a mandatory signup wall.493. Track and optimize loop cycle time: reducing the time it takes a user to invite a collaborator from 7 days to 2 days triples annual loop velocity.5051## Verification Checklist52- [ ] Growth loop mechanics mapped to one of the 4 fundamental archetypes.53- [ ] Viral coefficient $K$ and invitation acceptance rates instrumented in analytics.54- [ ] Shared assets provide immediate preview value to external recipients.55- [ ] Loop cycle time measured and optimized across user onboarding.56- [ ] Incentives aligned with both sender and receiver value.5758## Anti-Patterns59- NEVER force spammy contact-book uploads or automatic invitation emails without explicit user consent.60- NEVER rely on linear paid acquisition channels as your sole growth mechanism without designing an underlying retention or referral loop.61- NEVER watermark shared assets so aggressively that users are embarrassed to send them to their clients.