From cpr
Conduct and document research on a topic. Produces structured research files at the project root.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cpr:researchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Conduct research on a topic and produce a structured document at the project root.
Conduct research on a topic and produce a structured document at the project root.
Trigger phrases: "research", "look into", "investigate", "find out about", "what is the latest", "compare X and Y".
Before searching, confirm:
Research files live under research/ at the project root — not inside .memory/.
Choose the file location based on scope:
| Scope | Path |
|---|---|
| Project-level topic | research/<topic>.md |
| Specific to a feature (project mode) | research/<feature>/<topic>.md |
| Specific to a task (workspace mode) | research/<task>/<topic>.md |
Use web search, official documentation, and codebase exploration as appropriate. For comparative research (e.g., library A vs B), investigate both sides before concluding.
# {{Topic}}
**Question**: {{The specific question being answered}}
**Date**: {{YYYY-MM-DD}}
## Findings
{{Key findings, organized logically}}
## Options Considered
### Option A: {{Name}}
**Pros**: ...
**Cons**: ...
### Option B: {{Name}}
**Pros**: ...
**Cons**: ...
## Conclusion / Recommendation
{{Clear conclusion. If a decision follows from this, state it.}}
## References
- {{Link or source}}
Omit the "Options Considered" section for purely exploratory research with no comparison.
After completing research, offer to:
decisions.md if a clear decision followsspec.md if the research clarifies scopestatus.md or plan.md if it unblocks a next stepnpx claudepluginhub torarnv/claude-project-manager --plugin cprGathers external information via web search and fetch, synthesizing findings into a verified markdown report. Useful for researching libraries and comparing approaches.
Researches topics via web search to identify approaches, papers, implementations, tradeoffs, and recommendations. Creates structured Markdown reports in reports/ directory.
Conducts structured multi-source research with epistemic rigor, verifying claims and synthesizing findings into actionable recommendations. For decision-support investigation, not casual browsing.