investigating-agent-sessions

Reconstruct Claude Code session events from transcripts, artifacts, and runtime state.

4|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/danmestas/wardrobe --skill investigating-agent-sessions
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: investigating-agent-sessions
Source: https://github.com/danmestas/wardrobe/tree/main/skills/investigating-agent-sessions
Command: npx skills add https://github.com/danmestas/wardrobe --skill investigating-agent-sessions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use when debugging or auditing Claude Code sessions to reconstruct what happened in a prior agent run from transcripts, artifacts, and runtime state.

Core Features & Use Cases

  • Reconstruct session narratives from transcripts, logs, and project state.
  • Audit agent decisions, validate claims against current evidence, and identify root causes.
  • Build context before continuing work or handing off to another agent.

Quick Start

Reconstruct a prior agent session from transcripts and artifacts.

Frequently Asked Questions about investigating-agent-sessions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug orphan processes or dirty files left by a Claude Code agent session?▼

Reconstruct the prior agent session by analyzing transcripts, artifacts, and runtime state to identify root causes of orphan processes or dirty files left by a Claude Code agent.

What is the best way to audit agent decisions and validate claims against current evidence?▼

Auditing agent decisions requires re-deriving conclusions from current evidence like transcripts and project state, explicitly surfacing uncertainties when past claims cannot be verified.

How do I reconstruct a session narrative from transcripts and runtime state?▼

Reconstruct a session narrative by identifying and piecing together actions from available transcripts, logs, and runtime state to build a timeline of prior agent events.

Can I use session transcripts to build context before handing off to another agent?▼

Yes, you can use session transcripts and artifacts to build context and validate the previous state, ensuring a clean handoff before continuing work with another agent.

What should I do when debugging broken hooks in an agent session?▼

Debug broken hooks by reconstructing the agent session using transcripts and project state to trace the root cause of the failure from runtime evidence.