Babysitter hypothesis-generator
Automated hypothesis generation using abductive reasoning and knowledge graph traversal
install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/specializations/domains/science/scientific-discovery/skills/hypothesis-generator" ~/.claude/skills/a5c-ai-babysitter-hypothesis-generator && rm -rf "$T"
manifest:
library/specializations/domains/science/scientific-discovery/skills/hypothesis-generator/SKILL.mdtags
source content
Hypothesis Generator
Purpose
Provides automated hypothesis generation capabilities using abductive reasoning, analogy detection, and knowledge graph traversal.
Capabilities
- Pattern-based hypothesis generation
- Cross-domain analogy detection
- Contradiction identification
- Hypothesis ranking by novelty/parsimony
- Null hypothesis formulation
- Falsifiability assessment
Usage Guidelines
- Pattern Recognition: Identify patterns that suggest hypotheses
- Analogy: Transfer insights from related domains
- Falsifiability: Ensure hypotheses are testable
- Ranking: Prioritize hypotheses by potential impact
Tools/Libraries
- Knowledge graphs
- LLM chains
- Symbolic reasoners