accessibility-gate
Use as a pass/fail gate on any diff with a user-facing surface — by code-reviewer during review, by qa-engineer during the test pass, and by any IC before…
Use post-launch when analysing acquisition, activation, retention, referral or revenue movement — by data-analyst for the KPI report, and by product-researcher when the question is about an existing product's funnel. Same data, same tools as the analytics schema; this is the
$ npx -y skills add vmobifystudio/app-dev-team --skill growth-analysis --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/growth-analysisContext preview
The summary Claude sees to decide when to auto-load this skill.
Use post-launch when analysing acquisition, activation, retention, referral or revenue movement — by data-analyst for the KPI report, and by product-researcher when the question is about an existing product's funnel. Same data, same tools as the analytics schema; this is the
name: growth-analysis description: Use post-launch when analysing acquisition, activation, retention, referral or revenue movement — by data-analyst for the KPI report, and by product-researcher when the question is about an existing product's funnel. Same data, same tools as the analytics schema; this is the reading of it.
Post-launch analysis of the funnel the studio already instruments. It is a reading, not a new data source: everything here comes from the schema in `docs/52-analytics.md`, and a metric with no event behind it is a request to `data-analyst`, never an estimate.
Define each stage **once**, in the report, and never redefine it between reports — a metric whose definition moves is worse than no metric because the trend is fiction:
| Stage | Definition must state | |---|---| | Install | source, and whether re-installs count | | Activation | the single event that means "this user got the point", and by when | | Retention | D1 / D7 / D30, calendar or rolling — say which | | Referral | the event, and whether the invited user is attributed | | Revenue | gross or net of store commission, trial or paid |
finding; "D7 retention on the 2026-07-01 cohort is 42% of 1,204 installs, versus 38% of 980 on 2026-06-01" is.
install volume moves and tell you nothing about the product.
usually land in the same week. Name the confounders you cannot separate.
revenue — track them if you like, never report them as evidence of anything.
on 3 users has misled more roadmaps than any other single number.
consenting users only is a funnel about consenting users only.
Append to `docs/52-analytics.md` a dated `## Growth report` with: the funnel table by cohort, what moved and by how much, the one change most likely to explain it, the confounders, and **what you would need to instrument to answer the question you could not answer**. That last item is the one that makes the next report better.
Describe your app idea in one line. Get a shipped iOS & Android app. AI App Studio is a team of 30 AI specialists — a CEO, product manager, designers, iOS/Android engineers, a code reviewer, QA, and a release manager — that works like a real software studio.
Repo: vmobifystudio/app-dev-team
Use as a pass/fail gate on any diff with a user-facing surface — by code-reviewer during review, by qa-engineer during the test pass, and by any IC before…
Use before spawning any agent that writes files, and by every developer/fixer agent as its first and last action. Gives each agent its own git worktree,…
Use to produce the technical architecture doc and engineering principles for a mobile app. Used primarily by the CTO agent. Triggers on "design the…
Use to validate docs/31-board.md before spawning any agent, and to verify a developer's "DONE" claim before moving a row to review. Triggers as step 0 of…
Use when pointing the team at an EXISTING, already-built app instead of a blank project — detects the stack, reverse-engineers the as-built architecture, and…
Use when deciding or revisiting how the product makes money — pricing, tiers, trial shape, ad load, unit economics — by ceo when setting the model, by cpo when…