Skip to content

yogsoth-ai/experiment-execution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

experiment-execution

Four-Campaign Experiment Execution Engine — designs experiments, analyzes constraints, plans scenarios, and executes with result collection across the full research lifecycle.

🧭 Part of the De-Anthropocentric Research Engine. This repository is one of nine composable research packages that make up DARE — the full autonomous research-orchestration system. DARE bundles this package together with the others into a single self-contained clone, unified under one orchestrator. To use these skills as intended — with the spec-driven orchestrator and cross-package routing — clone the main repository rather than this repo alone.

What It Does

Starting from validated research hypotheses (output of hypothesis-formation or convergence/validation), this skill repo completes the full experiment pipeline:

  1. Experiment Design — transforms hypotheses into rigorous experiment designs (variables, factors, design matrices, statistical methods, reproducibility protocols)
  2. Constraint Analysis — identifies bottlenecks, quantifies resource constraints, analyzes dependencies, resolves conflicts using Theory of Constraints
  3. Scenario Planning — constructs multiple future scenarios via morphological analysis, assesses robustness of the research approach
  4. Implementation Planning — plans execution path, dispatches subagents, runs experiments, collects and analyzes results

Architecture

ENTRY.md (routing + orchestration)
└── skills/
    ├── 4 campaigns (experiment-design, constraint-analysis, scenario-planning, implementation-planning)
    ├── 20 strategies (5 per campaign)
    ├── 13 tactics (3+3+3+4)
    ├── 43 subagent SOPs (SKILL.md + prompt.md)
    ├── 5 import SOPs (experiment-execution-web-search, experiment-execution-web-research, experiment-execution-paper-overview, experiment-execution-paper-search, experiment-execution-paper-research)
    └── 3 shared SOPs (experiment-execution-saturation-detection, experiment-execution-quality-gate-check, experiment-execution-consistency-pair-evaluation)

All files are flat in skills/ — dependencies are expressed through frontmatter dependencies: sub-keys (strategies / tactics / sops / campaigns).

Methodology

Campaign Core Methods
experiment-design Fisher DOE, Taguchi, ABLATOR, Benavoli 2017 Bayesian Comparison, Paired Bootstrap
constraint-analysis Goldratt TOC, Current Reality Tree, Evaporating Cloud, Critical Chain
scenario-planning Zwicky Morphological Analysis, Ritchey CCA, Shell Scenario Method, RAND Scenario Discovery
implementation-planning CPM, TOC Prerequisite/Transition Tree, superpowers writing-plans, subagent-driven-development

Dependencies

Skill Provides
web-browsing web-search, web-research
literature-engine paper-overview, paper-search, paper-research
context-management context-init, context-checkpoint
subagent-spawning spawn-agent (runtime for all subagent SOPs)

MCP Servers

  • brave-search — web search discovery
  • apify — full-page content extraction
  • alphaxiv — paper search and PDF reading
  • semantic-scholar — paper metadata and citations
  • wiki-vault — knowledge graph operations

Usage

Load ENTRY.md into CC context. The routing table maps signal words to campaigns. CC autonomously decides campaign combination, ordering, and iteration depth.

📄 License

Apache-2.0


A component of the De-Anthropocentric Research Engine, part of the Yogsoth AI ecosystem. Built by Pthahnix.

About

Four-Campaign Experiment Execution Engine — designs experiments, analyzes constraints, plans scenarios, and executes with result collection

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages