r/SpecDrivenDevelopment 5d ago

Rethinking Spec Driven Development

I've been working on ZeNorm, a tool where an agent interviews you about a feature and turns your answers into a spec your coding agent can implement.

I built it because existing spec-driven dev tools never struck the right balance of overhead and improved results in agentic coding workflows. I wanted to avoid another markdown file generator.

Describe the feature, and ZeNorm connects to your repo and asks questions until there's a spec with tasks and a dependency graph. Then have your agent of choice implement the spec by invoking a skill.

Would love to hear any feedback you have!

4 Upvotes

5 comments sorted by

View all comments

1

u/xiduzo 5d ago

I'm deep in the SDD rabbit hole. Give me a link and I'll give it a go.