Components of a Coding Agent | Hacker News
TL;DR AI
2 min readKey summary
Ossature uses a spec-driven workflow that validates and audits specs before code generation.
The audit step produces a toml build plan that users can read and edit prior to generation.
Each generated task must pass a verification command; failed tasks trigger a fixer agent that retries repairs.
Ossature currently works best for greenfield projects and saves full prompts and responses for debugging.



