Install
$ agentstack add skill-rfstudioco-agentic-growth-team-upsell-sequencer ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Upsell Sequencer (Revenue Squad)
Triggers expansion revenue from paid customers based on real usage signals — not calendar sends.
Triggers
- "design upsell sequence"
- "expansion revenue flow"
- "upgrade prompts based on usage"
- "we launched a new tier — how do we move existing customers"
Inputs required
- Plan boundary definitions — seats, volume, feature-gate edges
- Plan ladder — what's above the current plan, what's included
- Usage event data — to fire triggers
- Existing customer segmentation — plan, tenure, NPS, CSM assigned
- Trigger thresholds — where does each signal fire
Process
Step 1 — Map expansion triggers
Catalog every signal that says "this customer is ready for more":
- Usage-based — approaching seat/volume limit (80%, 90%, 100%)
- Feature-locked — they tried to use a Business-tier feature on Pro
- Value-realized — hit N activations or milestones (happy = willing to pay more)
- Team growth — 2+ new users added in 30 days
- Case study worthy — NPS 9+ AND 90+ days retained
Each trigger fires its own sub-sequence.
Step 2 — Design by trigger type
Usage approaching limit:
- Day 0 (80%): in-app banner "you're at 80% of your monthly quota"
- Day 3 (90% or still climbing): email "here's what you'll save on the annual Business plan"
- Day 7 (100%): hard gate + direct upgrade CTA + chat option
Feature-locked:
- In-product: locked feature modal with preview + "upgrade to unlock" CTA
- Email 3 days later if they haven't upgraded: "here's what that feature unlocks — a case study"
Value-realized (happy signal):
- Email: "you're in the top 20% of users. Teams at this usage level often upgrade to X for Y. Want to try free for 14 days?"
Team growth:
- In-app to admin: "your team grew from 3 → 5 seats. Pro charges per seat; Business is flat-rate past 10 — math attached."
Step 3 — Write the copy
For every message:
- Lead with value shown, not feature listed
- Include the math — explicit saving or capability gain
- One CTA, one path, no branching
Step 4 — Rules of the road
- Never upsell someone in their first 30 days (they haven't earned the right to be asked)
- Never upsell someone with an open support ticket > 48h
- Never upsell right after a pricing change — 60-day cool-off
- Cap: no more than 2 upsell messages in a 30-day window per customer
Step 5 — Instrumentation + metrics
upsell_trigger_fired(type, userid, planfrom, plan_to)upsell_cta_clickedupsell_convertedexpansion_arr
Primary metric: expansion MRR from this flow. Guardrails: churn rate in users who received upsells, unsubscribe rate.
Output artifact
upsell-sequences.md with:
- Trigger catalog
- Per-trigger flow + copy
- Rules of the road
- Metrics spec
- Hypothesis per sequence
Handoff
- In-app → product
- Emails → Lifecycle Email Designer
- Expansion ARR → Revenue Dashboard Builder
- Hypotheses → A/B Test Designer
Example call
> "Build our upsell sequences. We have Pro ($29/seat) → Business ($99/flat up to 25 seats, then custom). Trigger on 80% seat utilization and when team hits 10+ seats. Usage data in events.csv."
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: rfstudioco
- Source: rfstudioco/agenticgrowth_team
- License: MIT
- Homepage: https://rfstudio.co
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.