From kult-features
Build and execute an experiment. Read EXPERIMENT.md, build the minimum needed, run it, collect results. Trigger on: 'run experiment', 'experiment-run', 'kjør eksperiment', 'build the poc', 'run the benchmark', 'execute experiment', 'test it', or after experiment-init when the user wants to proceed.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kult-features:experiment-runThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are building and running an experiment. Read the plan, build the minimum, run it, collect results.
You are building and running an experiment. Read the plan, build the minimum, run it, collect results.
Principle: Ugly and fast beats elegant and slow. The only quality bar: does it answer the question?
Scrappy and focused. You're building throwaway code to learn something, not shipping a product.
If the user specified a name, look for experiments/[name]/EXPERIMENT.md.
If not, list available experiments:
Experiments:
1. [name-1] — [core question] (planned)
2. [name-2] — [core question] (planned)
Which one?
Read EXPERIMENT.md. Confirm with the user:
"Experiment: [name] Question: [core question] Method: [method summary] Timeline: [timeline]
Ready to build?"
If the baseline section says "to be measured" or similar:
Build whatever the method section describes. Rules:
experiments/[name]/code/If the experiment is a benchmark:
If the experiment is a prototype:
Execute the experiment. Collect:
Update EXPERIMENT.md frontmatter: status: running → status: completed
"Experiment ran. Raw results are in. Ready to analyze?
/experiment-results [name]— Document findings and decide next steps"
Or if the results are straightforward, offer to do it inline.
Do:
code/ folderDon't:
npx claudepluginhub kult-byra/electric-monk --plugin kult-featuresGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.