research-workflow
Installation
SKILL.md
Research Workflow Management
When managing a research project, follow this adaptive workflow:
Stage Progression (typical order, but flexible)
-
Literature Review → Understand the field
- Dispatch:
dispatch_agent(role="literature", task="...") - Expected output: Review notes in
literature/notes/, BibTeX in references - Proceed when: Review covers key related work with cited papers
- Dispatch:
-
Research Proposal → Define the research question
- Dispatch:
dispatch_agent(role="proposer", task="...") - Expected output: Proposal document in
proposal/ideas/ - Proceed when: Clear hypotheses, methodology, and expected outcomes
- Dispatch: