‹ 首页

and-or-decompose

@yogsoth-ai · 收录于 5 天前 · 上游提交 2 周前

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 安装 校验哈希
npx oh-my-skill add yogsoth-ai/de-anthropocentric-research-engine/and-or-decompose
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- yogsoth-ai/de-anthropocentric-research-engine/and-or-decompose
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify yogsoth-ai/de-anthropocentric-research-engine/and-or-decompose
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
388GitHub stars
~199最小装载
~484含声明引用
~484文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 59ace64 · 表述以原文为准
它做什么

将你给出的顶层目标,结合角色画像和障碍报告,递归分解成带有AND/OR节点的目标树,叶子节点是可直接执行的子目标。

什么时候触发

当你提供一个顶层目标,并附上角色画像和障碍报告时触发。

装好后可以这样说
输出一棵AND/OR目标树。
生成结构化的子目标。
技能原文 SKILL.md作者撰写 · Apache-2.0 · 59ace64

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) -->

按 Apache-2.0 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。