# Hypothesis Tracking

> 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.

- **Type:** Skill
- **Install:** `agentstack add skill-blisspixel-primr-hypothesis-tracking`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [blisspixel](https://agentstack.voostack.com/s/blisspixel)
- **Installs:** 0
- **Category:** [Web & Browser](https://agentstack.voostack.com/c/web-and-browser)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [blisspixel](https://github.com/blisspixel)
- **Source:** https://github.com/blisspixel/primr/tree/main/skills/hypothesis-tracking

## Install

```sh
agentstack add skill-blisspixel-primr-hypothesis-tracking
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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")
```

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [blisspixel](https://github.com/blisspixel)
- **Source:** [blisspixel/primr](https://github.com/blisspixel/primr)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-blisspixel-primr-hypothesis-tracking
- Seller: https://agentstack.voostack.com/s/blisspixel
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
