Build release from plan with verification
release-builderworkflowsetup L3★0
opencolin/clawcamp-site ↗What it does
Build one ClawCamp release from its plan
Best for
Decomposing complex release plans into parallel, worktree-isolated producer agents that verify outputs against exit criteria.
Inputs
- · args object (workflow parameters)
- · source document or file
Outputs
- · structured result object
- · formatted report or summary
- · output files or modifications
Requires
- · Claude agent runtime (Workflow)
- · agentic subagents (multi-agent orchestration)
- · parallel execution runtime
Preconditions
- · structured output schema defined
- · Claude agent runtime available
- · git worktree isolation available
- · file system access for read/write
Failure modes
- · schema validation failure (invalid JSON or required fields missing)
- · agent timeout or inference failure
- · early termination signal (kill signal or max cycles hit)
Trust signals
- · strict structured output schema enforces correctness
- · independent verification phase double-checks results