hypothesis-tracking

Solid

Retrieve and update company hypotheses in Primr. Use when the user asks what is already known, wants to validate a claim, or wants to persist a research finding.

AI & Automation 3 stars 2 forks Updated 4 days ago Apache-2.0

Install

View on GitHub

Quality Score: 80/100

Stars 20%
20
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
48
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Hypothesis Tracking ## Purpose Use this skill to manage durable research memory for a company. Hypotheses are a working memory layer, not final truth. ## Workflow 1. Retrieve hypotheses before starting duplicate research. 2. Present confidence clearly: untested, validated, invalidated, or confirmed. 3. Update confidence only when new evidence exists. 4. Keep evidence strings short, factual, and source-oriented. ## Operating Rules - Distinguish known facts from open hypotheses. - Preserve the evidence trail when confidence changes. - Prefer updating an existing hypothesis over creating duplicates. - Expired or weak hypotheses should be re-validated before being presented as current. ## Example ```text get_hypotheses(company="ExampleCo", topic="technology") save_hypothesis(company="ExampleCo", hypothesis_id="h_001", confidence="validated", evidence="CTO interview confirms AWS usage") ```

Details

Author
blisspixel
Repository
blisspixel/primr
Created
7 months ago
Last Updated
4 days ago
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category