Skip to main content
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.