Round Verification
Use this skill after orchestrator returns a round summary and node reports.
Inputs
- task packet
- planner verification contract
- orchestrator summary
- worker reports
- checker reports
- command/test evidence
Output
The report must include:
round result: pass|rework_node|partial|replan_required|global_blocker
Rules
passrequires evidence for the whole verification contract.rework_nodeis only for bounded node repair.partialpreserves successful independent branches but marks dependent branches unfinished.replan_requiredmeans acceptance, design, split, or constraints must change outside the execution loop.global_blockermeans no safe progress is possible without user/system intervention.