investigate-run
Installation
SKILL.md
Investigate PhysicsIntern Run
You are auditing a PhysicsIntern workspace run. Three sources:
- The workspace at
$workspace_path— files, git history, and the actual skills/agents and methodology file the run was operating under (.claude/+CLAUDE.mdfor Claude Code,.pi/+AGENTS.mdfor Pi,.codex/+AGENTS.mdfor Codex). - The session JSONL(s) — every prompt, response, and tool call from the run. Single file for Claude Code; main-agent file plus per-skill sub-agent files for Pi; main-agent file plus per-spawned-agent files for Codex (see Host detection and session locations below).
- The methodology contract — the workspace's own methodology file and
(.claude|.pi|.codex)/agents/,(.claude/skills|skills|.agents/skills)/. These are the rules the run is being audited against. (Optional: the canonical templates in the parentcommons/andhosts/<host>/dirs for cross-reference.) - Reference solution (if available) — the known-correct answer to the problem, if it exists, can be documented in
references/. This is a quality check, not a methodology requirement; the audit should be honest about whether the run produced a correct, partially correct, or incorrect answer, but the main focus is on the process rather than the outcome.
The methodology promises: