What problem does it solve?
It resolves under-specified requirements by forcing a disciplined, evidence-first interrogation loop before any implementation or delegation begins.
Core Features & Use Cases
- Decision-tree clarification: Turns ambiguous intent into a prioritized set of decisions that must be resolved to produce correct artifacts.
- Codebase-first answers: Searches the repository first and uses precise file:line evidence to resolve questions without asking the user when the code is clear.
- Single-step prompting: Asks only one focused question per turn, with a recommended answer, until exit conditions are met.
- Handback as Resolved decisions: Outputs exactly one fenced Resolved decisions block that commands thread into their normal artifact/delegation step.
Quick Start
Activate workflow-grill by running a command such as /capture with a sufficiently described objective, then answer the one-question-at-a-time prompts until the Resolved decisions block is produced.