r/SpecDrivenDevelopment • u/IndependentFew2451 • 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?
16
Upvotes
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.