hypothesis-tracking
SolidRetrieve 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
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
AI & Automation Listed
hypothesis-tracker
Add, update, review, and kill hypotheses using CEO Bible framework
1 Updated today
Layneformalized225 AI & Automation Featured
hypogenic
Plans and audits use of ChicagoHAI HypoGeniC/HypoRefine for LLM-assisted hypothesis generation from labeled text datasets. Use for the `hypogenic` package, its task configs, hypothesis banks, or HypoBench datasets—not for manual hypothesis formulation or scientific validation.
31,883 Updated today
K-Dense-AI AI & Automation Solid
company-research
Run end-to-end company research through Primr. Use when the user asks to research a company, provides a company URL, or wants a new strategic analysis run.
3 Updated 4 days ago
blisspixel