The write-a-prd skill changed to to-prd, but doesn't interview #333
-
|
Hello - I'm referencing commit 8868f54 The write-a-prd skill changed to to-prd, but it doesn't interview any longer. What if I wanted an interview? What should I do know? BTW: Burke Holland's excellent YouTube video piqued my interest: https://www.youtube.com/shorts/tA1C8kbno1c Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I think the interview behavior should still be available for exploratory PRD work. If I’d either restore the interview-first flow or document the new explicit switch very clearly. |
Beta Was this translation helpful? Give feedback.
-
|
This is intentional, not a regression. The split happened deliberately: /to-prd now explicitly says "Do NOT interview the user — just synthesize what you already know." It's designed to be the last step of a workflow, not the first. GitHub So the intended flow is now: /grill-me → /to-prd → /to-issues — interview first, then synthesize into a PRD, then break into issues. They're meant to chain in the same conversation. |
Beta Was this translation helpful? Give feedback.
This is intentional, not a regression. The split happened deliberately:
/to-prd now explicitly says "Do NOT interview the user — just synthesize what you already know." It's designed to be the last step of a workflow, not the first. GitHub
/grill-me is the interview step — it gets you "relentlessly interviewed about a plan or design until every branch of the decision tree is resolved." GitHub
So the intended flow is now: /grill-me → /to-prd → /to-issues — interview first, then synthesize into a PRD, then break into issues. They're meant to chain in the same conversation.
The old write-a-prd used to do both — interview then write — in a single skill. That's been split into two separate, co…