I made SpecKit Grill Me — a more thorough clarification skill for Spec Kit #4022
yoshi1220
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
I made a small project called SpecKit Grill Me, a more thorough alternative to
speckit-clarifyfor cases where I want to clarify a feature specification more deeply before moving on to planning.I like the
specify → clarify → planworkflow in Spec Kit, but sometimes I wanted to keep digging into ambiguities and unresolved decisions beyond the normal clarification flow.So I created a skill that works roughly like this:
specify → grill-me → planThe main idea is to keep asking one question at a time until the specification converges, instead of stopping after a fixed number of questions.
A few things it does:
spec.mdimmediately after each accepted decisionI tried to keep the artifacts and side effects compatible with
speckit-clarify, while making the clarification/convergence process more exhaustive.It currently includes a normal version and a Serena-based version, as well as English and Japanese variants.
Repository:
https://github.com/yoshi1220/speckit-grill-me
If this sounds useful, I'd be happy if you gave it a try.
And if you do try it, feedback would be even more appreciated — especially whether the questioning feels useful or too exhaustive, and whether there are cases where the workflow could be improved.
Thanks!
All reactions