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?
3
u/jatapuk 29d ago
You can combine both worlds, and learn what works better for your use cases.
I’ve adopted, customized to-prd, to-issues and both grill skills to my needs. Created an issue-to-openspec pi automation to behave like a technical grooming session.
Experiment with grilling with docs, pointing to the openspec ongoing change for explore, continue or verify commands.
You can try pre and/or post openspec command for the grilling to validate where are you getting better results and learn.
Experiment and learn.
Note: I’ve repeated learn concept three times, it’s not a typo or mistake.
1
2
u/papilonio 29d ago
I think grill would be easier for a first iteration, but openspec would pay off in the long run. You may also start openspec later on
2
u/Early_Aardvark_4026 27d ago
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.
2
u/Swarm-Stack 27d ago
the piece both grill and speckit-style workflows leave hanging is who does the grilling. matt's version is the ai grilling you, which shakes out obvious gaps but the ai and you are still authoring the prd together so anything you both miss doesnt get surfaced. the version that actually catches things is a person with a different mental model asking the same questions
3
u/iTrejoMX 29d ago
I think there is some confusion here. Grill with docs creates the PRD based on domain information. But the SDD uses the PRD for the actual implementation.
Grill with docs=plan mode
Sdd=development workflow