issue-tree

仓库创建 2026年7月28日最近提交 1 天前SkillHot 收录 1 天前
▸ 精选理由

适合策略制定或复杂问题拆解,确保不漏项且不重复。

这个 Skill 做什么

用问题树把复杂模糊问题分解为相互独立且覆盖的子问题。

把模糊或范围大的问题拆成互不重叠又能覆盖全局的子问题,按 Issue Tree 方法做结构化诊断和决策准备。适合用于发现原因、梳理决策选项或把症状与根因分离的时候。特点是从一个与决策相关的核心问题出发,强制分支要充分且最小重叠,便于后续量化验证。

▸ 展开 SKILL.md 英文原文

Use when the problem is broad, ambiguous, or mixing symptoms, causes, decisions, and actions. Use when applying the Issue Tree consulting method and when a user asks for Issue Tree, method execution, structured diagnosis, or action planning.

Skill 开发管理问题分解逻辑树决策支持通用
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/fzfclee/consulting-skills/main/skills/issue-tree/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/fzfclee/consulting-skills/main/skills/issue-tree/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Issue Tree

Use this skill to run `Issue Tree` as a practical consulting method, not as a generic framework explanation.

## Method Notes

- Start with one decision-relevant question.
- Branches should be collectively sufficient and minimally overlapping.

## Required Inputs

Collect or infer these inputs before execution:

- core question
- known constraints
- decision deadline
- available evidence

If an input is missing, do not block automatically. Mark it as `missing`, state the assumption used, and add a validation action.

## When Not To Use

Do not use to decorate an answer. Use it when the problem is too messy to analyze directly.

## Adjacent Methods

- `hypothesis-tree`: organize
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有