Skip to main content

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.

The Cursor plugin registers four Userplane slash commands. Each command delegates to the matching Userplane subagent and loads the relevant skills for the task.

Command reference

CommandJobOutput
/userplane-integrateAdd Userplane to this appFile edits + summary
/userplane-auditVerify my installPASS/FAIL checklist with diffs
/userplane-debug <id|desc>Root-cause a recordingTimeline + root cause + fix
/userplane-privacyCheck privacy postureSeverity-ranked findings report

Usage

/userplane-integrate
/userplane-audit
/userplane-debug rec_01HX2KYN
/userplane-debug "Sarah's checkout failure yesterday"
/userplane-privacy

What each command does

CommandBehavior
/userplane-integrateDetects the framework from package.json, loads the matching skill, and writes provider, script, environment, and CSP changes.
/userplane-auditRead-only. Checks an existing install against the framework skill and reports PASS/FAIL results with file:line citations and suggested diffs.
/userplane-debugUses the workspace MCP server to resolve a recording, fetch session data after confirmation, and produce a root-cause timeline.
/userplane-privacyRead-only. Scans blur coverage, metadata PII leakage, CSP iframe gaps, and visible DOM leaks.