cyberneticlibrary

Orchestrate tiered task execution

wfl:run-taskworkflowsetup L33
Entelligentsia/tokbench
What it does

Code-orchestrated port of /forge:run-task — resolve the task pipeline, drive eac

Best for

Run a single Forge task through its full plan→implement→review→approve→commit pipeline via a deterministic JS driver instead of the LLM orchestrator.

Inputs
  • · args object with workflow parameters
Outputs
  • · structured JSON with findings or results
Preconditions

Valid args; agent dispatch configured; schema validation enabled

Failure modes
  • · Invalid or missing args
  • · Agent dispatch error
  • · Schema validation failure
  • · Token budget exceeded
  • · Barrier/gate failure
Trust signals
  • · Structured output schemas
  • · Multi-phase barriers
  • · Adversarial verification
  • · Specialized agent lenses