From reaper
Asks 3-5 targeted questions to clarify vague research goals on papers or topics, resolving ambiguities in scope, definitions, success criteria, and assumptions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/reaper:clarify-goalThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Ask the user targeted questions to sharpen a vague research goal into something the pipeline can act on precisely.
Ask the user targeted questions to sharpen a vague research goal into something the pipeline can act on precisely.
Invoke this skill by name with the research goal (and optional paper path). On slash-command hosts, prefix with / (e.g. /clarify-goal "<goal>").
# Without a paper — goal-driven research
clarify-goal "explore the feasibility of post-quantum threshold signatures"
# With a paper
clarify-goal "is this protocol secure?" path/to/paper.pdf
Argument parsing: The research goal (quoted string) is required. If a path to an existing file is also provided, treat it as the paper.
If a paper path was provided: Read the paper at the given path. Do a fast scan — you are not producing a full analysis, just enough to understand:
If no paper was provided: Skip this step. You will clarify the goal based on the research prompt alone, using your knowledge of the research domain.
Compare the user's research goal against what the paper contains (if provided) or against the research domain in general. Look for:
Ask the user 3-5 targeted questions (no more). Each question should:
Format as a numbered list. After the questions, state what you'll assume if they don't answer a particular question (the defaults).
After the user responds:
reaper-workspace/notes/clarified-goal.mdThe file should contain:
# Clarified Research Goal
## Original Goal
<what the user initially said>
## Clarifying Q&A
<numbered list of each question you asked and the user's answer, or "(default)" if they didn't answer>
## Refined Goal
<precise, unambiguous version incorporating the user's answers>
## Scope
<which parts of the paper/topic are in scope>
## Key Assumptions
<assumptions that the investigation should operate under>
## Success Criteria
<what a satisfying answer looks like>
Tell the user the refined goal and confirm before the pipeline proceeds.
clarified-goal.md is precise enough for /formalize-problem to act on without further clarification/analyze-paper is for.clarified-goal.md. Tell the user the goal is clear and proceed.npx claudepluginhub sebastianelvis/reaper --plugin reaperGuides research planning: analyzes query complexity, decomposes via Self-Ask, Least-to-Most, DAG, parallel strategies; scales effort, sets stopping criteria, avoids anti-patterns.
Orchestrates multi-step research projects by scaffolding plans, generating atomic tasks with dependencies, and persisting state via Tasks or files. Use for new research or complex workflows.
Guides researchers through 5 Socratic segments—research question sharpening, expected mechanism, identifiability check, validation plan, risk register—outputting `.research/design_brief.md`. Domain-agnostic, for use after a topic is chosen.