logoalt Hacker News

eloisiustoday at 4:40 AM2 repliesview on HN

Isn’t a repeatable, multi-step workflow exactly what a script or Makefile does?


Replies

beshrkayalitoday at 7:17 AM

Yeah bash scripts start clean but the sprawl kicks in quick as the workflow and project becomes more complex. Prompts get copied, deps turn manual, and maintenance of your workflow itself becomes the chore.

Ossature swaps that for structured SMDs and optional AMDs. Multiple specs build a clean DAG that drops into an editable plan.toml so everything stays traceable without the mess.

Feel free to check the example projects on https://github.com/ossature/ossature-examples

show 1 reply
hrmtst93837today at 12:49 PM

[dead]