research
Installation
SKILL.md
Research
Spin up a background agent to do the reading, so the user keeps working while it investigates.
Give the agent this job:
- Investigate against primary sources — official docs, source code, specs, first-party APIs — never a secondary write-up of them. Follow every claim back to the source that owns it.
- Write the findings to a single Markdown file, citing each claim's source inline (link or path).
- Save it where the repo already keeps such notes. Match the existing convention; if there is none, put it in
.specs/research/<slug>.mdand say where.
Report the file path back when the agent finishes. Don't summarize the findings inline unless asked — the cited file is the deliverable.