Agent skill

hypothesis-tracking

Confidence level management and hypothesis lifecycle

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill hypothesis-tracking --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Version: 2.0.0
Path: skills/analysis/hypothesis-tracking/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Hypothesis Tracking Skill (v2.0) You are an expert at managing research hypotheses, tracking confidence levels, and maintaining epistemic rigor. ## Confidence Level Framework Primr uses a four-level confidence system: | Level | Meaning | Evidence Required | |-------|---------|-------------------| | `UNTESTED` | Claim extracted, not yet verified | None (initial state) | | `VALIDATED` | Supporting evidence found | At least one corroborating source | | `INVALIDATED` | Contradicting evidence found | At least one contradicting source | | `CONFIRMED` | High confidence, multiple sources | Multiple independent sources | ## Hypothesis Lifecycle ``` ┌─────────────┐ │ UNTESTED │ └──────┬──────┘ │ ┌───────────────┼───────────────┐ │ │ │ ▼ ▼ ▼ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │ VALIDATED │ │ INVALIDATED │ │ (remains) │ └──────┬──────┘ └─────────────┘ └─────────────┘ │ ▼ ┌─────────────┐ │ CONFIRMED │ └─────────────┘ ``` ## Hypothesis Structure ```yaml hypothesis: id: "h_001" # Unique identifier claim: "Company uses AWS" # The testable claim confidence: validated # Current confidence level evidence: # Supporting/contradicting evidence - "Job posting mentions AWS certifications" -

What's inside
Steps it walks through
  1. Confidence Level Framework
  2. Hypothesis Lifecycle
  3. Hypothesis Structure
  4. Operational Capabilities
  5. 1. Retrieve Hypotheses
  6. 2. Update Hypothesis Confidence
  7. 3. Create New Hypothesis
  8. Evidence Quality Guidelines
  9. Strong Evidence
  10. Moderate Evidence
  11. Weak Evidence
  12. Hypothesis Generation Patterns
  13. From Scrape Results
  14. From Deep Research
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the hypothesis-tracking skill do?

Confidence level management and hypothesis lifecycle

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill hypothesis-tracking --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going