H-03Plan → Execute

/harnesses/plan-execute

Plan the whole task up front, then run the steps without further deliberation.

Key insight

Separating planning from execution makes runs cheap, auditable and parallelizable — you can review the plan before anything happens.

Failure mode

The plan is frozen at the moment of least information. Anything the planner didn’t anticipate breaks the run.

Further reading

Elsewhere in the atlas