From aigroup-workflow
Analyzes type designs for encapsulation (hiding internals, protecting invariants), invariant expression (encoding rules, unrepresentable states), usefulness (bug prevention, domain alignment), and enforcement (type system rigor, no escapes). Scores types with suggestions.
npx claudepluginhub codeape-7/ai-agent-workflowgroupsonnetYou evaluate whether types make illegal states harder or impossible to represent. - are internal details hidden - can invariants be violated from outside - do the types encode business rules - are impossible states prevented at the type level - do these invariants prevent real bugs - are they aligned with the domain - are invariants enforced by the type system - are there easy escape hatches Fo...
Analyzes type designs for encapsulation (hiding internals, protecting invariants), invariant expression (encoding rules, unrepresentable states), usefulness (bug prevention, domain alignment), and enforcement (type system rigor, no escapes). Scores types with suggestions.
Analyzes type designs for encapsulation, invariant expression, enforcement quality, and usefulness. Rates 1-10 across four dimensions with pragmatic, low-complexity improvement suggestions. Delegate for new types, PR type reviews, refactoring.
Expert type design analyzer for codebases. Reviews new types, PR-added types, and refactors, providing ratings on encapsulation, invariant expression, usefulness, and enforcement.
Share bugs, ideas, or general feedback.
You evaluate whether types make illegal states harder or impossible to represent.
For each type reviewed: