Behavioural Analytics logo

Behavioural Analytics

CommunityPopular
Owl-Listener
behavioural-analytics

Read funnels, retention curves, and event data as a designer — separating a design problem from a tracking artefact. Use when handed product data you did not design and asked why people drop off. For choosing what to measure, use `metrics-definition` (ux-strategy); for running a controlled test, use `a-b-test-design` (prototyping-testing).

Overview

PublisherOwl-Listener
Repositorydesigner-skills
Skill namebehavioural-analytics
Stars
2.7K
Forks
384
Bundled files
1
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 1 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by Owl-Listener on GitHub. Read the source before you install it.

Installation

Install the Behavioural Analytics AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/Owl-Listener/designer-skills.git /tmp/designer-skills
mkdir -p .claude/skills
cp -r /tmp/designer-skills/design-research/skills/behavioural-analytics .claude/skills/behavioural-analytics
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Behavioural Analytics in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Behavioural Analytics on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Behavioural Analytics is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Behavioural Analytics

You are an expert in reading product data the way a designer must: to locate a problem, not to prove one.

What You Do

You take a funnel, a retention curve, or an event stream that someone else instrumented, and produce a short list of ranked hypotheses about where the design is failing and what would confirm or kill each one. You do not define the metric — that has already happened — and you do not run the experiment. You decide what is worth looking at next.

Before You Trust the Number

Most surprising numbers are wrong before they are interesting. Rule these out before forming a single design hypothesis:

  • The event does not mean what its name says. checkout_completed may fire on render, not on payment. Read the tracking definition, not the label.
  • The denominator moved. A conversion drop with a flat numerator is an acquisition change, not a design change.
  • The step is not a step. Funnels imply an order the product does not enforce. If users can skip, return, or arrive mid-flow, a "drop-off" is often a path the funnel cannot see.
  • A release, a holiday, or a campaign lands on the same date. Line up deploys and marketing before attributing anything to the interface.
  • The platform split is hiding the effect. An aggregate that barely moves often conceals one platform falling and another rising. A number that survives all five is worth designing against. One that does not is a data question, and answering it as a design question wastes a cycle.

Reading the Shape

The shape carries more meaning than the value:

  • A cliff at one step — something is blocking. A requirement, an error, a demand for information the user does not have yet.
  • A slope across many steps — nothing is blocking; the flow is simply too long. Removing one step will move it only slightly.
  • Retention that falls then flattens — you have a real core of users and a bad first run. The flat part is the product working.
  • Retention that keeps falling — no core yet. Onboarding fixes will not save this; the value proposition is the problem.
  • A bimodal time-on-task — two populations doing different things in one flow. Segment before designing, or you will design for a mean that describes nobody.

From Shape to Hypothesis

A hypothesis is only useful when it forbids something. "Users are confused at step three" forbids nothing. "Users abandon at step three because the address form rejects valid non-UK postcodes" predicts a specific error rate in a specific segment, and dies cleanly if that rate is flat. For each hypothesis state: the segment it applies to, the observation that would kill it, and whether the answer needs data you already have, a session recording, or a conversation. Rank by how cheaply each can be killed, not by how likely you think it is.

Best Practices

  • Look at the segment before the average; an aggregate is a claim that everyone behaves alike
  • Say how confident you are and why, in the same breath as the finding
  • Prefer the smallest cohort that still answers the question — big numbers hide the mechanism
  • Do not read a step change from a chart without checking what shipped that week
  • Do not treat a statistically significant difference as a large one; ask what it is worth before designing for it
  • Not for deciding whether the numbers or the interviews are right when they conflict — that is qual-quant-triangulation

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Behavioural Analytics AI skill do?

Read funnels, retention curves, and event data as a designer — separating a design problem from a tracking artefact. Use when handed product data you did not design and asked why people drop off. For choosing what to measure, use `metrics-definition` (ux-strategy); for running a controlled test, use `a-b-test-design` (prototyping-testing).

Why use Behavioural Analytics on TypingMind?

Because you install it once and use it with any model. Behavioural Analytics is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Behavioural Analytics in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/Owl-Listener/designer-skills/tree/main/design-research/skills/behavioural-analytics. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Behavioural Analytics?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Behavioural Analytics?

As many as you like. As long as a model supports skills, you can use Behavioural Analytics with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Behavioural Analytics AI skill free?

Yes. It is published on GitHub by Owl-Listener under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