Quick Evaluation
Run a one-shot quality evaluation of a deliverable. No improvement loop — just the verdict.
Steps
- Accept the deliverable path and optional custom criteria.
- Ensure the workspace is a git repository (required for agent worktree
isolation). If not, warn the user to relaunch via
launch-claude-tmux.sh. - If no criteria provided, call
generate_eval_criteria(quality-tools MCP). - Present criteria to the user for confirmation.
- Spawn the round-evaluator agent with:
- Deliverable path(s)
- Evaluation criteria
- Wait for the round-evaluator to complete.
- Read and present:
verdict.json— scores and verdict (iterate/converged)critique_packet.md— the Evaluation Summary sectionnext_tasks.json— top improvement tasks (if iterate)
- Summarize: What's strong, what needs work, and the recommended next steps.
When to Use
- Pre-PR quality check: "Is this ready to submit?"
- Quick assessment: "How good is this, honestly?"
- Decision point: "Should I keep iterating or ship it?"
For full iterative improvement, use /refine instead.