Skip to content
Automation
Skill

/decompose-components

Decompose a system into components/functions and record dependencies relevant to transformation.

From plugin
de-anthropocentric-research-engine
499200 skills
Install
$ npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill decompose-components --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/decompose-components

Context preview

The summary Claude sees to decide when to auto-load this skill.

Decompose a system into components/functions and record dependencies relevant to transformation.

SKILL.md

decompose-components.SKILL.md
name: decompose-components
description: "Decompose a system into components/functions and record dependencies relevant to transformation."

decompose-components

Purpose

Decompose a system into components and functions, preserving dependencies relevant to transformation.

Input contract

required: [system_or_design, decomposition_purpose]
optional: [component_inventory, dependency_evidence]
constraints: [components must have a function or interface and a parent relation]

Procedure

1. Enumerate observable components and their functions. 2. Split compound components until each unit has a distinct transformation boundary. 3. Link dependencies, interfaces, and affected outcomes.

Output contract

produces: [component_tree, function_map, dependency_map]
delta_fields: [findings, assumption_updates, decisions]

Quality gates

  • Decomposition is complete for the declared boundary; no dependency is implied only by proximity.

Failure and counterexamples

Mark a component unresolved when its function or dependency cannot be evidenced; do not invent subcomponents.

Provenance map

  • `creative-ideation/component-decomposition`: resolved.
  • `stress-test/function-analysis`: resolved.
Ships withde-anthropocentric-research-engine

The complete research orchestration system for AI-native science. What It Does Design Philosophy Architecture (v3.2.2) Quick Start Configuration Roadmap License DARE is not a tool that helps you do research. It is the researcher.

Get the whole plugin