Agent Skillsnolly-studio/eve-directory › frontier-interview

frontier-interview

GitHub

用于处理多阶段、相互依赖的决策任务。通过遍历决策树前沿,分批次向用户提问并附带推荐答案,同时自动后台获取事实信息。避免单问拖沓或一次性倾倒问题,确保前置条件满足后再提问,高效完成项目配置、架构选择等复杂决策。

.agents/skills/frontier-interview/SKILL.md nolly-studio/eve-directory

触发场景

需要多个相互依赖的决策(如项目设置、架构选择) 涉及设计方向或合并冲突的多步判断

安装

npx skills add nolly-studio/eve-directory --skill frontier-interview -g -y
更多选项

非标准路径

npx skills add https://github.com/nolly-studio/eve-directory/tree/main/.agents/skills/frontier-interview -g -y

不安装直接使用

npx skills use nolly-studio/eve-directory@frontier-interview

指定 Agent (Claude Code)

npx skills add nolly-studio/eve-directory --skill frontier-interview -a claude-code -g -y

安装 repo 全部 skill

npx skills add nolly-studio/eve-directory --all -g -y

预览 repo 内 skill

npx skills add nolly-studio/eve-directory --list

SKILL.md

Frontmatter
{
    "name": "frontier-interview",
    "license": "MIT",
    "metadata": {
        "version": "0.1.0",
        "invocation": "model"
    },
    "description": "Run a multi-decision interview as a frontier walk over a decision tree — each round, ask every question whose prerequisites are settled (numbered, each with a recommended answer), fetch facts yourself in the background, recompute the frontier from the answers, and repeat until no open decisions remain. Use whenever a task needs several interdependent decisions from the user (project setup, design direction, architecture choices, merge conflicts). Not for a single question — just ask that directly."
}

Frontier Interview

You need several decisions from the user, and some depend on others. Two failure modes to avoid: dripping questions one at a time (slow, and the user never sees the shape of the problem) and dumping every question at once (later questions are premature — their right framing depends on earlier answers). Instead, walk the frontier of the decision tree.

The model

  1. Map the decision tree. Before asking anything, list every decision the task needs. For each one, note its prerequisites: the earlier answers or facts that must be settled before the question can be asked well.
  2. Separate facts from decisions. A fact is anything answerable by reading the repo, the docs, or the web — package manager, existing conventions, what a library supports. A decision requires the user's judgment, taste, or authority. Facts are never the user's job. Fetch them yourself — with background sub-agents where available so fetching doesn't stall the interview — and let only the questions downstream of an unfetched fact wait.
  3. The frontier is every unasked decision whose prerequisites are all settled. That is what you ask, and all of it, each round.

The loop

Each round:

  1. Kick off fetches for any facts that would unblock questions.
  2. Ask the entire current frontier in one message: numbered questions, each with a recommended answer and a one-line rationale — "1. <question>? Recommend: <answer> — <why>." Make "accept all recommendations" a valid single reply.
  3. Accept answers in whatever form they come: full, partial, "all recommended", or pushback that reframes a question.
  4. Recompute the frontier. New answers may unlock downstream decisions, reshape how a pending question should be asked, or eliminate it entirely. If an answer invalidates a question you already asked but the user skipped, withdraw it explicitly rather than leaving it dangling.
  5. Repeat until the frontier is empty.

Rules

  • Every question carries a recommendation. Never present a menu without a position.
  • Never ask the user for a fact you could fetch.
  • Never re-ask a settled decision. Carry answers forward verbatim; if you must restate one, quote it.
  • Record the outcome where the invoking skill directs (a config doc, a plan, a proposal). The interview itself is not the artifact.

One-question-at-a-time opt-out

Offer the opt-out and honor it immediately: some users prefer strictly one question per round, and they are not wrong — field experience shows that questions which look independent often turn out coupled once an answer lands. Also invoke this judgment yourself: when the coupling risk in a round is high, shrink the round rather than batch blindly. Batching is an optimization, not the contract; the contract is that every question arrives with its prerequisites settled.

版本历史

  • 80d83bc 当前 2026-07-31 13:42

同 Skill 集合

.agents/skills/bootstrap-agents-md/SKILL.md
.agents/skills/code-review/SKILL.md
.agents/skills/frontend-design/SKILL.md
.agents/skills/plan-mode/SKILL.md
.agents/skills/setup/SKILL.md
.claude/skills/integration-nextjs-app-router/SKILL.md
.agents/skills/design-md/SKILL.md

元信息

文件数
0
版本
80d83bc
Hash
1263820e
收录时间
2026-07-31 13:42

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-01 00:35
浙ICP备14020137号-1 $访客地图$