Auto Plan

Turn a spec into a self-reviewed DAG of atomic build tasks: each task gets acceptance criteria, a disjoint write scope (≤3 files), and a slice-scoped validate; dependencies are wired and layered topologically so nothing builds on a missing base. Adversarial critics then attack the graph (cycles, phantom paths, coverage vs spec, task independence) until it is clean. Writes .ulpi/plans/<name>.json. Use when a spec needs an implementable, ordered breakdown before building.

ulpi-io 83fdfe0 2 files · 39.7 KB Updated

File contents

ulpi-io/autonomous-engineering/tree/main/auto-plan commit 83fdfe0f72

Frequently asked questions

npx skillmds@latest add ulpi-io/auto-plan