Global Pool

Templates

5 templates available

Arbitrage Scan

Globalinteractive
arbitrage-scanArbitrageScan

Compare N sides of a subject in parallel and surface inefficiencies, gaps, and divergence. Each side gets its own subagent applying the standard research methodology to its own context. The lead then produces a structured diff that highlights what's worth acting on. Use this for: vendor / product / market / region comparisons; price arbitrage scans; feature gap analyses; regulatory delta scans.

ArbitrageScancitation_checkvisualize|wiki-compilewiki-lint

Deep Research

Globalinteractive
deep-researchDeepResearch

General-purpose deep research, the canonical Anthropic-style multi-agent pattern. The LeadResearcher decomposes the query into distinct angles with minimal overlap, fans out parallel subagents that each run a broad-then-narrow search-evaluate-refine loop, and synthesises a structured report with cited sources, a confidence score, and open questions. Cost scales with the optional ``depth`` input.

DeepResearchcitation_checkvisualize|wiki-compilewiki-lint

PageDrifter Triggered Research

Globaltriggered
pagedrifter-researchDeepResearch

Triggered automatically when PageDrifter detects a meaningful change on a watched page. Runs a focused, shallow research pass: what changed, why it matters, and what (if anything) the engine should remember. The output is intentionally short and structured so it composes cleanly with the wiki compiler's append flow.

DeepResearchcitation_check|wiki-compilewiki-lint

Wiki Compile

Globalmaintenance
wiki-compileWikiCompile

Run the wiki compiler for a project. Walks the project's ``kb/{project}/raw/jobs/`` archive and upserts compiled wiki entities under ``kb/{project}/wiki/{type}/{slug}/``. Idempotent — already-processed jobs are skipped via the compile state file, so this template is safe to chain after every research job. This template is the canonical follow-up step in research chains. Templates that produce wiki-relevant content reference it via the ``follow_ups`` field so the engine queues a wiki maintenance job on the maintenance lane after every research job completes.

Wiki Lint

Globalmaintenance
wiki-lintWikiLint

Run the wiki linter for a project. Pure structural checks — no LLM calls, no inference. Walks ``kb/{project}/wiki/`` and reports any missing files, malformed JSON/YAML, empty articles, stale entries outside the project's freshness windows, and entity types outside the project's allowed namespaces. This template is the canonical second follow-up step in research chains, after wiki-compile. Findings are returned in the job output for the dashboard to surface; the lint job itself always succeeds even when findings exist.