@firstpick/pi-skill-deep-research
Agents should invoke this skill for high-stakes or complex research needing multi-source evidence, scientific/technical fact-checking, decision traces, or rigorous verification. Runs deterministic two-phase research with schema/policy validation.
Package details
Install @firstpick/pi-skill-deep-research from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@firstpick/pi-skill-deep-research- Package
@firstpick/pi-skill-deep-research- Version
0.1.9- Published
- Aug 7, 2026
- Downloads
- 721/mo · 66/wk
- Author
- firstpick
- License
- MIT
- Types
- skill
- Size
- 65.1 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"skills": [
"./skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
Deep Research
Answer difficult or important questions with careful source checking and visible uncertainty.
Helpful when
- A wrong answer could be costly.
- Sources disagree or the topic is complicated.
- You need more than a quick web summary.
What to share with Pi
- The exact question or decision
- What evidence would be most useful
- Time period, location, or other boundaries
Try asking
Research this question using several reliable sources. Verify the most important claims and clearly show what remains uncertain.
What you’ll get
- A focused answer with source links
- Evidence for the key claims
- Disagreements, gaps, evidence-based verdicts, and agreement ratios
Keep in mind
Research quality depends on the available evidence. Missing, private, or outdated sources will lower confidence and be stated openly. The runner requires an initialized state JSON passed with --state; this package currently does not ship one. Classification and ordering are stable for identical evidence, but run IDs and timestamps vary.
Install
pi install npm:@firstpick/pi-skill-deep-research
Restart Pi if the skill does not appear in your current session.
Technical details
See TECHNICAL.md for advanced usage, configuration, compatibility, and limitations.