FMEA Step 3: Decompose artifact into function tree — identify what each component is supposed to do before analyzing how it can fail.
Scanned 6/1/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill function-analysis --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Function Analysis?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-function-analysis)More formats (shields.io, HTML) on the badges page.
---
name: function-analysis
description: "FMEA Step 3: Decompose artifact into function tree — identify what each component is supposed to do before analyzing how it can fail."
execution: subagent
prompt: ./prompt.md
input: artifact (string), artifact_type (string), analysis_mode (string)
used-by: [failure-anticipation]
---
# Function Analysis
Decomposes artifact into a hierarchical function tree per FMEA Step 3.
## Execution
Subagent — spawned via subagent-spawning/spawn-agent.
## Why Subagent
Function decomposition requires systematic analytical thinking without premature failure identification. Isolated context prevents jumping to conclusions.
## Input
- **artifact**: The artifact to decompose
- **artifact_type**: Type for tailored decomposition
- **analysis_mode**: "design" (what it should do) or "process" (how it executes)
## Output
- **function_tree**: Hierarchical list of functions and sub-functions
- **function_requirements**: What each function must achieve to succeed
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!