Agent skill
experiment-results
Closes an experiment: reads results against the original spec, renders a Win / No Signal / Loss / Confounded verdict, extracts the learning (why, not what), and specifies the next action.
Filed under Analytics and reporting.
From 0xF4ng/aether-growth-fieldwork · 48 skills · 5 · pushed 2026-07-17
What it does when it runs
Closes an experiment: reads results against the original spec, renders a Win / No Signal / Loss / Confounded verdict, extracts the learning (why, not what), and specifies the next action. Required when any experiment window closes. Connects back to /growth-experiment for reformulated experiments, or forward to scaling decisions when the verdict is Win.
Read from the skill and the 0 files bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.
- Keys and connectors you must supply
- None found.
- Hosts it reaches
- No third-party host appears in the skill or its bundled files.
- Tool permissions it declares
- No
allowed-toolsin the frontmatter. It only issues instructions, so there is nothing to bound. - Actions present in the files
- None. Instructions only.
Install it
View source on GitHub ↗git clone --depth 1 --filter=blob:none --sparse https://github.com/0xF4ng/aether-growth-fieldwork.git /tmp/aether-growth-fieldwork git -C /tmp/aether-growth-fieldwork sparse-checkout set "growth/experiment-results" mkdir -p ~/.claude/skills/experiment-results cp -R "/tmp/aether-growth-fieldwork/growth/experiment-results/." ~/.claude/skills/experiment-results/
Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗
The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.
The skill
Source on GitHub ↗The source carries no licence at all, so no permission to redistribute it exists. Everything else on this page is our own reading of the file and is published here; the text of the skill is not, and stays where its author put it.
Need help setting it up?
This page tells you what experiment-results does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.
Book a call →The directory stays free. There is nothing gated behind this.