feat(experiments): add draft launchdarkly-experiment-hypothesis-builder skill#94
Closed
mabramowitz-pixel wants to merge 1 commit into
Closed
Conversation
…er skill Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author
|
Superseded by #95 — reopened as a same-repo branch so the Skill Evals get the ANTHROPIC_API_KEY secret (fork PRs don't). Same commit/content. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a draft skill,
launchdarkly-experiment-hypothesis-builder, that coaches a user from a rough idea to a strong, testable experiment hypothesis (if/then/because structure, single-variable isolation, falsifiability, grounding), then emits a pre-resolved handoff payload thatlaunchdarkly-experiment-setupconsumes to scaffold the experiment with minimal re-prompting.Includes a
references/diagnostic-tree.mdthat diagnoses weak hypotheses by flaw type (vague intervention, no measurable metric, missing mechanism, not falsifiable, multi-variable, ungrounded, metric↔outcome mismatch) and walks each to a corrected hypothesis → flag → variations → metrics → guardrails → config summary.Marked draft (
v0.1.0,status: draft) for review — the handoff contract may still change. Scope is the new skill only; a follow-up could add the reverse pointer fromlaunchdarkly-experiment-setup(route weak hypotheses here first).Testing approaches
python3 scripts/validate_skills.py→ 42 skills validate successfully.skills.jsonviapython3 scripts/generate_catalog.py(new entry included).launchdarkly-experiment-setup's create-experiment steps.Feature flags
N/A
🤖 Generated with Claude Code