design_loop
Scaffold a new loop spec from a stated bottleneck when no catalog loop fits. The draft includes every required field, an MVL sanity check, and nearest existing loops for structure.
Instructions
Scaffold a NEW loop spec from a stated bottleneck when no catalog loop fits: returns a draft with every required field (trigger, scope, one-round action, suggested verifier for the domain, state files, stop conditions, budget, risk colors), an MVL sanity check on the objective, and the nearest existing loops to steal structure from. Follow with critique_loop on the completed draft.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | The bottleneck or outcome, in plain words | |
| cadence | No | Optional trigger/cadence, e.g. 'nightly', 'monthly tick' | |
| context | No | Optional operator context: stack, data sources, what already exists | |
| constraints | No | Optional constraints, e.g. 'read-only', 'no budget for APIs' |