scope
Convert vague ideas into actionable specs by surfacing clarifying questions, architectural decisions, and overlooked non-functional requirements.
Instructions
Turn a VAGUE idea into a buildable spec — for when you (or the user) have an idea but don't know what to specify and aren't thinking about security/scale/failure. Returns a Why/What/How restatement, the clarifying_questions that actually change architecture/security/data, the decisions_to_make (data shape, scale, auth boundary), the unstated_nonfunctionals beginners skip, existing building blocks to reuse, and a suggested MVP vs out-of-scope. Use BEFORE kickoff/plan when the request is fuzzy; answer the questions with the user, then run kickoff on the concrete task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| idea | Yes | The idea in plain words, however vague (e.g. 'let people pay for stuff on my site') | |
| repo | No | Repository name | |
| format | No | Response text encoding: toon (default) | json |