Accepts a recording ID or a natural-language description, fetches session data via the workspace MCP server, and produces a correlated timeline with a root cause analysis.Documentation Index
Fetch the complete documentation index at: https://docs.userplane.io/llms.txt
Use this file to discover all available pages before exploring further.
Usage
How it resolves recordings
By recording ID — resolves the workspace automatically and fetches the recording directly.What it produces
- Summary — one sentence describing the issue.
- Timeline — interleaved user actions, console errors, and network failures ordered by timestamp.
- Root cause — the specific failure point with quoted evidence from console or network data.
- Fix — a concrete code change when the repo is accessible, or a description of what to investigate.
Requires workspace MCP authentication. If you haven’t authenticated yet, Claude Code opens a
browser for OAuth sign-in on the first call.
Example prompts
Replace
{workspaceId} and {recordingId} with values from your Userplane dashboard URL bar.Related articles
- debug-agent — the subagent that powers this command.
- MCP Servers — the workspace MCP server this command uses.
- Recording Tools — the underlying MCP tools for recording data.
- MCP Apps — interactive viewers for recordings, console, network, and actions.