benchmark-synthesis
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/benchmark-synthesisSynthesize all analysis results from a benchmark archaeology campaign into a final structured report with cross-cutting findings, prioritized recommendations, and actionable conclusions.
SKILL.md
.github/skills/benchmark-synthesisView on GitHub ↗
--- name: benchmark-synthesis description: Produce final structured audit report execution: subagent prompt: ./prompt.md input: all_analysis_results used-by: benchmark-archaeology --- # Benchmark Synthesis SOP Synthesize all analysis results from a benchmark archaeology campaign into a final structured report with cross-cutting findings, prioritized recommendations, and actionable conclusions. ## Input - **all_analysis_results**: Combined outputs from all prior analysis SOPs and tactics (audit scores, saturation data, validity assessments, coverage maps, protocol forensics) ## Procedure 1. Aggregate findings across all analysis dimensions 2. Identify cross-cutting themes and systemic issues 3. Prioritize findings by impact and actionability 4. Produce executive summary and detailed report 5. Generate specific recommendations for benchmark users and creators ## Output Final synthesis report suitable for publication or decision-making.
More from yogsoth-ai/de-anthropocentric-research-engine
- abductive-hypothesis-generationStrategy: 面对异常的最佳解释推理
- ablation-brainstormRemove components one by one, observe system changes to reveal hidden dependencies and generate ideas from structural gaps.
- ablation-component-mappingMap system architecture to ablatable units for ablation studies
- ablation-designDesign ablation studies to isolate component contributions in ML systems
- ablation-executionRemove components one by one from a system, record the response/impact of each removal.
- abp-vulnerability-classificationClassify assumptions on 2 axes — load-bearing (how much conclusion depends on it) × vulnerable (how likely to be false). Focuses attention on High-Load × High-Vulnerable quadrant.
- abstraction-extractionExtract abstract principles from concrete domain cases. Strips domain-specific details to reveal transferable mechanisms.
- abstraction-ladderPerform bisociation at multiple abstraction levels
- abstraction-ladderingMove between concrete and abstract framings — 3 levels up (Why?) and 3 levels down (How?) to find the most productive research level.
- abstraction-to-designAbstract biological principle to design principle. Bridge from biology to engineering.