Scope
The saas kit exists under packages/dotdog/kits/saas/ but only has constitution.dog. Complete the kit.
Files needed
SPEC.dog — SaaS platform spec: tenants, billing, users, dashboard
data-model.dog — entities: Tenant, User, Plan, Invoice, Feature
constitution.dog already exists — don't modify it.
Pattern
Copy packages/dotdog/kits/dao/ SPEC.dog and data-model.dog structure. Adapt for SaaS domain.
Verify
Kit should validate at 80%+ with dotdog validate.
Scope
The
saaskit exists underpackages/dotdog/kits/saas/but only hasconstitution.dog. Complete the kit.Files needed
SPEC.dog— SaaS platform spec: tenants, billing, users, dashboarddata-model.dog— entities: Tenant, User, Plan, Invoice, Featureconstitution.dogalready exists — don't modify it.Pattern
Copy
packages/dotdog/kits/dao/SPEC.dog and data-model.dog structure. Adapt for SaaS domain.Verify
bun testKit should validate at 80%+ with
dotdog validate.