Research
Generate a structured research template for a topic. Use before deciding to build something - forces specific decision-driven research with sources, expert disagreement, and a steelman. dragoon does NOT fetch the web. Output goes to .dragoon/research/research-{slug}-{date}.md. Run as `node ~/.claude/skills/dragoon/skills/research/scripts/research.js "<topic>"`.From its SKILL.md
npx -y skills add Dragoon0x/dragoon-skills --skill researchAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.9 KB, 128 tokens by cl100k_base, as published. Nobody here has run it
/research
Structured research template. dragoon does NOT call the web.
When to use
- Before deciding to build something
- The user says "should we use X", "research Y", "what's the state of Z"
Forces you to articulate
- the specific decision the research will inform
- existing solutions in a comparison table
- expert disagreement (cited)
- the strongest argument against doing this
- the gap between known and unknown
Run it
dragoon research "should we move from rest to graphql"
dragoon research "should we move..." --apply
What ships with it: 1 file
2.7 KB alongside SKILL.md, 1 of them executable
scripts/
- research.jsruns2.7 KB