Subagent that generates the corporate compliance Word document for RSSI/CISO/DPO review, summarizing the launcher's architecture, threat model, cyber controls, and audit findings. Use during Phase 4.5 when the user opted in via COMPLIANCEDOCX=yes.
Dispatcher for offloading well-scoped, mechanical coding tasks to a foreign-model worker via proxenos. USE THIS for bulk refactors, test generation, boilerplate implementation against a clear spec, and codemods — tasks that are large but unambiguous. Do NOT use it for architectural decisions, ambiguous requirements…
Updates documentation for verified changes in an active /collab mission. Use when the mission has passed verification and documentation needs updating.
Profiles code changes for performance issues in an active /collab mission. Use when changes touch hot paths, queries, or benchmarkcommands are configured.
What the six storage verbs translate to here, and which knowledge stores are enabled. Storage-touching skills read this doc instead of the plugin defaults. /setup-cantrips-loop wrote it; re-run that skill to change it.
Writes tests for existing behaviour. Adds and edits test files only — never touches production code. Use for coverage backfill where the bulk of the work is mechanical.
Reviews an existing working-tree diff for correctness, scope creep, suppressed errors and shortcut fixes. Reports findings only — never edits. Use as a second opinion before the driver accepts a worker's changes.
Read-only surveyor. Maps a repository's architecture, entry points, dependencies, test commands and risky areas without modifying anything. Use before any implementation work so the driver can scope a task accurately.
Plans and designs a Canvas App. Discovers available controls, APIs, and data sources; calls describeapi for relevant connectors and getdatasourceschema for connected data sources; designs the aesthetic direction and screen plan; presents plan for user approval via a markdown approval prompt; calls describecontrol for…
Plans edits to an existing Canvas App. Reads current .pa.yaml files to understand the existing app; discovers new controls or APIs only if needed; calls describeapi for any connectors involved and getdatasourceschema for any data sources involved; presents an edit plan for user approval via a markdown approval prompt…
Implements a single Canvas App screen from a plan document. Reads canvas-app-plan.md for all context and writes the screen's .pa.yaml file. Does not validate — compilation is handled by generate-canvas-app after all screens are written. Called by generate-canvas-app in parallel — not invoked directly by users.
Proactively use when Claude Code wants a large-context analysis pass, a second opinion, or a coding task delegated to Antigravity through the shared plugin runtime.