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 includes a Userplane workflow rule. It helps Cursor choose the right Userplane command, subagent, or skill when a prompt mentions installing, auditing, debugging, or privacy-checking Userplane.
Included rule
| File | Applies automatically | Purpose |
|---|
rules/userplane-workflows.mdc | No | Routes Userplane workflow requests to the plugin |
The rule keeps Cursor from guessing integration steps from memory. It points Cursor to the bundled Userplane skills and workflows as the source of truth.
Workflow routing
| User asks for | Cursor should use |
|---|
| Installation | /userplane-integrate or integrate-agent |
| Verification | /userplane-audit or audit-agent |
| Recording debugging | /userplane-debug or debug-agent |
| Privacy review | /userplane-privacy or privacy-agent |
Ground truth
The rule tells Cursor to load the matching framework skill before writing or reviewing code. It also points Cursor to the shared reference skills:
| Skill | Covers |
|---|
userplane-web-sdk | SDK initialization, recorder control, and recording state |
userplane-metadata-sdk | setUser, setMetadata, and recording metadata |
userplane-cdn | Script placement, CSP, redirects, and browser support |
userplane-sensitive-data | Blur attributes and sensitive data protection |
userplane-best-practices | Cross-cutting install, SDK, metadata, and privacy guidance |
Related articles