← ClaudeAtlas

hypothesis-pipeline-rubriclisted

Evaluate, propose, or critique a scientific hypothesis or testable claim using the lab's type-aware gating pipeline. Use when a chat message or scheduled job produces a directional, mechanistic, comparative, methodological, or synthesis claim that should be checked for sign coherence, mechanism articulation, falsifiability, and novelty relative to prior work. Also use when explaining why a hypothesis was blocked or borderline, or when coaching a new claim to meet the pipeline bar before submission to the formal pass.
coleoguy/tealc · ★ 0 · AI & Automation · score 68
Install: claude install-skill coleoguy/tealc
# Hypothesis Pipeline Rubric ## When to Use Trigger this skill whenever: - A testable claim appears in conversation: directional ("X scales with Y"), mechanistic ("A is regulated by B via pathway P"), comparative ("X differs between groups"), methodological ("method A outperforms method B"), or synthesis ("these two literatures predict the same pattern"). - A proposal from `weekly_hypothesis_generator` surfaces in a briefing and the researcher wants to understand why it passed or was blocked. - The researcher is drafting a hypothesis for a grant Specific Aims page or a preregistration and wants a rubric check before running the formal pass. - A pipeline result needs to be explained to a student or collaborator. The pipeline is type-aware, not domain-aware. It does not hardcode any particular biological subdiscipline; the rubric items it applies depend entirely on the structural shape of the claim (see claim types below). --- ## The Four-Tier Gate The pipeline in `agent/hypothesis_pipeline.py` runs four stages in sequence. Each tier has a different cost, model, and blocking criterion. ### Tier 0 — Deterministic Smoke Filter (free, no LLM) Regex-based. Blocks claims that are: - Placeholder or smoke-test artifacts (`[SMOKE TEST]`, `<PLACEHOLDER>`, `<TO-BE-FILLED>`, `TODO`, `FIXME`, `<INSERT...>`) - Fewer than 30 characters (too short to be a real hypothesis) - Accompanied by notes containing `"backfill"`, `"tool validation"`, or `"smoke test"` A claim blo