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.

Each slash command delegates to exactly one subagent. Subagents run in isolated context windows with their own tool permissions — no shared state, no cross-calling.

Architecture

CommandSubagentToolsCan write files
/userplane:integrateintegrate-agentRead, Glob, Grep, Bash, Edit, WriteYes
/userplane:auditaudit-agentRead, Glob, Grep, Bash (read-only)No
/userplane:debugdebug-agentWorkspace MCP tools, Read, GrepNo
/userplane:privacyprivacy-agentRead, Glob, GrepNo
Only the integrate-agent can write files. Only the debug-agent can access recording data.

integrate-agent

Writes the full Userplane install for your framework

audit-agent

Read-only verification against the framework skill

debug-agent

Fetches and correlates recording session data via MCP

privacy-agent

Scans the repo for PII exposure in recordings
  • Commands — the slash commands that invoke these subagents.
  • Skills — the knowledge layer subagents load for each task.
  • MCP Servers — the workspace server the debug-agent connects to.
  • Cursor Workflows — Cursor commands that use the same workflow model.
  • Codex Workflows — Codex workflow skills for the same jobs.