Interview system designer

This skill should be used when the user asks to "design interview processes", "create hiring pipelines", "calibrate interview loops", "generate interview questions", "design competency matrices", "analyze interviewer bias", "create scoring rubrics", "build question banks", or "optimize hiring systems".

How to use it

Claude Code
  1. Run the line below. It pulls the whole folder into ~/.claude/skills/interview-system-designer.
  2. Describe your job in plain words. Claude Code follows the skill from there.
Claude Code — installs the whole folder, not just SKILL.md
npx degit alirezarezvani/claude-skills/engineering/skills/interview-system-designer#main ~/.claude/skills/interview-system-designer

For one project only, change the path to .claude/skills/interview-system-designer.

Claude (web or desktop app)
  1. On this page open ⋯ → Download .md.
  2. Save it as SKILL.md in a folder, zip the folder, then Customize → Skills → + → Create skill → Upload a skill.
  3. Pick the file and Save. Claude shows the name and description and runs a security scan.
  4. Check the skill is switched on.
  5. Start a new chat and describe your job in plain words. The AI follows the skill from there.
ChatGPT or another app
  1. ChatGPT: make a Project and paste it into Instructions.
  2. Neither? Paste it at the top of a new chat — it works for that chat.
Not working?
  • Check which app you pasted it into — the steps above name the right one.
  • Some skills need the paid tier of Claude or ChatGPT.
Step-by-step guide with screenshots · Ask in the forum

Paste into Claude, ChatGPT or Cursor.

Source of Interview system designer

Show the full text60 lines
namedescription
interview-system-designerThis skill should be used when the user asks to "design interview processes", "create hiring pipelines", "calibrate interview loops", "generate interview questions", "design competency matrices", "analyze interviewer bias", "create scoring rubrics", "build question banks", or "optimize hiring systems". Use for designing role-specific interview loops, competency assessments, and hiring calibration systems.

Interview System Designer

Comprehensive interview loop planning and calibration support for role-based hiring systems.

Overview

Use this skill to create structured interview loops, standardize question quality, and keep hiring signal consistent across interviewers.

Core Capabilities

  • Interview loop planning by role and level
  • Round-by-round focus and timing recommendations
  • Suggested question sets by round type
  • Framework support for scoring and calibration
  • Bias-reduction and process consistency guidance

Quick Start

# Generate a loop plan for a role and level
python3 scripts/interview_planner.py --role "Senior Software Engineer" --level senior

# JSON output for integration with internal tooling
python3 scripts/interview_planner.py --role "Product Manager" --level mid --json
  1. Run scripts/interview_planner.py to generate a baseline loop.
  2. Align rounds to role-specific competencies.
  3. Validate scoring rubric consistency with interview panel leads.
  4. Review for bias controls before rollout.
  5. Recalibrate quarterly using hiring outcome data.

References

  • references/interview-frameworks.md
  • references/bias_mitigation_checklist.md
  • references/competency_matrix_templates.md
  • references/debrief_facilitation_guide.md

Common Pitfalls

  • Overweighting one round while ignoring other competency signals
  • Using unstructured interviews without standardized scoring
  • Skipping calibration sessions for interviewers
  • Changing hiring bar without documenting rationale

Best Practices

  1. Keep round objectives explicit and non-overlapping.
  2. Require evidence for each score recommendation.
  3. Use the same baseline rubric across comparable roles.
  4. Revisit loop design based on quality-of-hire outcomes.
1---
2name: "interview-system-designer"
3description: This skill should be used when the user asks to "design interview processes", "create hiring pipelines", "calibrate interview loops", "generate interview questions", "design competency matrices", "analyze interviewer bias", "create scoring rubrics", "build question banks", or "optimize hiring systems". Use for designing role-specific interview loops, competency assessments, and hiring calibration systems.
4---
5 
6# Interview System Designer
7 
8Comprehensive interview loop planning and calibration support for role-based hiring systems.
9 
10## Overview
11 
12Use this skill to create structured interview loops, standardize question quality, and keep hiring signal consistent across interviewers.
13 
14## Core Capabilities
15 
16- Interview loop planning by role and level
17- Round-by-round focus and timing recommendations
18- Suggested question sets by round type
19- Framework support for scoring and calibration
20- Bias-reduction and process consistency guidance
21 
22## Quick Start
23 
24```bash
25# Generate a loop plan for a role and level
26python3 scripts/interview_planner.py --role "Senior Software Engineer" --level senior
27 
28# JSON output for integration with internal tooling
29python3 scripts/interview_planner.py --role "Product Manager" --level mid --json
30```
31 
32## Recommended Workflow
33 
341. Run `scripts/interview_planner.py` to generate a baseline loop.
352. Align rounds to role-specific competencies.
363. Validate scoring rubric consistency with interview panel leads.
374. Review for bias controls before rollout.
385. Recalibrate quarterly using hiring outcome data.
39 
40## References
41 
42- `references/interview-frameworks.md`
43- `references/bias_mitigation_checklist.md`
44- `references/competency_matrix_templates.md`
45- `references/debrief_facilitation_guide.md`
46 
47## Common Pitfalls
48 
49- Overweighting one round while ignoring other competency signals
50- Using unstructured interviews without standardized scoring
51- Skipping calibration sessions for interviewers
52- Changing hiring bar without documenting rationale
53 
54## Best Practices
55 
561. Keep round objectives explicit and non-overlapping.
572. Require evidence for each score recommendation.
583. Use the same baseline rubric across comparable roles.
594. Revisit loop design based on quality-of-hire outcomes.
60 

Discussion

Alternatives

Also in User researchSee all 277 in Product →