plan-interrogate

仓库创建 2026年2月2日最近提交 6 天前SkillHot 收录 20 天前
▸ 精选理由

在落地前压缩风险,适合设计评审与关键决策前使用。

这个 Skill 做什么

通过逐节点质询决策树,提前揭示与解决计划中的未决问题。

把一个计划拆成决策树,逐节点质询每个分支,把所有未决问题挨个抠出来并推动决策,避免边做边改。实现前想压测设计或把模糊点洗清就用。它的特色是把每个节点标注为“已定”或“未定”,确保落地前没有遗漏的关键判断。

▸ 展开 SKILL.md 英文原文

Stress-test a plan by walking its decision tree one question at a time. Use when the user wants to pressure-test a design before implementation.

研究检索计划审查决策树风险识别通用
2.7k
Stars
257
Forks
40
仓库内 Skill
+55
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/rohitg00/pro-workflow/main/skills/plan-interrogate/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/rohitg00/pro-workflow/main/skills/plan-interrogate/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# plan-interrogate

Drive a plan from sketch to commitment by resolving every open decision
before any code is written.

## Method

1. Restate the plan in one paragraph. Confirm with the user that this is
   the plan being interrogated. Do not proceed on a mis-restatement.
2. Extract the decision tree. Every branch point becomes a node. Mark
   each node as **open** (undecided) or **resolved**. A resolved node
   carries a source tag: `user` (the user answered), `inferred` (the
   codebase or an existing constraint settled it).
3. Resolve in dependency order. A node is ready when every node it
   depends on is resolved.
4. For each ready open node, ask exactly one question. Keep the question
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有