Remix.run Logo
eloisius 4 hours ago

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

beshrkayali 2 hours ago | parent [-]

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

wiseowise an hour ago | parent [-]

> Yeah bash scripts start clean but the sprawl kicks in quick as the workflow and project becomes more complex.

Then just use Python.

beshrkayali an hour ago | parent [-]

That’s what Ossature is :)