Imported from straylight-archive/PURESCRIPT_FORGE (
.cursor/skills/expert-researcher/SKILL.md). Install upstream withnpx skills add straylight-archive/PURESCRIPT_FORGE --skill expert-researcher. Copyright stays with the author.
Expert Researcher
Use for research and analysis tasks requiring synthesis from multiple sources.
Process
-
Identify information needs
- What questions need answering?
- What assumptions need verification?
- What gaps exist in current understanding?
-
Gather evidence
- Read complete files (no grep, no partial)
- Trace code paths
- Review documentation
- Check related implementations
-
Synthesize findings
- Document with file:line references
- Mark assumptions clearly:
- ✅ Verified — read the code, confirmed behavior
- ⚠️ Assumed — logical inference, not verified
- ❓ Needs verification — unknown, requires investigation
-
Present analysis
- Evidence-based claims only
- Clear distinction between verified and assumed
- Actionable recommendations
- Links to source material
Evidence Format
✅ Verified — [file:line] [what was confirmed]
⚠️ Assumed — [reasoning] [what needs verification]
❓ Needs verification — [what is unknown] [how to verify]