research-exp-livelisted
Install: claude install-skill JasonCodeMaker/Agentic-Research-Control-Panel
# research-exp-live
## Purpose
Use this skill for a long-running command that belongs to an existing Package and Experiment. It
authorizes the Run through management state, stores producer evidence in one Run directory, and keeps
monitoring decisions tied to measured status.
This skill does not create a Package or Experiment, decide research scope, or treat a browser page as
state.
## Storage and authority
Resolve the managed root once:
```bash
export RESEARCH_ROOT="${RESEARCH_ROOT:-.research}"
```
`--research-root` overrides the environment variable. If neither is set, the default is
`.research`.
With the default root, the three managed areas are `.research/state/`,
`.research/experiments/`, and `.research/interface/`.
| Data | Location | Authority |
| --- | --- | --- |
| Package, Experiment, Run, and allocation lifecycle | `$RESEARCH_ROOT/state/research.sqlite3` through bounded queries | Management authority |
| Current folded state | `$RESEARCH_ROOT/state/current.json` | Rebuildable state projection |
| Run command and frozen context | `$RESEARCH_ROOT/experiments/<package>/<experiment>/<run>/run.json` and `context.json` | Immutable Run envelope |
| Live status and raw evidence | The same Run directory | Producer-owned runtime evidence |
| Human pages | `$RESEARCH_ROOT/interface/` | Read-only generated projection |
| Interface server process metadata | `$XDG_RUNTIME_DIR/trustworthy-research/<workspace-hash>/` | Ephemeral local runtime |
When `XDG_RUNTIME_DIR` is u