Implement a phase spec one step at a time with plan mode, commit discipline, progress tracking, subagent delegation, and mid-session resume.
| Input | Spec file path (.ladder/specs/L- - .md) | | Output | Implemented code, updated progress.md, commits per step | | Commits | type(L -S ): description per step, chore(L ): complete phase execution at end | | Prerequisites | .ladder/OVERVIEW.md, canonical spec, entry criteria met | | Delegation | medium + large steps → sub-agent; small steps → inline |
SPEC VALIDATION: Before executing, validate spec against ALL 5 rules from references/spec-format.md. If any rule fails → print failures and say "Run /ladder-refine first." STOP.
Esegue passo dopo passo una specifica della fase Ladder con disciplina di commit e monitoraggio dei progressi. Da utilizzare quando si è pronti per implementare una specifica, riprendere una fase interrotta o quando l'utente dice "esecuzione ladder". Fonte: sadiksaifi/agents.