obstacle-identification

$npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/obstacle-identification

Identifies obstacles preventing direct achievement of the experiment objective

  • Analyzes experiment objective and critical path to find blocking issues
  • Uses TOC Prerequisite Tree methodology and subagent execution
  • Categorizes obstacles by severity and blocking relationships
  • Returns structured obstacle list for further planning

SKILL.md

.github/skills/obstacle-identificationView on GitHub ↗
---
name: obstacle-identification
description: "TOC Prerequisite Tree — list obstacles preventing direct achievement of the objective"
version: 1.0.0
category: experiment-execution
type: sop
execution: subagent
prompt: ./prompt.md
used-by: prerequisite-planning
input: experiment objective and critical path
output: categorized obstacle list with severity and blocking relationships
---

# SOP: Obstacle Identification

Identify all obstacles that prevent direct achievement of the experiment objective using TOC Prerequisite Tree methodology.

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

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