Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计通过

issue-tree-builder问题树构建器

Agent Skill

用于围绕 GitHub 仓库、Issue、Pull Request、分支、提交和代码协作流程提供辅助能力。它适合让 Agent 查询项目状态、整理变更、辅助创建或检查协作事项,并把仓库中的信息转成可执行的下一步。使用时需要区分只读查询和写入操作;涉及创建 PR、修改 Issue、推送分支或访问私有仓库时,应确认 token 权限、目标仓库范围和用户授权。

总安装

212

周安装

9

GitHub Stars

39

下载量

74
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:issue-tree-builder(问题树构建器)
来源仓库:https://github.com/sruthir28/enterprise-ai-skills
仓库路径:skills/issue-tree-builder
安装命令:
npx skills add https://github.com/sruthir28/enterprise-ai-skills --skill issue-tree-builder
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/sruthir28/enterprise-ai-skills --skill issue-tree-builder

简介

将 Issue 组织成树状结构以反映层级关系。

  • 适合在大规模项目中展示需求分解和功能模块。
  • 支持父子 Issue 链接和进度聚合。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。
  • 手动维护成本高,建议仅在关键节点重建。
  • issue-tree-builder 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Issue Tree Builder

A structured approach to breaking down complex problems into actionable components using MECE principles.

What is an Issue Tree?

A visual hierarchy that decomposes a governing question into increasingly specific sub-questions or components. Used in consulting to structure analysis, prioritize workstreams, and develop hypotheses before solutioning.

