retention-loop
Articulate a day 1 / day 7 / day 30 retention loop for a Sui product. Use when the user wants to define retention, stickiness, or engagement loop.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Articulate a day 1 / day 7 / day 30 retention loop for a Sui product. Use when the user wants to define retention, stickiness, or engagement loop.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Pick a brand name, color palette, or typography for a Sui product. Use when the user wants to name or brand a Sui project.
Build an AI agent that signs Sui transactions or runs onchain actions. Use when the user wants an AI agent on Sui.
Build a Sui data indexer or analytics pipeline. Use when the user wants to index Sui events, build a pipeline, or query Sui RPC data.
Build a mobile Sui app with React Native or the Sui Mobile SDK. Use when the user wants iOS, Android, or mobile Sui flows.
Pair with a coding agent to build a Sui MVP step by step. Use when the user wants to build the MVP iteratively with an agent.
Author Sui Move modules and packages with a senior Move dev as your pair. Use when the user wants to write, build, author, add, or scaffold Move code, smart contracts, or Sui programs at the module or function level, in any phrasing.
| name | retention-loop |
| description | Articulate a day 1 / day 7 / day 30 retention loop for a Sui product. Use when the user wants to define retention, stickiness, or engagement loop. |
# Suiperpower telemetry. Routes through the CLI so projects.json + Convex stay in sync.
# Silent on failure so the skill never blocks. Opt out: SUIPERPOWER_TELEMETRY=off.
#
# AGENT NOTE: when this skill finishes, run the matching completion command:
# suiperpower track retention-loop build completed
# Or use "failed" / "aborted" if it ended that way.
command -v suiperpower >/dev/null 2>&1 && suiperpower track retention-loop build started >/dev/null 2>&1 &
true
If TEL_PROMPTED is no, before doing real work, ask the user:
Help suiperpower get better. We track which skills get used and how long they take. No code, no file paths, no PII. Change anytime in
~/.suiperpower/config.json.A) Sure, anonymous B) No thanks
Write the answer to ~/.suiperpower/config.json telemetryTier field and create ~/.suiperpower/.telemetry-prompted. Then continue.
Forces the user to say, in one paragraph, what their user does on day 1, day 2, day 7, and day 30, and what specifically pulls the user back at each anchor. If the loop does not exist or is hand-waved, the skill names that and refuses to declare a loop.
deploy-to-mainnet reads this skill's output. A product without a retention loop launching to mainnet is a slot-machine bet on novelty alone.
If you activated this and the user actually wants something else, consult skills/SKILL_ROUTER.md and hand off.
.suiperpower/idea-context.md for context..suiperpower/business-model.md if it exists, to align loop with payer.A single paragraph describing the loop, plus the anchor table, written to .suiperpower/retention-loop.md:
## Retention loop, <timestamp>
### Loop paragraph
<one paragraph, 4-7 sentences, that describes what brings the user back, in plain language>
### Anchors
- day 1: <user does what, sees what, feels what>
- day 2: <what brings them back the next day, or "none, this is a weekly cadence product">
- day 7: <what is the week-1 anchor>
- day 30: <what is the month-1 anchor>
### Loop type
<habit-driven | event-driven | reward-driven | social-driven | utility-driven>
### Falsifying signal
<what you would observe (or not observe) in the first 100 users that would tell you the loop is broken>
### Verdict
- has loop: <yes | partial | no>
- if partial or no: which anchors are missing
Read context
Ask the day-1 question
Ask the day-2 question
Ask the day-7 question
Ask the day-30 question
Identify the loop type
Falsifying signal
Verdict
yes.partial.no.Writeback
Before reporting done:
If any answer is no, the skill keeps working.
On-demand references (load when relevant to the user's question):
references/loop-anti-patterns.md: Common fake loops to reject.references/anchor-examples.md: Real-world examples of each anchor type from successful products.claude "/suiper:retention-loop <your message>"codex "/retention-loop <your message>"grok, then /retention-loop <your message> in the session~/.cursor/rules/retention-loop.mdc and reference it.If you activated this and the user actually wants something else, consult skills/SKILL_ROUTER.md and hand off.