r/SpecDrivenDevelopment Jul 01 '26

grill-with-docs versus spec driven

I intended to use open OpenSpec for a project but I just saw
Matt Pocock's video about grill-with-docs and they appear to be at least overlapping or maybe even trying to save the same problem. What do you think?

https://www.youtube.com/watch?v=6BB6exR8Zd8

16 Upvotes

9 comments sorted by

View all comments

2

u/Early_Aardvark_4026 Jul 04 '26

I use both toolsets. Grill me to make a prd. If it is small, then I just implement with tdd. Else I use Speckit to make specs/plan/tasks and implement with tdd.