|
|
|
Show HN: Replacing spec-driven development with just facts
(github.com)
|
|
7 points
by everlier
40 days ago
|
|
I had a lot of issues with spec-driven approaches, agents are too readily producing fluff, large projects have so many specs agents start making mistakes maintaining them. There's a constant consistency tax. In the end every spec is just a bunch of facts, so I decided to leave that and throw away everything else while making it friendlier for agentic use. Introducing facts - skills and CLI for agents to use facts-driven development.
https://github.com/av/facts |
|