Workflow
Explore and Validate
Stress-test an idea, prototype the riskiest interaction, then preserve the outcome as a PRD.
Ordered Steps
- 1grill-meInterrogate assumptions and decision branches until the idea has sharper boundaries.Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
- 2prototypeBuild a disposable prototype around the riskiest product or interface question.Build a throwaway prototype to flesh out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine, mock up a UI, explore design options, or says "prototype this", "let me play with it", "try a few designs".
- 3to-prdConvert the validated shape into a durable requirements document for implementation.Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.