Question Generation

SOP for generating research questions from promising gaps in the design space.

yogsoth-ai b6c81be 1.1 KB Updated

File contents

Question Generation

Generate actionable research questions from high-scoring gaps in the design space.

Tool

CC file write + vault_add_edge

Protocol

  1. For each priority gap, formulate a research question: "What happens when we combine X with Y?"
  2. Write questions/<question-slug>.md with frontmatter (type: question)
  3. Body: the question, why it's interesting, what we'd need to answer it
  4. Add edges: raises (gap → question), related_to (question → relevant dimensions)
  5. 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[] }

yogsoth-ai/de-anthropocentric-research-engine/tree/main/skills/question-generation commit b6c81bea52

Frequently asked questions

npx skillmds@latest add yogsoth-ai/question-generation