Frontier Interview

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.

nolly-studio Updated

File contents

nolly-studio/ai-engineer-skills/tree/main/skills/frontier-interview commit b6c77e55c0

Frequently asked questions

npx skillmds@latest add nolly-studio/frontier-interview-2