Force full interview depth for this session. Use when user says '/full-interview' or 'full interview mode'.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill full-interview --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Full Interview?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-full-interview)More formats (shields.io, HTML) on the badges page.
---
name: full-interview
description: "Force full interview depth for this session. Use when user says '/full-interview' or 'full interview mode'."
allowed-tools: Read, AskUserQuestion, Task
---
# 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, all questions, thorough, detailed interview
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!