跳到主要内容
知仓学习社ZHICANG

plan-interrogate

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.

不碰外部(只输出文字)无严重或高危命中rohitg00/pro-workflow

它会碰到什么

扫了多少1 个文本文件,3 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

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.

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

  1. Resolve in dependency order. A node is ready when every node it

depends on is resolved.

  1. For each ready open node, ask exactly one question. Keep the question

tight and binary or small-multiple-choice when possible.

  1. Pair every question with a recommended answer and one sentence of

reasoning. The user can confirm, pick a different option, or push back.

  1. Before asking, check whether the answer already lives in the codebase,

prior commits, or an existing doc. If so, skip the question and mark

the node resolved with source inferred: <path>.

  1. Exit only when zero nodes are open. Print the resolved tree as a flat

list: Decision - Choice - Source (user | inferred: <path>).

Anti-patterns

  • Asking multiple questions at once. The user loses context and you lose

the ability to react to each answer individually.

  • Asking before exploring. If a fifteen-second read would answer the

question, read first.

  • Asking without a recommendation. A question without a stance is a

survey; it offloads design onto the user.

  • Rolling past an unresolved node. If a dependency is not pinned, the

downstream question is premature.

Outputs

The interrogation produces three artifacts, not just answers. Offer to write

each; do not force it.

  1. Decision ledger (always). The resolved tree as a flat list:

Decision - Choice - Source (user | inferred: <path>).

  1. CONTEXT.md (when the interrogation surfaced project-specific terms).

A short shared-language file: every domain term you and the user had to

pin down, with a one-line definition in the project's own words. This is

what stops the agent from using twenty words where one will do next

session, and keeps names in code consistent. One term per line:

term - what it means here. Point future sessions at it. On re-run, merge

new terms in place rather than overwriting existing ones.

  1. Decision records (for contested or hard-to-reverse nodes only). One

short record per decision that a future reader would question: the

context, the choice, the alternatives rejected, and why. Keep them in

docs/decisions/NNNN-slug.md. Read the directory first and number from the

highest existing record so two records never collide. Skip the obvious ones -

a record for a trivial choice is noise.

Output contract

The decision ledger the user can paste into the plan doc. No prose summary.

No hedging. If the user declines to decide a node, mark it DEFERRED with

the reason the user gave - this is not the same as open. When you write

CONTEXT.md or a decision record, keep it in the project's language, not a

generic template.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 2,870
本站分层T1
该仓技能数41
原文件路径skills/plan-interrogate/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 41 个技能