Skip to content

QA · Advanced pack

Failure Replay Lab

Investigate a failed delegation by replaying context, isolating likely root causes, and proposing the smallest reliable recovery path.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Failure Replay Lab when you need to investigate a failed delegation by replaying context, isolating likely root causes, and proposing the smallest reliable recovery path, especially when the work is driven by failed delegation and replay.

Trigger signals

failed delegationreplayretryincidentrecover

Validation hooks

generate_diff

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show failure-replay-lab

Use

orchestrator-mcp skills export failure-replay-lab --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/failure-replay-lab ./your-agent-skills/failure-replay-lab
# or open skills/failure-replay-lab/SKILL.md in a markdown-first client

File patterns

Model preferences

Related skills

Adjacent packs to compose next.

QAGlobal library

Flaky Test Detective

Open pack

Identify and stabilize non-deterministic tests through reproduction heuristics, isolation, and dependency analysis.

CodexClaude Code