improve(research-synthesizer): enhance with phased workflow, tool expansion, and quality verification#559
Merged
Conversation
…ansion, and quality verification - Add WebSearch and WebFetch to tools with sparingly-use guidance - Add Input Discovery Protocol for locating upstream researcher outputs and handling missing sources gracefully - Replace flat bullet lists with 4-phase execution framework (Discovery, Extraction, Integration, Output) - Add Quality Verification Checklist before final output - Require standalone synthesis-summary.md written before synthesis.json - Add missing_researchers field to synthesis_metadata schema - Add single_source consensus_level value - Replace abstract examples with realistic Claude Code workflow scenarios referencing actual agent outputs Automated review cycle | Co-Authored-By: Claude Code <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
👋 Thanks for contributing, @davila7!This PR touches What happens next
While you wait
This is an automated message. No action is required from you right now — a maintainer will review soon. |
Contributor
|
| Metric | Count |
|---|---|
| Total Components | 763 |
| ✅ Passed | 360 |
| ❌ Failed | 403 |
| 1006 |
❌ Failed Components (Top 5)
| Component | Errors | Warnings | Score |
|---|---|---|---|
vercel-edge-function |
3 | 4 | 81/100 |
prompt-engineer |
2 | 0 | 90/100 |
neon-expert |
2 | 2 | 88/100 |
agent-overview |
2 | 1 | 89/100 |
unused-code-cleaner |
2 | 1 | 89/100 |
...and 398 more failed component(s)
📊 View Full Report for detailed error messages and all components
davila7
added a commit
that referenced
this pull request
May 1, 2026
Reflects merged improvements to cli-tool/components/agents/deep-research-team/research-synthesizer.md. Automated by pr-verification cycle | Co-Authored-By: Claude Code <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated Component Improvement
Changes
WebSearchandWebFetchwith explicit guidance to use them sparingly (only for verifying ambiguous citations or contested claims from upstream outputs)synthesis_metadata.missing_researchers, and never blocking synthesis due to a single absent sourcesynthesis-summary.mdfirst as a standalone markdown executive summary, thensynthesis.jsonwith the full structured datamissing_researcherstosynthesis_metadataandsingle_sourcetoconsensus_levelenumResearch Summary
The original component had solid structure (JSON schema, contradiction handling, consensus_level) but lacked operational guidance for discovering inputs, handling missing sources, and verifying output quality before writing. The improvements add a complete pre-synthesis protocol and a self-verification gate that make the agent more robust in automated multi-agent pipelines.
Validation
Automated review cycle by Component Improvement Loop
Summary by cubic
Improves the research-synthesizer with a phased workflow, input discovery, and quality checks to make syntheses more reliable. Also adds limited web verification tools and tightens outputs and schema.
WebSearchandWebFetch, used only to verify ambiguous or contested claims.synthesis-summary.mdbeforesynthesis.json) and extends the schema withsynthesis_metadata.missing_researchersandconsensus_level: single_source.Written for commit 9da5698. Summary will update on new commits.