Interview System Designer
Design interview processes, hiring pipelines, and competency matrices.
$skillfish add ~skills/interview-system-designer Real Conversations
See how the Interview System Designer skill responds to actual requests. These are representative examples of what your AI agent will produce.
We're hiring 3 senior backend engineers in 60 days using Python/FastAPI. Our process is inconsistent — different interviewers ask different questions with no scoring rubric. Fix this.
Here's a structured 4-stage process with a competency matrix:
Stage map:
1. Take-home screen (60 min, async)
2. Technical phone screen (45 min)
3. Onsite loop (4h: 3 technical + 1 culture/values)
4. Calibration call → offer decision
Competency matrix:
| Competency | Weight | What good looks like |
|---|---|---|
| System design | 30% | Decomposes problems, picks right data store, reasons about scale |
| Python/FastAPI | 25% | Async patterns, Pydantic, DI, testing with pytest |
| Database/SQL | 25% | Query optimization, schema design, transactions, migrations |
| Collaboration | 20% | Code review quality, clear communication, async written skills |
Take-home assignment: Build a task management API with FastAPI:
- CRUD with status transitions (
todo → in_progress → done) - JWT auth
- PostgreSQL via SQLAlchemy async
- pytest suite with >80% coverage
- Dockerfile
Evaluate: code organization, error handling, test quality, README clarity.
Universal 1–4 scoring rubric (same for every interviewer):
4 — Exceeds: addresses edge cases proactively, teaches the interviewer
3 — Meets: solves correctly with sound reasoning
2 — Partial: solves but misses key concerns (no error handling, etc.)
1 — Miss: fundamentally wrong approach or cannot solve
Hire threshold: ≥ 3.0 weighted average, no single dimension scoring 1.
Want me to generate the full question bank (10 questions per competency) and the interviewer scorecard template?
Get Started
How to install and use this skill in your preferred environment.
Skills are designed for AI coding agents (Claude Code, Cursor, Windsurf) and IDE-based workflows where the agent can read files, run scripts, and act on your codebase. Web-based AI can use the knowledge and frameworks, but won't have tool access.
Models & Context
Which AI models and context windows work best with this skill.
Recommended Models
Larger models produce more detailed, production-ready outputs.
Context Window
This skill's SKILL.md is typically 3–10 KB — fits in any modern context window.
All current frontier models (Claude, GPT, Gemini) support 100K+ context. Use the full window for complex multi-service work.
Pro tips for best results
Be specific
Include numbers — users, budget, RPS — so the skill can size the architecture.
Share constraints
Compliance needs, team size, and existing stack all improve the output.
Iterate
Start with a high-level design, then ask follow-ups for IaC, cost analysis, or security review.
Combine skills
Pair with companion skills below for end-to-end coverage.
Ready to try Interview System Designer?
Install the skill and start getting expert-level guidance in your workflow — any agent, any IDE.
$skillfish add ~skills/interview-system-designer