Agent Skills: Round Verification

Verify a CCB execution round and produce a machine-readable round result artifact.

UncategorizedID: bfly123/claude_code_bridge/round-verification

Repository

SeemSeamLicense: NOASSERTION
3,210310

Install this agent skill to your local

pnpm dlx add-skill https://github.com/SeemSeam/claude_codex_bridge/tree/HEAD/docs/plantree/plans/agentic-loop-workflow/drafts/agentroles.ccb_round_checker/skills/round-verification

Skill Files

Browse the full folder contents for round-verification.

Download Skill

Loading file tree…

docs/plantree/plans/agentic-loop-workflow/drafts/agentroles.ccb_round_checker/skills/round-verification/SKILL.md

Skill Metadata

Name
round-verification
Description
Verify a CCB execution round and produce a machine-readable round result artifact.

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

  • pass requires evidence for the whole verification contract.
  • rework_node is only for bounded node repair.
  • partial preserves successful independent branches but marks dependent branches unfinished.
  • replan_required means acceptance, design, split, or constraints must change outside the execution loop.
  • global_blocker means no safe progress is possible without user/system intervention.