Key characteristics:

  • Top-down structure (question → branches → sub-branches)
  • MECE at each level (branches don't overlap, collectively cover the problem)
  • Hypothesis-driven (based on initial beliefs about what matters)
  • Actionable at terminal branches (lowest level = things you can analyze or do)

Framework Components

Level 0: Governing Question

  • The main strategic question to answer
  • Must be specific and answerable
  • Examples: "How to grow revenue 40% in 12 months?", "Should we enter the European market?"

Level 1-2: Major Branches (typically 3 branches)

  • Consulting "rule of 3" - aim for three major dimensions
  • Decompose to fundamentals first, not actions
  • Must be MECE
  • Often structured around fundamental problem drivers:

- Revenue problems: Price × Quantity × Pipeline/funnel - Profit problems: Revenue - Cost - Growth problems: New customers, Expand existing, New products - Market entry: Market attractiveness, Competitive position, Capability to win

Level 2: Sub-branches

  • One more level of decomposition from major branches
  • 2 levels total from governing question
  • Terminal branches should be clear hypotheses to test with data
  • Keep simple and focused

Core Principles

MECE (Mutually Exclusive, Collectively Exhaustive)

  • No overlap between branches at same level
  • Together they cover all relevant aspects
  • Test: Can you classify any answer element into exactly one branch?

Hypothesis-Driven with Data

  • Start with beliefs about what matters most
  • Structure tree to test key hypotheses
  • Each terminal branch = hypothesis to prove/disprove with data
  • Back findings with analysis
  • Example: "Hypothesis: Pricing 20% below market drives volume" → Test with data

Actionable Terminal Branches

  • Lowest level = clear hypotheses to test
  • Should be obvious what analysis proves/disproves it
  • Examples: "Current pricing is 20% below competitors", "Conversion drops 50% at checkout", "Customer acquisition cost exceeds LTV"

Simplicity

  • 2 levels total from governing question
  • Consulting "rule of 3" - aim for 3 major branches (3-5 acceptable)
  • Prefer clarity and focus over completeness

Example: E-commerce Revenue Growth

Governing Question: How can we increase e-commerce revenue by 50% in 18 months?

Issue Tree (Revenue = Price × Quantity × Conversion):

How to increase revenue 50% in 18 months?
├─ Average Order Value (Price)
│  ├─ Current pricing 15% below market - hypothesis: can increase without volume loss
│  ├─ Cart contains 1.8 items vs industry 2.5 - hypothesis: cross-sell opportunity
│  └─ Premium SKUs = 10% of sales vs 30% competitor - hypothesis: mix shift possible
├─ Traffic Volume (Quantity)
│  ├─ Paid CAC = $45 vs LTV $120 - hypothesis: can 2x spend profitably
│  ├─ Organic = 20% vs 40% competitor - hypothesis: SEO underinvested
│  └─ Repeat rate 25% vs 45% industry - hypothesis: retention issue
└─ Conversion Rate (Pipeline efficiency)
   ├─ Checkout abandonment 68% vs 58% benchmark - hypothesis: friction in checkout
   ├─ Mobile converts 1.2% vs desktop 3.5% - hypothesis: mobile UX broken
   └─ First-time visitor 0.8% vs repeat 4.2% - hypothesis: trust/credibility gap

Each branch = testable hypothesis backed by data analysis

Usage Patterns

When creating an issue tree:

  1. Start with the governing question (Level 0)
  2. Decompose to fundamentals - not actions (Level 1, aim for 3 branches)
  3. Identify 2-3 key hypotheses under each branch (Level 2)
  4. Verify MECE at each level
  5. Ensure each terminal branch is testable with data

When reviewing an issue tree:

  • Is the governing question specific and answerable?
  • Does Level 1 break down to fundamentals (not actions)?
  • Are branches at each level MECE?
  • Does each terminal branch represent a clear hypothesis?
  • Can you test each hypothesis with data?
  • Is it 2 levels from the governing question?

Common use cases:

  • Beginning of client engagement or strategic initiative
  • Case interview preparation and practice
  • Structuring analysis before diving into data
  • Creating work plans with clear workstreams

Prioritization: Where to Start

After building the issue tree, prioritize which branches to tackle first. State: "We will start here because..." with data-backed reasoning and business impact.

Prioritization Criteria:

Impact and Effort

  • Quantify potential impact on the governing question
  • Consider implementation effort and cost
  • Example: "Start with pricing - 10% increase = $5M revenue with minimal implementation cost"

Data-Backed Reasoning

  • Reference benchmarks, customer data, financial models
  • Example: "Checkout abandonment 68% vs 58% benchmark = immediate 15% conversion gain if fixed"

Quick Framework:

High Impact + Low Effort = Start here
High Impact + High Effort = Plan carefully, Phase 2
Low Impact + Low Effort = Do if time permits
Low Impact + High Effort = Deprioritize

Example Prioritization Statement: "Start with checkout abandonment (Branch 3.1) because:

  1. 68% vs 58% benchmark = 10 percentage point gap
  2. Fixing yields immediate 15% conversion lift = $2M revenue
  3. 4-week implementation with known solutions
  4. De-risks overall 50% growth target"

Dependencies:

  • Some hypotheses must be tested before others
  • Start with highest conviction hypotheses

Common Mistakes to Avoid

  • Not MECE: Overlapping branches or missing key dimensions
  • Actions instead of fundamentals: Level 1 should decompose problem (Price × Quantity), not list solutions
  • Too many branches: Stick to rule of 3 where possible (3-5 max)
  • Too deep: Should be 2 levels from governing question
  • Not testable: Terminal branches must be provable/disprovable with data
  • Wrong starting question: Vague or non-specific governing question
  • Missing the hypothesis: Each branch should represent something testable

Tips for Effective Issue Trees

Start with the right question

  • "How to grow revenue?" → Good starting point
  • "What should we do?" → Too vague, refine first

Use natural problem structures

  • Profit = Revenue - Cost
  • Growth = New customers + Expansion + New products
  • Market entry = Attractiveness + Competitive position + Capability

Think hypothesis-first

  • What do you believe is most important?
  • Structure tree to test that belief
  • Don't boil the ocean

Make it visual

  • Best on paper or whiteboard first (quick sketching)
  • PowerPoint: Use SmartArt → Hierarchy for clean diagrams
  • Diagramming tools (Lucidchart, Miro, etc.) for team collaboration
  • ASCII tree format works well for documentation
  • Makes MECE gaps more obvious when visual

Iterate

  • First draft won't be perfect
  • Refine based on initial analysis
  • Add/remove branches as you learn

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

31.77%
按下载量换算24

Claude

31.2%
按下载量换算23

Cursor

18.57%
按下载量换算14

Gemini CLI

9.71%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/sruthir28/enterprise-ai-skills --skill issue-tree-builder 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills