he-said-guide
Installation
SKILL.md
Use this skill when building or reviewing authorization with he-said.
Required inputs
- Domain entities and the authorization decision to make.
- Preferred model (RBAC, ABAC, ACL, or algebra-first core), if known.
- Whether evaluation is in-memory only or may use Postgres-backed relations.
Workflow
- Start with
quickstart.mdto produce a minimal, working first rule. - Use
rule-modeling.mdto translate requirements into typed, composable constraints. - Use
package-selector.mdto select the package/API surface that best fits the model. - Produce a starter implementation with one allowed and one denied example.