| name | question-generation |
| description | SOP for generating research questions from promising gaps in the design space. |
| execution | sop |
| used-by | matrix-generation, gap-prioritization |
Question Generation
Generate actionable research questions from high-scoring gaps in the design space.
Tool
CC file write + vault_add_edge
Protocol
- For each priority gap, formulate a research question: "What happens when we combine X with Y?"
- Write
questions/<question-slug>.md with frontmatter (type: question)
- Body: the question, why it's interesting, what we'd need to answer it
- Add edges: raises (gap → question), related_to (question → relevant dimensions)
- Inline wikilinks: For each edge created, ensure the question page body contains
[[dir/slug]] pointing to the target (dir/slug = target path minus .md). Place inline at semantically relevant location. Skip if already present.
HARD-GATE
Questions must be specific and answerable, not vague. "How does X work?" is too broad.
"What is the effect of combining local attention with graph-based routing?" is specific.
Yield
Returns: { questions_created: number, paths: string[] }