Skip to content
Automation
Skill

/generate-subquestions

Decompose a research question into MECE subquestions with coverage and independence arguments.

From plugin
de-anthropocentric-research-engine
499200 skills
Install
$ npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill generate-subquestions --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/generate-subquestions

Context preview

The summary Claude sees to decide when to auto-load this skill.

Decompose a research question into MECE subquestions with coverage and independence arguments.

SKILL.md

generate-subquestions.SKILL.md
name: generate-subquestions
description: "Decompose a research question into MECE subquestions with coverage and independence arguments."

generate-subquestions

Purpose

Decompose a research question into MECE subquestions with coverage and independence arguments.

Input contract

required: [main_research_question, scope_statement]
optional: [evidence_map, dependency_constraints, desired_granularity]
constraints: [question must be scoped and complex enough to decompose]

Procedure

1. Parse the main question into objects, mechanisms, conditions, and outcomes. 2. Generate candidate subquestions and assign coverage domains. 3. Remove overlap, test independence, and map dependencies. 4. Return the MECE set with unresolved gaps.

Output contract

produces: [subquestion_set, coverage_map, independence_arguments, dependency_notes]
delta_fields: [findings, open_questions, uncertainties]

Quality gates

  • Input contains one confirmed, appropriately scoped main question.
  • Every subquestion maps to a distinct coverage domain.
  • Overlap and uncovered regions are explicitly reported.

Parameterization

Caller supplies question schema, scope test, MECE policy, granularity, and dependency representation.

Failure and counterexamples

Reject decompositions that merely restate the main question or leave domains without a coverage rationale.

Provenance map

  • concept: hypothesis-formation/sub-question-generation
Read more
Ships withde-anthropocentric-research-engine

The complete research orchestration system for AI-native science. What It Does Design Philosophy Architecture (v3.2.2) Quick Start Configuration Roadmap License DARE is not a tool that helps you do research. It is the researcher.

Get the whole plugin
Stats
499
Stars
41
Forks
Active
Maintenance
Python
Language
Apache-2.0
License
7h ago
Last commit
7mo ago
Created

Repo: yogsoth-ai/de-anthropocentric-research-engine