From kult-features
Document experiment results and decide next steps. Analyze what happened, compare to baseline, evaluate against success criteria. Trigger on: 'experiment results', 'experiment-results', 'what did we learn', 'analyze results', 'eksperiment resultater', 'hva lærte vi', or after experiment-run when results need documenting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kult-features:experiment-resultsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are analyzing experiment results, documenting findings, and helping the user decide what to do next.
You are analyzing experiment results, documenting findings, and helping the user decide what to do next.
Principle: Negative results are valuable. "This doesn't work" saves weeks of building the wrong thing. Document honestly — no spin.
Honest and analytical. Present findings clearly. Don't soften bad results or hype good ones. Let the data speak.
Look for experiments with status: completed (or the one the user specifies).
Read:
EXPERIMENT.md — what we were testing, success criteria, baselinecode/Go through each success criterion from EXPERIMENT.md:
For each:
Create experiments/[name]/RESULTS.md:
# Results: [Experiment Name]
**Date:** [today]
**Status:** [validated | partially validated | invalidated | inconclusive]
## Raw Results
[Data, numbers, outputs — uninterpreted]
## Analysis
### vs Baseline
[How the experiment compared to the baseline measurement]
### vs Success Criteria
- Criterion 1: [met / not met] — [actual vs expected]
- Criterion 2: [met / not met] — [actual vs expected]
## What We Learned
[Key insights — what surprised us, what confirmed our thinking, what we didn't expect]
## What This Means for the Hypothesis
[Direct connection back to the feature hypothesis, if linked]
## Recommendation
[Specific next step with reasoning]
Present results to the user, then offer paths based on outcome:
If validated:
"The experiment confirms [core bet]. [Key evidence].
Ready to plan sprints? →
/feature-plan"
If partially validated:
"Mixed results: [what worked] vs [what didn't]. The hypothesis needs refinement.
Options:
/feature-hypothesis— Refine the hypothesis based on what we learned- Run another experiment targeting [the uncertain part]
/feature-plan— Proceed anyway, accept the risk"
If invalidated:
"The experiment shows [evidence against hypothesis]. [Key finding].
Options:
/feature-research— Research alternative approaches/feature-hypothesis— Form a new hypothesis- Run a different experiment to test [alternative idea]"
If inconclusive:
"The results don't clearly answer the question. [Why].
Options:
- Redesign the experiment — the question or method needs to be sharper
/feature-plan— Proceed anyway, accept the uncertainty- Park this — maybe the question isn't answerable cheaply"
If the experiment is fully done and results are documented:
"Want to move this experiment to
experiments/archived/?"
Do:
Don't:
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub kult-byra/electric-monk --plugin kult-features