Agent skill

full-interview

Force full interview depth for this session. Use when user says '/full-interview' or 'full interview mode'.

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill full-interview --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Allowed tools: ReadAskUserQuestionTask
Path: skills/ai-llm/full-interview/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# full-interview (Interview Depth Override) You are setting the interview depth to FULL for this session. ## When To Use - User says "/full-interview" - User wants comprehensive requirements gathering - Building greenfield project where missing requirements = rework ## Effect This session will use **full interview depth**: - All 13+ questions asked - No Smart Bypass (even for "trivial" requests) - No auto-delegation during interview - Complete coverage of all topic categories ## Workflow ### 1. Acknowledge Depth Setting ``` Interview depth: FULL - All questions will be asked - No bypass, no shortcuts - Complete requirements coverage ``` ### 2. Invoke front-door After acknowledging, immediately invoke the front-door skill with full depth context. Use Task tool to spawn front-door: ```yaml Task: subagent_type: general-purpose prompt: | INTERVIEW DEPTH: full Execute front-door skill with full interview depth. - Ask ALL questions (Q0-Q12 + domain-specific) - Do NOT bypass for any reason - Do NOT use auto-delegation during interview - Cover all topic categories before proceeding Start by asking what the user wants to build. ``` ## Keywords full-interview, full interview, comprehensive,

What's inside
Steps it walks through
  1. When To Use
  2. Effect
  3. Workflow
  4. 1. Acknowledge Depth Setting
  5. 2. Invoke front-door
  6. Keywords
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the full-interview skill do?

Force full interview depth for this session. Use when user says '/full-interview' or 'full interview mode'.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill full-interview --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going