# Observe

> Record falsifiable predictions, score outcomes, inspect calibration and a compact scorecard, or audit/delete Recursive Observe's private local evidence. Use when a user asks to track whether an agent task succeeds, measure confidence, review prediction accuracy, or manage Observe data without changing the current repository.

- **Type:** Skill
- **Install:** `agentstack add skill-ghostlygawd-recursive-harness-observe`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [GhostlyGawd](https://agentstack.voostack.com/s/ghostlygawd)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [GhostlyGawd](https://github.com/GhostlyGawd)
- **Source:** https://github.com/GhostlyGawd/recursive-harness/tree/main/skills/observe

## Install

```sh
agentstack add skill-ghostlygawd-recursive-harness-observe
```

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

## About

# Observe

Use the bundled deterministic CLI. Do not emulate its ledger with prose or create project
files. Resolve `scripts/observe.py` relative to this `SKILL.md`; never run an untrusted
project-local file with the same name.

## Record and score

Before uncertain, meaningful work, record one falsifiable expected result:

```bash
python3 /scripts/observe.py predict \
  --task "harden the parser" \
  --expect "the malformed fixture is rejected and the full suite stays green" \
  --confidence 0.75
```

After observable evidence exists, score the printed identifier. Never infer success from
intent or score an unfinished task.

```bash
python3 /scripts/observe.py outcome PREDICTION_ID \
  --result hit --notes "fixture and suite passed"
```

Keep `task`, `expect`, and `notes` short. Do not include prompts, source contents, secrets,
credentials, or personal data. The runtime applies defense-in-depth redaction before writes.

## Review evidence

Use `stats` for calibration buckets or `scorecard` for the compact proof surface. Add
`--json` when another tool needs structured output.

```bash
python3 /scripts/observe.py stats
python3 /scripts/observe.py scorecard --json
```

## Protect privacy

Observe stores sanitized evidence below `~/.recursive-harness/observe`, never the working
repository. The runtime intentionally accepts no state-path argument or environment override.
Read [the privacy contract](references/privacy.md) when the user asks what is stored, where
it lives, how long it remains, or how uninstall affects it.

Audit aggregate metadata without printing prediction text:

```bash
python3 /scripts/observe.py privacy audit --json
```

Delete all Observe records only on an explicit user request. Preview first; `purge` remains
a dry run until `--apply` is present.

```bash
python3 /scripts/observe.py privacy purge
python3 /scripts/observe.py privacy purge --apply
```

Installing or invoking this skill must not edit `AGENTS.md`, `CLAUDE.md`, `.claude/`,
`.codex/`, hooks, workflows, or any other file in the active repository.

## Source & license

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

- **Author:** [GhostlyGawd](https://github.com/GhostlyGawd)
- **Source:** [GhostlyGawd/recursive-harness](https://github.com/GhostlyGawd/recursive-harness)
- **License:** MIT

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-ghostlygawd-recursive-harness-observe
- Seller: https://agentstack.voostack.com/s/ghostlygawd
- 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%.
