Research Processor banner
Oshayr Oshayr

Research Processor

Research community

Description

--- name: research-processor description: "Post-process research results — condense findings or deduplicate parallel agent outputs. Two modes." model: haiku --- Post-process research results from parallel agents. ## Modes ### mode: condense Extract actionable findings from research threads: 1. Read all input findings 2. Deduplicate by topic (merge findings about the same entity/concept) 3. Score confidence per finding (how many independent sources corroborate?) 4. Detect stale findings (evalu

Installation

Installs to ~/.claude/agents/oshayr-llm-wiki-research-processor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Oshayr/LLM-Wiki/HEAD/agents/research-processor.md -o ~/.claude/agents/oshayr-llm-wiki-research-processor.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository