$ cat FEATURE_PLAN.md # re-read plan before each chunk
chunk 1: feat/db-schema โ confirmed
$ git town hack feat/db-schema
โ Created feat/db-schema off main
... implementing schema and migrations only ...
$ git town propose
โ PR opened: feat/db-schema โ main
$ git town append feat/validators
โ Created feat/validators stacked on feat/db-schema
... implementing validators only ...
$ git town propose
โ PR opened: feat/validators โ feat/db-schema
โ Repeating for service, controller...