Agent skill · AI & Agents

hypothesis-tracker

Hypothesis management skill for tracking business hypotheses through testing and validation

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill hypothesis-tracker --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Allowed tools: -Read-Write-Glob-Grep-Bash
Path: library/specializations/domains/business/decision-intelligence/skills/hypothesis-tracker/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

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

From the SKILL.md

# Hypothesis Tracker ## Overview The Hypothesis Tracker skill provides systematic capabilities for formulating, testing, and validating business hypotheses. It supports the scientific approach to business decisions by managing hypotheses through their lifecycle from formulation to resolution. ## Capabilities - Hypothesis formulation assistance - Test design specification - Evidence collection and linking - Confidence level tracking - Hypothesis status management - Invalidation criteria definition - Learning documentation - Hypothesis dashboard ## Used By Processes - Hypothesis-Driven Analytics Process - A/B Testing and Experimentation Framework - Decision Documentation and Learning ## Usage ### Hypothesis Formulation ```python # Create hypothesis hypothesis = { "id": "HYP-2024-001", "title": "Price Elasticity Hypothesis", "statement": "A 10% price reduction will increase unit sales by more than 15%, resulting in higher total revenue", "context": { "business_question": "Should we reduce prices to grow market share?", "decision_at_stake": "Q2 pricing strategy", "stakeholders": ["VP Sales", "CFO", "Product Manager"] }, "structure": { "independent_variable": "Price", "dependent_variabl

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Used By Processes
  4. Usage
  5. Hypothesis Formulation
  6. Falsification Criteria
  7. Test Design
  8. Evidence Collection
  9. Hypothesis Resolution
  10. Input Schema
  11. Output Schema
  12. Hypothesis Status Lifecycle
  13. Best Practices
  14. Integration Points
More from babysitter
All skills →
About this skill
What does the hypothesis-tracker skill do?

Hypothesis management skill for tracking business hypotheses through testing and validation

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill hypothesis-tracker --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 a5c-ai/babysitter, a repository with 1,642 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