Free skill

Interview users the way planners plan

Free doctrine skill that runs multi-decision interviews as a frontier walk over a decision tree. Each round asks every question whose prerequisites are settled — numbered, each with a recommended answer — then recomputes.

Plan
Free
Access
Public
Install
CLI
Authored files
1

Install

Install with skills CLIDrops the skill into your coding agent — same CLI flow as other skills.
$ npx skills add https://www.aisdkagents.com/skill/frontier-interview --skill frontier-interview

Run it in your terminal, then restart your AI coding tool so it can discover the skill. First time? Read the install guide

Filesystem

Browse the authored files — SKILL.md and references included.

SKILL.mdmarkdown

What you get

Maps the decision tree first

Lists every decision the task needs and its prerequisites before asking anything, so you see the shape of the problem.

Asks the whole frontier at once

Every question whose prerequisites are settled goes out in one message. No dripping questions one at a time, no premature dumps.

Facts are never your job

Anything answerable by reading the repo, docs, or web is fetched by the agent itself — only judgment calls reach you.

Every question has a recommendation

Each numbered question ships with a recommended answer and rationale, so replying “accept all” is always a valid single answer.

Where the frontier walk pays off

Model-invoked doctrine: other skills and your agent invoke it whenever a task needs several interdependent decisions. Not for a single question — just ask that directly.

  • Project setup where harness, docs layout, and tracker conventions all interdepend.

  • A design direction with typography, color, and motion choices that build on each other.

  • Architecture decisions where later questions only make sense after earlier answers.

  • Resolving merge conflicts that need several judgment calls from the owner.

Setup runs the interview, then dispatches to the engines

View all skills