insight-aggregator

Synthesize multiple independent expert assessments into a concise cross-validated insight for tree propagation.

64|15|Updated Aug 14, 2026
One-click install
npx skills add https://github.com/openJiuwen-ai/sciencediscovery --skill insight-aggregator-openjiuwen-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: insight-aggregator
Source: https://github.com/openJiuwen-ai/sciencediscovery/tree/main/skills/insight-aggregator
Command: npx skills add https://github.com/openJiuwen-ai/sciencediscovery --skill insight-aggregator-openjiuwen-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? When multiple independent assessors score the same research candidate, their results often diverge, and someone must reconcile scores, pros, and cons into a single actionable insight without fabricating data or silently overriding disagreements. ## Core Features & Use Cases - Cross-Validation of Expert Scores: Computes per-dimension averages and standard deviations across assessors, classifying consensus (SD <= 1.0), moderate agreement, or significant divergence (SD > 2.0). - Semantic Insight Synthesis: Produces a 1-3 sentence insight explaining the why behind scores, preserving contradictions verbatim rather than resolving them silently. - Tree Propagation Output: Emits a structured JSON payload with snapshot hash, version IDs, consensus and divergence areas, and aggregated recommendations ready for upward propagation through the Idea Tree. - Use Case: After three assessment-screener agents checkpoint their evaluations of a catalyst candidate, the Lead agent dispatches this aggregator to merge them into one insight that informs whether to expand, prune, or vary that research branch. ## Quick Start Aggregate the checkpointed assessment artifacts for the current candidate into a cross-validated insight and return the propagation-ready JSON output.

Frequently Asked Questions about insight-aggregator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I combine multiple expert assessment scores into one summary?▼

Gather all checkpointed assessment artifacts, compute per-dimension averages and standard deviations across experts, then classify each dimension by agreement level. Synthesize a 1-3 sentence insight that leads with the key finding and preserves any contradictions verbatim.

How do I detect disagreement between independent evaluators?▼

Compute the standard deviation of scores per dimension across experts. SD at or below 1.0 indicates strong consensus, 1.0 to 2.0 indicates moderate agreement, and above 2.0 flags significant divergence that must be reported in the discrepancies field.

Does the insight aggregator calculate final weighted scores?▼

No, the server computes the deterministic weighted score using role weights such as 0.35 activity, 0.35 stability, and 0.30 sustainability. The aggregator only references scores semantically and never overrides or modifies assessor results.

When should I not use assessment aggregation?▼

Do not use it to score candidates directly, generate material designs, or calculate weighted scores, since those belong to assessment-screening, creative-material-design, and the server respectively. It only runs after all independent assessors have checkpointed their artifacts.

What happens when experts contradict each other in assessments?▼

Contradictions are preserved verbatim rather than silently resolved. If one expert lists a point as a pro and another as a con, both perspectives appear in the output, and high-variance dimensions are flagged as divergence areas with an explanation.