KAOS-style recursive goal decomposition. AND decomposition for sub-goals that must ALL be satisfied. OR decomposition for alternative paths where any one suffices. Produces a GoalTree (DAG structure).
Scanned 6/1/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill and-or-decompose --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of And Or Decompose?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-and-or-decompose)More formats (shields.io, HTML) on the badges page.
---
name: and-or-decompose
description: KAOS-style recursive goal decomposition. AND decomposition for sub-goals that must ALL be satisfied. OR decomposition for alternative paths where any one suffices. Produces a GoalTree (DAG structure).
execution: subagent
prompt: ./prompt.md
input: top_goal (string), actor_profile (string), obstacle_report (string)
---
# AND/OR Decompose
Recursively decompose the top goal into a structured GoalTree.
## Execution
Subagent — spawned via `subagent-spawning/spawn-agent` skill.
## Input
- Confirmed top goal
- ActorProfile
- ObstacleReport
## Output
GoalTree — DAG with AND/OR nodes, leaf nodes representing actionable sub-goals.
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!