decompose-components

SkillDev tools

Lets your agent break a system design into components and map their dependencies.

Available today. Use it from your connected AI after setup.

Add ahel to your AI once: Claude, ChatGPT, Cursor, Claude Code or Codex. Then ask it to use this.

Then ask your AI: use the decompose-components skill

About this skill

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

What this skill tells your AI

The instructions your AI receives, as published by yogsoth-ai/de-anthropocentric-research-engine in skills/decompose-components/SKILL.md and read by ahel’s review.

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.

Signals

GitHub stars
501
Forks
41
Last commit
Sep 2026
Advanced
Catalog kind
skill
Key
decompose-components
Source
github.com/yogsoth-ai/de-anthropocentric-research-engine