Tenant Setup Skill
When to Apply
- User needs new tenant/account setup.
- Multi-tenant bootstrap data or access configuration is required.
Workflow
- Read tenancy rules from
specs/specs.mdandspecs/security-spec.md. - Create tenant record and initial admin/user roles.
- Seed tenant-scoped baseline data.
- Validate tenant isolation with at least one cross-tenant negative check.
Quality Bar
- No global data leakage.
- Tenant IDs/scopes applied at write and read paths.
- Onboarding is repeatable via script/seeder where possible.