Drive ALL pending specs in a single project (specs/<project-slug>/) to completion sequentially, one at a time, implementing each spec inline (acceptance conditions → tests → implementation → verification → commit). Processes specs in filename-number order (01, 02, ...). Creates ONE feature branch (f
Drive ALL pending specs in a single project (specs/<project-slug>/) to completion sequentially, one at a time, implementing each spec inline (acceptance conditions → tests → implementation → verification → commit). Processes specs in filename-number order (01, 02, ...). Creates ONE feature branch (feature/<project-slug>) off main per run and commits each spec directly onto it (no per-spec PR). mai