environment-specification

$npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/environment-specification

Define the complete experiment runtime environment specification including hardware, software, data, and configuration to ensure experiments can be precisely reproduced across different times and locations.

SKILL.md
.github/skills/environment-specificationView on GitHub ↗
---
name: environment-specification
description: "SOP: define complete experiment environment specification"
version: 1.0.0
category: experiment-execution
type: sop
execution: subagent
prompt: ./prompt.md
used-by:
  - reproducibility-protocol
shared:
  - implementation-planning
input: "Experiment design + hardware requirements + software dependencies"
output: "Complete environment spec (hardware/software/data/configuration)"
---

# SOP: Environment Specification

Define the complete experiment runtime environment specification including hardware, software, data, and configuration to ensure experiments can be precisely reproduced across different times and locations.

## Execution

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

## Why Subagent

Environment specification requires systematically enumerating all factors that could affect experiment results — from GPU model to library versions to OS settings — demanding meticulous checklist-style work.
More from yogsoth-ai/de-anthropocentric-research-engine