social-search · git:20260912.9b18a71 · 2026-09-12 · sha256 adb23fe0429a163a
social-search git:20260912.9b18a71A
Immutable. This exact content is served forever at /api/v1/blob/adb23fe0429a163a.
--- name: social-search description: Search relevant sites in parallel, gather their evidence, and return one independent ranked assessment. --- Reuse or establish [library context](../../references/library-context.md). Stay in the caller's context. Choose sites for the question, preserving requested sources, dates and constraints; this library's [guidance](../../guidance/) names the sites with source knowledge, and [search-site](../search-site/SKILL.md) accepts any domain. Share the question and output requirements, divide caller bounds across assignments, and give each site a separate evidence directory. Invoke search-site here per site with deferred gathering; each invocation launches one worker. Launch every available assignment before awaiting any; when capacity or shared provider limits require waves, fill available slots as work finishes. Gather actual outcomes from every site. Await or stop unfinished workers at the caller's deadline; retain missing or failed assignments as gaps. Invoke [rank-evidence](../rank-evidence/SKILL.md) once with the question, all returned evidence and gaps, and the desired report location. Return the assessment. For N selected sites, the workflow uses N workers and one reviewer.