Calcular eixos de performance e potencial
agregadores-performance-potencialskillsetup L2★381
majiayu000/claude-skill-registry ↗What it does
Calculate performance and potential axes from evidence
Best for
Deterministic scoring of performance and growth potential in coaching/evaluation systems where logic must be testable offline.
Inputs
- · [object Object]
- · [object Object]
Outputs
- · [object Object]
- · [object Object]
Preconditions
- · Evidence data passed as domain events (not via database writes)
- · Complexity tier defined upfront in model
- · Aggregators instantiated separately from models
Failure modes
- · Potential grows without complexity escalation (violates core rule)
- · Aggregators write to DB directly (breaks purity)
- · Test uses Eloquent models instead of DTOs/mocks
Trust signals
- · Pure functions, no side effects
- · Explicit weight/normalization model
- · Test examples with multiple contexts