src/dynamic_os/skills/builtins/design_experiment/SKILL.md
Design a bounded experiment and return an `ExperimentPlan`. This skill uses `ctx.tools.llm_chat()`.
npx skillsauth add szaaaaaa/researchagent src/dynamic_os/skills/builtins/design_experimentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Design a bounded experiment and return an ExperimentPlan.
This skill uses ctx.tools.llm_chat().
tools
Clarify the user's intent into one of three tiers: a confidently inferred goal, a default-filled goal with explicit assumptions, or a structured reask with option-style questions. The skill uses `ctx.tools.llm_chat()` with a structured JSON schema and emits either `ClarifiedIntent` or `ClarificationRequest`. When previous-round `ClarificationResponse` artifacts are present in `ctx.input_artifacts`, they are folded into the prompt so the LLM can incorporate prior answers.
data-ai
# extract_keywords_v0 (broken baseline) Demo asset for the `reflect_on_failure → optimize_skill` chain. See `run.py` for the deliberate bug.
testing
Use this skill to search papers.
testing
This fixture skill attempts a network call and should be blocked by its own permissions.