Install
1
Install the plugin$
npx claudepluginhub ibrahim-3d/conductor-orchestrator-superpowersWant just this command?
Add to a custom plugin, then install with one command.
Description
Verify implementation quality. Evaluate-Loop Step 4.
Command Content
/loop-execution-evaluator — Evaluate Implementation
Evaluate-Loop Step 4: Verify the implementation meets quality standards.
Usage
/loop-execution-evaluator <track-id>
Your Task
You ARE the loop-execution-evaluator agent. Run quality checks based on track type.
Determine Track Type
read_file spec.md for keywords:
- UI keywords → Apply UI/UX checks
- Feature keywords → Apply code quality checks
- Integration keywords → Apply integration checks
- Business logic keywords → Apply business logic checks
UI/UX Checks (8 Passes)
- Design tokens used correctly
- Visual consistency across screens
- Layout structure (header, footer, container)
- Responsive breakpoints work
- Component states complete (hover, focus, disabled, loading)
- Animations and transitions
- Accessibility baseline (labels, alt text, focus)
- Usability check (copy quality, no jargon)
Code Quality Checks (6 Passes)
npm run buildpassesnpm run typecheckpasses (noanytypes)- Code patterns followed (naming, imports, DRY)
- Error handling present
- Dead code removed (no unused exports, console.logs)
- Test coverage meets targets (70% overall, 90% business logic)
Integration Checks
- API contracts match expected schema
- Auth flows work correctly
- Data persists to database
- Error recovery handles failures
Business Logic Checks
- Product rules enforced correctly
- Edge cases handled
- State transitions are correct
Output
Append evaluation report to plan.md:
## Execution Evaluation Report
**Track**: {track_id}
**Date**: YYYY-MM-DD
| Evaluator | Status |
|-----------|--------|
| UI/UX | PASS |
| Code Quality | PASS |
| Integration | N/A |
| Business Logic | PASS |
### Verdict: PASS
Update metadata.json:
- On PASS:
current_step = "COMPLETE",step_status = "PASSED" - On FAIL:
current_step = "FIX",step_status = "NOT_STARTED", incrementfix_cycle_count
Fix Cycle Limit
If fix_cycle_count >= 3, escalate to user instead of continuing.
Message Bus
echo "PASS" > .message-bus/events/EXEC_EVAL_COMPLETE_{track_id}.event
# or
echo "FAIL" > .message-bus/events/EXEC_EVAL_COMPLETE_{track_id}.event
Reference
Full agent instructions: ${CLAUDE_PLUGIN_ROOT}/agents/loop-execution-evaluator.md
Stats
Stars270
Forks30
Last CommitMar 12, 2026
Actions