| name | interview-system-designer |
| description | Implement — This skill should be used when the user asks to 'design interview processes', 'create hiring pipelines', 'calibrate interview loops', 'generate interview questions', 'design compet |
| executor | HYBRID |
| skill_id | engineering.cs-engineering.interview-system-designer |
| status | ADOPTED |
| security | {"level":"standard","pii":false,"approval_required":false} |
| anchors | ["engineering","design"] |
| tier | 2 |
| input_schema | [{"name":"code_or_task","type":"string","description":"Code snippet, script, or task description to process","required":true}] |
| output_schema | [{"name":"result","type":"string","description":"Generated or refactored code output"},{"name":"explanation","type":"string","description":"Explanation of changes or implementation decisions"}] |
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
python3 scripts/interview_planner.py --role "Senior Software Engineer" --level senior
python3 scripts/interview_planner.py --role "Product Manager" --level mid --json
Recommended Workflow
- Run
scripts/interview_planner.py to generate a baseline loop.
- Align rounds to role-specific competencies.
- Validate scoring rubric consistency with interview panel leads.
- Review for bias controls before rollout.
- 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
- Keep round objectives explicit and non-overlapping.
- Require evidence for each score recommendation.
- Use the same baseline rubric across comparable roles.
- Revisit loop design based on quality-of-hire outcomes.
Why This Skill Exists
Implement — This skill should be used when the user asks to
When to Use
Use this skill when the task requires interview system designer capabilities.
What If Fails
If this skill fails to produce the expected output: (1) verify input completeness, (2) retry with more specific context, (3) fall back to the parent workflow without this skill.