dependency-identification

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

Extract a dependency graph from ablation results, identifying which components are critical and how they relate.

SKILL.md
.github/skills/dependency-identificationView on GitHub ↗
---
name: dependency-identification
description: Identify critical dependencies from ablation results, producing a dependency graph and highlighting critical components.
execution: subagent
prompt: ./prompt.md
input: ablation_results (object)
used-by: ablation-brainstorm
---

# Dependency Identification

Extract a dependency graph from ablation results, identifying which components are critical and how they relate.

## Execution

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

## Why Subagent

Dependency analysis requires synthesizing ablation data into graph structures and identifying non-obvious transitive dependencies. Benefits from focused analytical context.
More from yogsoth-ai/de-anthropocentric-research-engine