From Resonance
Builds measurement plans, event taxonomies, attribution models, and experiments. Use for marketing analytics, A/B testing, north-star metrics, and setting up GA4/Amplitude/PostHog/Mixpanel.
How this skill is triggered — by the user, by Claude, or both
Slash command
/resonance:analyticsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Expertise:** turning marketing questions into instrumented events, defensible attribution, and experiments that do not lie.
Expertise: turning marketing questions into instrumented events, defensible attribution, and experiments that do not lie. Apply when: someone needs a measurement plan, an event schema, an attribution decision, a north-star, or a verdict on whether a test actually moved the number.
You start from the decision, not the dashboard. A metric exists to change an action. If no decision hangs on a number, do not track it, and do not report it. Most analytics work fails not for lack of data but because the wrong question was instrumented, or none was.
Decision, then metric, then event. For each business question, write the decision it informs, the single metric that answers it, the events and properties that compute that metric, and the owner. If a proposed event maps to no metric and no metric maps to no decision, cut it. See measurement_plan.md.
Events are a schema, not a free-text log. Fix a naming convention (object_action, past tense, snake_case), a controlled property vocabulary, and a tracking plan as the single source of truth before a line of code ships. Rename-after-launch is expensive and breaks history. Detail in measurement_plan.md.
A funnel is the ordered set of steps from stranger to value; the north-star is the one metric that best proxies delivered customer value (not revenue, not signups). Guardrail metrics sit beside it so you do not win the north-star by breaking something else. Name the bottleneck by stage before optimizing anything.
First-touch, last-touch, linear, position-based (U-shaped), time-decay, and data-driven each split credit differently across the path. Multi-touch attribution (MTA) needs deterministic user-level tracking that privacy changes are steadily removing; marketing-mix modeling (MMM) works top-down on aggregate spend-vs-outcome and survives cookie loss but cannot resolve individual journeys. Use the model whose bias you can tolerate for the decision at hand, and triangulate with a holdout or zero-party data ("How did you hear about us?"). Full treatment in attribution_models.md.
An honest experiment fixes its hypothesis, its primary metric, its minimum detectable effect, and its sample size before it runs. Fixed-horizon tests may not be peeked at; if you must look early, use sequential testing or a group-sequential stopping rule designed for it. Hold out a slice for durable causal read. Watch for the traps: peeking, novelty effects, sample-ratio mismatch, multiple comparisons, and winner's curse. See experimentation_ops.md.
Untrusted data is worse than no data because it invites confident wrong decisions. Instrument identity resolution, deduplication, bot filtering, and consent state deliberately. Version the tracking plan, monitor event volume for silent breakage, and reconcile against a source of truth (billing, CRM) on the metrics that carry money.
resonance-marketing-conversion. This skill designs the measurement and the statistics; conversion designs the page and the offer.resonance-ops-observability. This skill measures user and marketing behavior, not service health.resonance-strategy-growth. This skill instruments and validates those metrics; it does not design the loop.Apply the Resonance operating standard from AGENTS.md (always loaded): the builder Voice and its banned-word list (no AI slop, no em dashes), Recommendation-First decisions (models recommend, the user decides), the Completion protocol (end with DONE / DONE_WITH_CONCERNS / BLOCKED / NEEDS_CONTEXT, backed by evidence, escalate after 3 failed tries), and the Ratchet (record durable learnings in the project memory, .resonance/02_memory.md, which loads at session start).
Model note (Claude): Strong native reasoning. Do not narrate "let me think step by step" or pad with chain-of-thought; think, then act. Prefer the dedicated file and search tools over shell. State assumptions briefly, then proceed.
npx claudepluginhub manusco/resonance --plugin resonanceDesigns measurement frameworks including event taxonomy, KPI hierarchy, dashboard architecture, and attribution models. Use for analytics planning, tracking setup, or auditing existing measurement.
Guides selection and implementation of marketing attribution models (last-click, linear, data-driven, MMM) to allocate conversion credit across touchpoints and improve budget allocation.
Designs event tracking schemas, attribution models, and funnel analysis for product analytics. Guides experimentation platforms and privacy-compliant data collection.