Research
Delegate the research to a sub-agent working in the background, so you keep making progress while it reads. Hand it the question, then carry on with the current task and pick up its file when it lands.
The sub-agent's job:
- Investigate the question against primary sources — official docs, source code, specs, first-party APIs — not 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.
- Save it where the repo already keeps such notes; match the existing convention, and if there is none, put it somewhere sensible and say where.
Adapted from Matt Pocock's "research" skill (github.com/mattpocock/skills) — MIT © Matt Pocock. Description collapsed to one trigger per branch, and the delegation step reworded from one harness's "background agent" to a portable sub-agent instruction. See NOTICE.md.