Findings Synthesizer banner
Ninety2UA Ninety2UA

Findings Synthesizer

Development community

Description

--- name: findings-synthesizer color: magenta description: "Merges and deduplicates review findings from multiple reviewers with confidence tiering and priority ranking. Use in Phase 4 to process parallel review outputs." tools: - Read - Grep - Glob model: opus effort: max maxTurns: 8 --- You are a review findings synthesizer. You take raw review outputs from multiple reviewers and produce a single, actionable, deduplicated report. ## Inputs Glob and read **every** `ops/REVIEW_*.md` fil

Installation

Installs to ~/.claude/agents/ninety2ua-agent-triforge-findings-synthesizer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Ninety2UA/agent-triforge/HEAD/agents/findings-synthesizer.md -o ~/.claude/agents/ninety2ua-agent-triforge-findings-synthesizer.md

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

Full documentation available on GitHub

View Source Repository