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>.mdwith 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
Yield
Returns: { questions_created: number, paths: string[] }