بنقرة واحدة
research-spec
Define research question, hypotheses, methodology outline, and literature gap
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Define research question, hypotheses, methodology outline, and literature gap
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Reference for configuring, launching, and monitoring research iteration loops and analysis polish loops
Verifies the analysis pipeline runs end-to-end, outputs match expectations, and LaTeX compiles
Hands-on QA of the research analysis pipeline. Use whenever the user asks to verify the pipeline end-to-end, check output file integrity, validate table and figure generation, test data processing, or verify LaTeX compilation. Triggers on phrases like "test the pipeline", "QA the analysis", "check the outputs", "verify the tables", "run end-to-end", "does the paper compile", or any request to validate a research pipeline.
Decompose a research question into cook-it-ready epic beads with methodology specifications
Comprehensive playbook for building rigorous, publication-quality research papers. Covers the full research output sequence from paper structure and statistical reporting through table formatting, figure design, LaTeX conventions, academic writing quality, and pre-submission review.
Multi-agent review with dual-mode detection for code and paper changes
| name | Research Spec |
| description | Define research question, hypotheses, methodology outline, and literature gap |
| phase | spec-dev |
Refine a research question into a precise specification with testable hypotheses, a methodology outline, and a clear literature gap. This is the first phase of the DRL research pipeline -- nothing proceeds without an approved RQ and hypotheses.
bd show <epic-id>AskUserQuestiondrl knowledgedrl search for prior research decisions and constraintsdrl knowledge "relevant terms" for indexed literature.claude/agents/drl/literature-analyst.md) to:
Gate 1: RQ + Hypotheses Approved
Before proceeding to research-plan, verify ALL of:
| Criterion | Verification |
|---|---|
| Research question is specific and answerable | RQ must include: (a) a named DV, (b) at least one named IV, (c) a defined population or context. Verify with grep -cP "^RQ:" docs/specs/*.md returning >= 1 |
| At least one testable hypothesis is articulated | grep -c "^H[0-9]" docs/specs/*.md returns >= 1 |
| Literature gap documented with evidence | Check paper/sections/literature.tex or spec notes contain at least 3 cited sources supporting the gap |
| Methodology outline identifies key variables and likely methods | Review methodology outline section contains a variable table or list |
| Domain glossary defines core constructs | Check glossary section exists in spec with >= 3 defined terms |
Use AskUserQuestion to confirm the research question and hypotheses with the researcher before proceeding.
| Output | Location | Format | Next Phase Retrieval |
|---|---|---|---|
| Research specification document | docs/specs/<topic>.md | Markdown with RQ:, H1:/H2: prefixed hypotheses, glossary table | research-plan reads via cat docs/specs/<topic>.md |
| Literature gap notes | paper/sections/literature.tex or spec notes | LaTeX or Markdown prose with \cite{} references | research-plan and research-work reference for context |
| Domain glossary | Embedded in spec document under "## Glossary" | Markdown table: Term / Definition / Operationalization | research-plan uses glossary for variable operationalization table |
| Epic description updated | Beads epic (bd show <epic-id>) | Notes field updated with spec approval status | research-plan reads epic description for EARS requirements |
drl search before startingdrl knowledge for literature contextdrl learn after corrections or discoveriesIf the spec phase fails mid-execution:
Literature search fails (no indexed papers, drl knowledge returns nothing):
literature/pdfs/ has PDF files and run drl indexHuman gate times out (no response to AskUserQuestion):
docs/specs/ as a working draftbd update <id> --notes="Spec draft saved, awaiting human approval"RQ cannot be refined (too broad, no data available):
/drl:architect for structured decomposition