mesh
Installation
SKILL.md
mesh
Intent
$mesh is the high-fanout batch-execution path for Codex once repeated leaf work has been shaped.
It is for already-shaped leaf work, not for planning or decomposition.
Use it when:
- the user explicitly asks for
$mesh, or repeated leaf work is already clearly row-shaped - the workload is row-shaped and homogeneous
- each row can be processed independently
- each row represents one substantive unit with a unique scope and acceptance target
- you want structured per-row results exported to CSV
- planning is complete and the remaining work is leaf execution
Do not use it when: