pwguler/skills

core-interview

Internal support skill, the relentless interview loop other skills delegate to. Use only when another skill or the user explicitly triggers it, never on your own.

First seen Aug 4, 2026

Installation

$ npx skills add pwguler/skills --skill core-interview

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from pwguler/skills · top by installs.

npx skills add pwguler/skills

Browse all from pwguler/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 8
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,884 B
  • docs SUMMARY.md 184 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 76 installs

SKILL.md

Interview the user relentlessly about every aspect of the topic at hand until you reach a shared understanding. Walk down each branch of the decision tree, resolving dependencies between decisions one-by-one. Relentless means no branch left unresolved, not one round-trip per branch.

  • Ask only questions whose answer would change what gets built. When your recommendation is strong and the cost of being wrong is low, don't ask: adopt it, record it as an assumption, move on.
  • Real forks are put one at a time, waiting for each answer, the options carrying your candidate answers with the recommended one first. Use the harness question tool when it has one; without it, number the options in the reply, recommendation first, close with "or something else", and stop there. Low-stakes clarifications batch into a single call.
  • Typing an answer the options missed stays open, so the tool never narrows a fork.
  • If a question can be answered by exploring the codebase, explore the codebase instead of asking. Facts are yours to find, never the user's. A lookup runs in a subagent and does not stall the interview: only the questions downstream of that fact wait for it. Without subagents, look it up inline before the question that depends on it.
  • When the user can't put the target behavior into words, ask for a reference implementation: source code, even in another language or library, whose semantics to reimplement. Source beats prose or a screenshot.
  • The closing summary lists every adopted assumption for a one-pass veto. A vetoed assumption reopens only that branch.
  • Deep mode (the deep skill is active): ask every branch one at a time, adopt no assumptions.