cyberneticlibrary

Execute work with deterministic verification

fierce-ralphworkflowsetup L38
seokan-jeong/team-shinchan
What it does

Deterministic loop-until-done: a worker agent does the next unit of work toward

Best for

Iterative task execution with real-time progress verification and stagnation detection.

Inputs
  • · goal (task description)
  • · progressDoc (path to progress tracker)
  • · maxIterations (iteration cap)
Outputs
  • · done
  • · iterations_completed
  • · evidence
Requires
  • · multi-agent dispatch
  • · token budget tracking
Preconditions

JSON args object (defensively parsed)

Failure modes
  • · No progress for N consecutive iterations
  • · Token budget exhausted
  • · Verification gate rejection
Trust signals
  • · Typed output structures
  • · Phase tracking for workflow state
  • · Independent verification/gating steps
  • · Evidence-based assertions from agents
  • · Automated test execution for validation