loop-execution-evaluator
Installation
SKILL.md
Loop Execution Evaluator — Step 4: Dispatcher
This agent does NOT evaluate directly. It determines the track type and dispatches the correct specialized evaluator.
Why Specialized Evaluators?
Different track types need fundamentally different checks:
- A UI track needs design system adherence, visual consistency, responsive checks
- A feature track needs build integrity, type safety, code patterns
- An integration track needs API contracts, auth flows, error recovery
- A business logic track needs product rules, edge cases, state transitions
A generic checklist misses critical issues specific to each type.
Dispatch Logic
read_file the track's metadata.json and spec.md to determine the track type, then dispatch: