Product-led growth teams rarely lack ideas. What they lack is proof: which step in the funnel is actually bleeding users, and enough engineering time to test the fix before the idea goes stale in a backlog. That gap, a data problem stacked on a bandwidth problem, is exactly why AI agents for PLG teams matter more than another growth-hacking newsletter. Loopwell, a project management tool used as the worked example here, pulls in more than 10,000 self-serve signups a month from content and community. Nobody on the growth team is short of hypotheses for why so few of those signups convert. What they are short of is someone to read the funnel event by event, someone to ask the users who dropped off why, and an engineer's afternoon to ship the fix, none of which a generalist chatbot or an autocomplete tool in the editor actually provides. Self-serve onboarding was built assuming every trial user shows up ready to invite a team. Roughly half of them are solo evaluators kicking the tires before they pitch the tool internally, and the current flow drops them the moment it demands a teammate they don't have yet.
Why AI agents for PLG teams need more than a generalist chatbot or Cursor
Ask ChatGPT or Claude.ai why a PLG funnel is leaking and you get a plausible-sounding paragraph about onboarding friction. That paragraph is true of every SaaS funnel ever built and useless for the one you actually run. A generalist chatbot has no read access to your product analytics, no event stream to query, no cohort of actual users who created a project and never invited a teammate. It can draft onboarding copy if you feed it a persona, but it cannot tell you that the copy targets the wrong step, because it does not know where the drop-off actually happens. For a growth team, that is the whole job: find the leak, quantify it, then decide what to fix. A tool that only writes prose about growth in general terms is doing a different job, adjacent to this one but not it.
Cursor and GitHub Copilot solve a real problem, but not this one. They are excellent at turning a decided-upon change into working code fast: an in-app nudge, a modified onboarding step, a new email trigger. What they do not do is decide which nudge, at which step, tested against what control, or whether the change is worth an engineer's time at all. A growth engineer using Copilot to build a teammate-invite reminder still needs someone upstream to establish that the invite step, not the email-verification step or the first-project-creation step, is where the funnel actually breaks. Autocomplete accelerates the last mile. It has no opinion, and no data, about which mile matters.
A PLG activation loop needs three things done in sequence and done fast: quantify exactly where users fall off, understand in their own words why they stopped, and ship a test of the fix without waiting behind the engineering team's core roadmap. Miss any one of the three and the loop breaks. Skip the quantification and you fix the step that feels broken instead of the one that is. Skip the user research and you build a fix for the wrong persona. Skip the fast shipping path and the experiment queues behind the six enterprise features the top accounts asked for, and the idea is stale before it ever runs. A generalist chatbot and an autocomplete tool, between them, cover none of these three well.
Surge runs the loop, Lumen finds the leak, Echo explains why
Surge is Tonone's growth agent, built to own acquisition channels, activation funnels, and retention playbooks as a connected system rather than one-off tactics. Its surge-plg skill is built specifically for the loop a product-led team runs on repeat: find where activation breaks, generate a testable hypothesis for the fix, and design an experiment scoped so it can ship without becoming a full engineering project. Where a generalist chatbot answers a growth question with generic advice, surge-plg starts from the actual funnel data and the actual user research, and produces a specific, scoped test.
Before Surge can design a fix, someone has to find the leak, and that is Lumen's job. Lumen is Tonone's product analytics agent, and its lumen-funnel skill maps a multi-step funnel event by event, from signup through activation to paid conversion, and identifies exactly which transition has the steepest drop relative to the others. This is not a dashboard chart someone eyeballs once a quarter, it is a structured analysis that separates a normal, expected drop (email verification loses a predictable percentage of every SaaS signup) from an abnormal one (a step losing far more users than the transitions around it would predict).
Tonone's Lumen maps a PLG funnel event by event and flags the single transition losing more users than the surrounding steps would predict.
A funnel chart tells you where users drop off. It does not tell you why. That is Echo's job, Tonone's user research agent. Its echo-jobs skill runs structured interviews against a specific cohort, in this case users who created a first project but never invited a teammate, and synthesizes the Jobs-to-Be-Done friction underneath the number instead of a survey's worth of surface-level complaints. Echo's output is not "users found onboarding confusing." It is a specific, falsifiable hypothesis about what the funnel is asking users to do that the actual persona in that cohort is not ready to do yet.
With the leak located and the reason understood, Surge's surge-experiment skill designs the test: a scoped variant, a control group, a sample size and duration that will produce a readable result, and a rollout path that uses an existing feature flag or a lightweight landing page rather than a new backend service. That last part is what keeps the experiment out of the engineering sprint queue. It is designed to be small enough for a single growth engineer, or Surge working alongside one, to ship in days, not weeks.
Tonone's Surge scopes activation experiments small enough to ship without competing for space on the core engineering roadmap.
Inside Loopwell's activation fix
Loopwell's growth lead ran this exact loop over three weeks. Lumen's lumen-funnel skill read event data from the prior 90 days and mapped the signup-to-paid funnel: 10,400 monthly signups, 9,050 verified emails (87 percent), 6,200 users who created a first project (60 percent), only 2,050 who invited a teammate, a 67 percent drop from the prior step and the steepest cliff in the funnel by a wide margin, 1,300 who reached the product's defined activation moment (assigning a task with a due date and a comment) within 7 days, and 340 who converted to a paid plan by day 14, a 3.3 percent signup-to-paid rate.
Loopwell funnel, 90-day trailing window
Step Users % of signups Step conversion
────────────────────────────────────────────────────────────────────
Signup completed 10,400 100% base
Email verified 9,050 87% 87%
Created first project 6,200 60% 69%
Invited a teammate 2,050 20% 33% <- steepest cliff
Reached activation moment 1,300 13% 63%
Converted to paid (day 14) 340 3.3% 26%
Lumen flag: step 3 to step 4 loses 67% of users, every other
transition in the funnel loses 13-37%. This step is the outlier.
Echo finding (12 interviews, cohort = created project, no invite):
Most of this cohort are solo evaluators without organizational
buy-in yet. The invite gate asks for a decision they are not
authorized to make during a trial.
Surge test design
Hypothesis: redefine activation for solo users, drop the invite
gate, use 3 completed tasks + 1 automation rule as the new
activation moment; offer invite as an optional upgrade prompt.
Rollout: existing feature flag, 50/50 split, 21 days, 4,900
new signups in test.
Result: solo-cohort activation 13% -> 27%. Signup-to-paid
conversion across the full test 3.3% -> 4.6%. Shipped to 100%
of new signups the following week.Echo's echo-jobs skill ran 12 structured interviews against the cohort that created a project but never invited anyone. The pattern was consistent: most of these users were solo evaluators testing Loopwell before they had organizational buy-in to bring in a team, and the onboarding flow's insistence on inviting a teammate as the next step read as a request they were not ready to act on. They were not confused. They were being asked to do something premature, and the flow had no path forward for them until they did it.
Surge's surge-activation and surge-experiment skills redesigned the activation definition for solo evaluators specifically: instead of requiring a teammate invite, the new path counted three completed tasks plus one automation rule set up within the trial as the activation moment, with the teammate invite offered as an optional upgrade prompt rather than a gate. The team shipped the variant behind an existing feature flag, no new service, no sprint queue, split 50/50 against the existing flow for 21 days across 4,900 new signups. Solo-cohort activation moved from 13 percent to 27 percent. Signup-to-paid conversion across the full test moved from 3.3 percent to 4.6 percent, a result large enough at that sample size to ship to 100 percent of new signups the following week.
Tonone's Surge, Lumen, and Echo turned a stalled activation number into a shipped experiment in three weeks, without a line item on the core engineering roadmap.
Closing the loop after the experiment ships
Shipping the activation fix is not the end of the loop. Loopwell's growth lead used Lumen's lumen-metrics skill to watch the same cohort's 30 and 60 day retention, not just the day-14 conversion number, because an activation event that boosts trial-to-paid without holding onto those accounts is a vanity win. Two months after rollout, the 4,900-signup test cohort's 60-day logo retention on the new solo-path activation held at 91 percent, in line with retention on the existing invite-based path, confirming the fix did not trade near-term conversion for a churn problem six weeks later. That check is why Surge's surge-retention skill runs alongside surge-experiment, not only after it: an activation win that quietly raises churn is not a win, it is the same problem moving slower.
Echo also stayed in the loop after launch. Its echo-feedback skill collected light-touch feedback from the new solo-path cohort in the two weeks after the 100 percent rollout, specifically to catch second-order friction that a 12-person interview sample would not have surfaced, like whether the optional upgrade prompt felt like a bait-and-switch once a solo evaluator did eventually bring in a teammate. Nothing alarming turned up, but the point of running echo-feedback here is that it would have, and Loopwell would have known within two weeks instead of at the next quarterly NPS survey. That is the difference between a PLG loop that compounds and one that produces a single good quarter followed by a quiet regression nobody catches until the retention curve bends.
Surge vs the alternatives for PLG growth work
The comparison below isolates the capabilities that actually matter for a PLG activation loop, not general chatbot competence or editor autocomplete speed.
| Capability | Tonone | Generalist chatbot | Cursor / Copilot |
|---|---|---|---|
| Maps funnel event-by-event to find the real leak | Yes, via Lumen's lumen-funnel skill against actual event data | No, gives generic onboarding advice with no data access | No, autocomplete has no analytics access |
| Synthesizes user interviews into a falsifiable hypothesis | Yes, Echo's echo-jobs skill against a specific drop-off cohort | No, produces generic persona guesses | No, no research capability |
| Scopes an experiment small enough to ship without an eng sprint | Yes, Surge's surge-experiment skill scopes for existing feature flags | No, no concept of engineering capacity | Partial, writes the code once someone else decides what to build |
| Designs the full PLG activation loop, not a one-off tactic | Yes, Surge's surge-plg skill | No, one-off suggestions only | No, no loop-level reasoning |
| Distinguishes an expected funnel drop from an abnormal cliff | Yes, benchmarked against surrounding funnel steps | No, no baseline to compare against | No, no funnel visibility |
| Coordinates handoff from data to research to shipped test | Yes, Lumen to Echo to Surge in one workflow | No, single-turn answers only | No, no cross-agent coordination |
Tonone's Surge, Lumen, and Echo hand off from funnel diagnosis to user research to shipped experiment as one coordinated workflow, not three disconnected tools.
If your PLG funnel has a suspiciously steep single-step drop, start with Lumen's lumen-funnel skill to confirm it is abnormal against the surrounding steps, then run Echo's echo-jobs interviews against that exact cohort before Surge scopes the fix. Diagnosing the wrong step, or the right step for the wrong persona, wastes the one thing PLG teams cannot get more of: an engineer's afternoon.
Install and try
Tonone is free and MIT-licensed. Install it once and all 100 agents, including Surge, Lumen, and Echo, are available in your Claude Code session. You pay only for the Claude Code token usage during the work itself.
1. Add to marketplace
2. Install Surge
Frequently asked questions
What does Tonone's Surge do for PLG teams?+
Surge is Tonone's growth agent. For PLG teams specifically, its surge-plg skill runs the full activation loop: locate the funnel leak (with Lumen), understand why users drop off (with Echo), and scope an experiment small enough to ship without waiting on the core engineering roadmap.
How does Lumen find the real leak in a self-serve funnel?+
Lumen's lumen-funnel skill maps a multi-step funnel event by event and benchmarks each transition against the surrounding steps, flagging the one losing far more users than a normal, expected drop would predict.
What does Echo add that a funnel chart can't tell you?+
A funnel chart shows where users drop off, not why. Echo's echo-jobs skill runs structured interviews against the exact drop-off cohort and produces a falsifiable Jobs-to-Be-Done hypothesis, rather than generic feedback about confusing onboarding.
How does Surge ship an experiment without engineering sprint time?+
Surge's surge-experiment skill scopes tests to use existing feature flags or lightweight landing pages instead of new backend services, sized so a single growth engineer can ship it in days rather than queuing behind the core roadmap.
What is surge-plg?+
surge-plg is Surge's skill built specifically for the product-led growth loop: locate where activation breaks, generate a testable hypothesis for the fix, and design an experiment scoped to ship quickly.
Can these agents replace an in-house growth engineer?+
No. Surge, Lumen, and Echo do the diagnosis, research, and experiment design work that usually stalls for lack of time. A growth engineer, or Surge working alongside one, still ships the variant. The agents remove the bottleneck of deciding what to build and validating it works.
How is this different from just using Amplitude or Mixpanel?+
Amplitude and Mixpanel show the funnel chart. They do not interview the drop-off cohort or scope a shippable experiment from the findings. Tonone's Lumen, Echo, and Surge workflow completes that loop from raw funnel data to a test that actually ships.
Is Tonone free to use for a PLG growth team?+
Yes. Tonone is MIT-licensed and free to use. You pay only for Claude Code token usage during the work itself. All agents, including Surge, Lumen, and Echo, are included.