Command
Audit SpiceDB permission coverage -- reads your schema and scans the codebase to produce a matrix showing which permissions have code checks and which are unprotected.
Command
Audit SpiceDB permission coverage -- reads your schema and scans the codebase to produce a matrix showing which permissions have code checks and which are unprotected.
Command
Interactive permission model design session for SpiceDB schemas.
Command
Convert permission model to SpiceDB schema (.zed file).
Command
Add SpiceDB permission checks and lookup operations to application code (CheckPermission, BulkCheckPermission, LookupResources, LookupSubjects).
Command
Add SpiceDB relationship writes and deletes to application code (WriteRelationships, DeleteRelationships).
Command
Add SpiceDB operations to application code (permission checks, relationship management, bulk operations, lookups).
Command
Rewrite a source system's client call sites into SpiceDB client calls, and add the SpiceDB client to the project.
Command
Migrate a live source system's relationship data into SpiceDB.
Command
Convert a source authorization model to a SpiceDB schema (.zed).
Command
Convert a source system's test/assertion files into SpiceDB validation YAML.
Command
Emit a differential harness that dual-runs SpiceDB beside a live source system, diffs disagreements safely, and turns confirmed agreements into regression tests.
Command
Migrate an application from another authorization system to SpiceDB - analyze, hold the pre-flight gate, and route through the conversion phases.
Command
Plan a SpiceDB authorization implementation -- scopes complexity, identifies the right starting phase, and writes an authorization-plan.md artifact with phased next steps and specific commands to run.
Command
Generate test data fixtures and test scenarios for permission model.
Command
Validate a SpiceDB schema (.zed file) using the schema-validator agent.