and-or-decompose
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).
适合你,如果常需将模糊目标层层分解为具体可执行的任务
npx oh-my-skill add yogsoth-ai/de-anthropocentric-research-engine/and-or-decomposecurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- yogsoth-ai/de-anthropocentric-research-engine/and-or-decomposenpx oh-my-skill verify yogsoth-ai/de-anthropocentric-research-engine/and-or-decompose怎么用
商店整理自技能原文 · 版本 59ace64 · 表述以原文为准将你给出的顶层目标,结合角色画像和障碍报告,递归分解成带有AND/OR节点的目标树,叶子节点是可直接执行的子目标。
当你提供一个顶层目标,并附上角色画像和障碍报告时触发。
技能原文 SKILL.md
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.
<!-- BEGIN available-tables (generated) -->
Available SOPs
Optional, no fixed order; the final leaf is always a sop.
| SOP | When to use | | --- | --- | | spawn-agent | Spawn a customized CC subagent with full MCP tool access. Used by SOPs that declare execution: subagent. |
<!-- END available-tables (generated) -->