implement-authorization
Installation
SKILL.md
Implement Authorization
Apply the execution contract before this procedure.
Quick Reference
| Gem | Pattern | Best For |
|---|---|---|
| Pundit | Explicit policy classes | Complex per-resource rules |
| CanCanCan | Centralized Ability class | Simple role-based permissions |