execution-synthesis

$npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/execution-synthesis

Synthesizes complete execution reports from results, tests, and reproducibility data

  • Aggregates structured results and statistical tests into a unified report
  • Relies on subagent-spawning and input from result-validation-loop and implementation-planning
  • Analyzes reproducibility and statistical significance to determine conclusions
  • Delivers a final report with findings, judgment, and actionable next steps

SKILL.md

.github/skills/execution-synthesisView on GitHub ↗
---
name: execution-synthesis
description: "Synthesize complete execution report from all results, tests, and reproducibility data"
version: 1.0.0
category: experiment-execution
type: sop
execution: subagent
prompt: ./prompt.md
used-by:
  - result-validation-loop
  - implementation-planning
input: structured results, statistical tests, ROPE judgment, reproducibility assessment
output: complete execution report with findings, judgment, and next steps
---

# SOP: Execution Synthesis

Synthesize all execution outputs into a final report covering findings, statistical conclusions, reproducibility, and actionable next steps.

Subagent — spawned via subagent-spawning/spawn-agent skill.

More from yogsoth-ai/de-anthropocentric-research-engine