Design the harness. Claude Code runs it.

Your samplesArchetypes
brief.md28 lines
#Untitled workflow
Use a workflow. Read this brief, then write and run the harness that orchestrates it — spawn subagents for the stages below rather than working through them inline.
##Goal
[Your goal here — e.g. "Describe the goal this workflow should accomplish"]
##Operating rules
-Work through the stages in order. Finish each numbered step before starting the next; do not skip ahead.
-An empty result is a reported result ("hunted for X, found nothing"), not a skipped stage. Do not summarize your way past a stage.
##Phase 1: Understand
Know the terrain before acting.
##Phase 2: Build
Do the work in verifiable steps.
##Phase 3: Verify
Prove it worked before calling it done.
##Done when
-You have summarized what was produced, the key decisions made, and anything deferred.
Paste into Claude Code. It builds the harness and runs it.
02 / Vocabulary

Six node kinds. One brief.

Task

Work in the main thread.

Agent

Fresh context, focused brief.

Verify

Skeptics try to refute.

Judge

Pairwise verdicts, one winner.

Tool

Run Bash, search, MCP.

Loop

Until dry, not N times.

03 / How it works
01

Design the harness

Lay out phases, agents, and loops on the canvas. Mark what streams and what waits — a barrier holds for every branch; a pipeline starts the moment the first item lands.

Generate from one line · soon

02

Watch it compile

Every edit rewrites the workflow brief live: a fresh brief per agent, barrier and pipeline semantics, skeptics per finding, budgets — in order, in plain language.

03

Paste into Claude Code

Copy the brief and run it. Claude Code spawns the agents, streams the pipeline, and loops until the exit conditions hold.

Save & export · soon