DEV Community

abinavrockss
abinavrockss

Posted on

Spec Driven Development - thoughts?

Recently, I have been hearing about the new buzzword - Spec Driven Development. So, essentially, as Software Engineers - we are not allowed to touch the code directly anymore. Instead, we write these spec files which will combine both the business requirement with the technical limits and details to be fed as context to the AI agents. As of now, this proves to be somewhat useful in building new features from scratch, but sounds useless to bugs from existing features or small button changes. The token consumption also seems to be heavy as it takes up the context window and time to read the spec, come up with a plan, execute said plan and finish with the code (still, human eyes are needed after this part, cannot trust AI fully)

I have been working with spec kit and Gemini's conductor (I know Gemini kind of sucks :( , just trying it out)

Top comments (0)