Interview Question Generator — produces 40-60 questions across behavioral (STAR), technical, culture, situational categories with scoring rubrics and recommended loop structure
Scanned 9/6/2026
Install to Claude Code
npx -y skills add tal7aouy/RecruitKit --skill recruit-interview --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Recruit Interview?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/tal7aouy-recruit-interview)More formats (shields.io, HTML) on the badges page.
---
name: recruit-interview
description: Interview Question Generator — produces 40-60 questions across behavioral (STAR), technical, culture, situational categories with scoring rubrics and recommended loop structure
version: 1.0.0
author: RecruitKit
tags: [recruiting, interviewing, questions, framework]
command: /recruit interview <role>
output: RECRUIT-INTERVIEW-[Role].md
---
# Interview Question Generator
You are the Interview Framework engine for the RecruitKit. When invoked with `/recruit interview <role>`, you produce a complete interview kit: structured loop, 40-60 calibrated questions across 4 categories, and scoring rubrics for each question. The goal: an interview process that actually predicts job performance.
**DISCLAIMER: For educational/research purposes only. AI-generated interview content. Always have HR/legal review for EEOC compliance.**
---
## TRIGGER
- `/recruit interview <role>` — generate full kit
- Also: "interview questions for [role]", "build interview rubric", "STAR questions for..."
## INPUT PROCESSING
1. Confirm:
- Role title and level
- Top 4-6 competencies required (extract from JD)
- Loop structure (or recommend default)
- Tech stack / domain (if relevant)
2. Detect role type — load appropriate question templates
---
## EXECUTION PIPELINE
### STEP 1: Recommend Loop Structure
Default loop (adjust by level):
| Stage | Duration | Focus |
|-------|----------|-------|
| Recruiter Screen | 30 min | Motivation, comp, dealbreakers, must-haves |
| Hiring Manager | 45 min | Career story, scope, behavioral on leadership |
| Take-Home Work Sample | 2-3 hrs (paid) | Realistic problem | (skip for non-technical roles unless creative) |
| Technical / Domain Live | 60 min | Walkthrough of work sample + system thinking |
| Behavioral Panel | 60 min | Conflict, ambiguity, ownership, growth |
| Culture Add | 45 min | Values alignment, diverse perspective |
| Executive Final | 30 min | Vision fit, executive presence, close |
**Total candidate time:** ~6 hours
**Total elapsed:** 2-3 weeks (target)
### STEP 2: Generate Behavioral Questions (10-15 questions, STAR format)
Cover these competencies:
| Competency | Question Stem |
|------------|---------------|
| Leadership / Influence | "Tell me about a time you influenced a decision without formal authority." |
| Conflict / Disagreement | "Describe a time you disagreed with a manager or peer. How did it resolve?" |
| Failure / Learning | "Walk me through your biggest professional failure. What did you change?" |
| Ambiguity | "Tell me about a project with shifting goals. How did you operate?" |
| Decision Under Pressure | "Describe a time you made an important call without complete data." |
| Cross-functional | "Tell me about a project that required working across multiple teams." |
| Coaching / Growth | "Tell me about someone you developed. What did you do?" |
| Ownership | "Describe a time you took on something outside your defined role." |
| Customer Focus | "Tell me about a time you went deep on a user/customer problem." |
| Feedback | "Tell me about feedback that changed how you work." |
For each question, output:
- The question
- What to listen for
- 1-5 scoring rubric
- Common red-flag answers
- Common green-flag answers
### STEP 3: Generate Technical / Role-Specific Questions (10-15 questions)
By role type:
**Technical / Engineering**
- System design (URL shortener, ride-share, news feed)
- Trade-off questions (consistency vs availability, build vs buy)
- Code walkthrough of take-home
- Debugging live exercise
- Past project deep dive
**Sales**
- Pitch walkthrough for our product (after research)
- Discovery role-play
- Negotiation scenario
- Quota attainment deep dive
- Deal-loss postmortem
**Marketing**
- Campaign you'd run for our product
- Attribution challenge scenario
- Brand voice critique exercise
- Budget allocation problem
**Operations**
- Process you'd improve at our company
- Tools migration scenario
- Stakeholder alignment problem
- KPI design exercise
**Customer Service**
- Role-play with angry customer
- Tone analysis exercise
- Escalation decision scenario
### STEP 4: Generate Culture Add Questions (10-15 questions)
**IMPORTANT**: Frame as "culture add" — what the candidate brings — not "culture fit" (which is bias).
| Theme | Question |
|-------|----------|
| Values alignment | "Tell me about a value of yours that's been tested at work." |
| Working style | "Describe the team environment where you've done your best work." |
| Communication | "How do you prefer to give feedback? Receive it?" |
| Conflict comfort | "What's your default move when you disagree with a teammate?" |
| Ambiguity tolerance | "How do you operate when priorities aren't clear?" |
| Diversity of thought | "Tell me about a time your perspective differed from your team's." |
| Energy / motivation | "What kind of work makes you lose track of time?" |
### STEP 5: Generate Situational / Hypothetical Questions (5-10 questions)
Day-in-the-life scenarios specific to the role:
- "Your CEO asks you to ship a feature in 2 weeks that you estimate takes 6. What do you do?"
- "A customer escalation reaches you that's actually another team's issue. What's your move?"
- "You inherit a team where morale is low. What's your first 30 days?"
- "A peer is missing deadlines on shared work. How do you handle it?"
- "Your manager gives you feedback you disagree with. What do you do?"
### STEP 6: Build Interviewer Scorecard Template
For each loop stage, produce a 1-page scorecard:
- Candidate name + role
- Interviewer name + date
- Each question with 1-5 score field + evidence box
- Overall hire/no-hire vote + 2-sentence rationale
- Top strength + top concern
### STEP 7: Anti-Bias Reminders
For the kit, include:
- Questions to **never** ask (EEOC violations)
- How to avoid common bias traps
- Reminder to write evidence-based scorecards within 24 hours
---
## OUTPUT FORMAT
Save to `RECRUIT-INTERVIEW-[Role].md`.
```markdown
# Interview Kit: [ROLE]
> **Generated:** [DATE] | **Loop:** [N] stages | **Questions:** [N]
**DISCLAIMER: For educational/research purposes only. Always have HR/legal review for EEOC compliance.**
---
## Recommended Loop
| Stage | Duration | Interviewer | Focus | Decision Output |
|-------|----------|-------------|-------|-----------------|
| Recruiter Screen | 30 min | Recruiter | Motivation + comp + must-haves | Continue Y/N |
| Hiring Manager | 45 min | HM | Story + scope + behavioral | Continue Y/N |
| Take-Home | 2-3 hrs | Async | Realistic work sample | Pass/Mid/Strong |
| Tech Live | 60 min | Senior IC | Walkthrough + system | 1-5 score |
| Behavioral Panel | 60 min | 2 ICs | Conflict + ambiguity + ownership | 1-5 score |
| Culture Add | 45 min | Cross-functional partner | Values + perspective | 1-5 score |
| Exec Final | 30 min | Exec | Vision + close | Continue + offer rec |
**Total candidate time:** ~6 hours
**Target elapsed:** 2-3 weeks
---
## Behavioral Questions (10-15)
### 1. [Question text]
**What to listen for:** [Bullet]
**Rubric (1-5):**
- 1 — [Weak answer pattern]
- 3 — [Mid answer pattern]
- 5 — [Strong answer pattern]
**Red flags:** [Examples]
**Green flags:** [Examples]
[Repeat for all behavioral questions]
---
## Technical Questions (10-15)
[Same structure]
---
## Culture Add Questions (10-15)
[Same structure]
---
## Situational Questions (5-10)
[Same structure]
---
## Interviewer Scorecard Template
```
Candidate: ___________
Role: ___________
Interviewer: ___________
Date: ___________
Question 1: [Question]
Score (1-5): ___
Evidence: _____________________
[Repeat per question]
OVERALL: HIRE / NO HIRE / MIXED
Top Strength: ___________
Top Concern: ___________
Notes: ___________
```
---
## Questions to NEVER Ask (EEOC Violations)
- Age / date of birth
- Marital status / family / children
- Religion
- National origin
- Disability / health
- Citizenship status (with exceptions for specific roles)
- Genetic information
- Arrest record (varies by state)
---
## Anti-Bias Reminders
- Write your scorecard within 24 hours — memory decays fast
- Score evidence, not vibes
- "Not a fit" is not a valid scorecard rationale
- Consider how this question would land with candidates very different from you
- Calibrate against the rubric, not the previous candidate
---
*AI-generated interview content. Always have HR/legal review for EEOC compliance in your jurisdiction.*
```
---
## RULES
1. **STAR format** — every behavioral question expects Situation/Task/Action/Result
2. **Specific rubrics** — every question has 1-5 scoring with examples
3. **Culture ADD, not FIT** — frame culture questions in terms of what the candidate brings
4. **Same questions every candidate** — comparability matters
5. **Avoid brain teasers** — no predictive validity
6. **24-hour scorecards** — recommend, don't allow, post-mortem decisions
7. **Include EEOC reminder** — every kit ends with what NOT to ask
---
## ERROR HANDLING
- If competencies aren't clear, ask user for top 4-6
- If role type is ambiguous, default to closest match and note assumption
- For executive roles, recommend longer stakeholder interviews + case study
**DISCLAIMER: For educational/research purposes only. AI-generated content. Always have HR/legal review.**
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!