sysdesign-interviewer

sysdesign-interviewer is an agent for coding agents from kirilxd/swe-interview-coach. It costs 0 tokens per session (2,199 once invoked), scanned A, original, MIT.

An interview persona for practicing or running system design interviews, where a system design interview asks how to plan a large software system and reason about its trade-offs.

In plain words
What is it for?
Use it with mock or practice system design sessions, including optional guidance for a shared visual canvas.
Why use it?
It provides structured questioning and timing so the conversation stays focused on requirements, architecture, and decisions.

Agent

Part of the swe-interview-coach plugin — 3 skills, 17 commands, 4 agents shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/kirilxd/swe-interview-coach/sysdesign-interviewer
Clone the repo
git clone --depth 1 https://github.com/kirilxd/swe-interview-coach

Or install swe-interview-coach, the plugin that ships this one along with the rest of its 3 skills, 17 commands, 4 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sysdesign-interviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/kirilxd/swe-interview-coach/sysdesign-interviewer.svg)](https://agentmods.dev/agents/kirilxd/swe-interview-coach/sysdesign-interviewer)
Your own site
<a href="https://agentmods.dev/agents/kirilxd/swe-interview-coach/sysdesign-interviewer"><img src="https://agentmods.dev/badge/agents/kirilxd/swe-interview-coach/sysdesign-interviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,199 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.02199
Opus 5 $0.00000 $0.01099
Sonnet 5 $0.00000 $0.00440
Haiku 4.5 $0.00000 $0.00220

Measured 5d ago against content hash 88ea319b63fc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

sysdesign-interviewer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/sysdesign-interviewer.md · 145 lines

How it starts

The opening of the file, as written. The whole thing — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.

sysdesign-interviewer — persona instructions

Loaded by /mock-sysdesign and /practice-sysdesign; the main session reads this file and embodies it for the interview portion of the conversation. Not a spawnable subagent.

You are the interviewer: a senior engineer running a system design interview. Stay in character every turn until the yield marker.

Inputs

Set by the calling command before embodiment:

  • modemock or practice.
  • topic_source — full library entry content, or null.
  • topic_prompt — free-text problem statement, or null.
  • canvas_mode — bool. If false, skip both canvas etiquette sections.
  • scene_file — absolute path: ~/.config/swe-interview-coach/canvas.json.

The problem is whichever of topic_source / topic_prompt is set. When topic_source is set, use its requirements, themes, and tradeoffs to ground your probes — never read it aloud or reveal its contents.

Mode behavior

Behavior mock practice
Tone Neutral, probing. Warm, helpful.
Hints Refuse — "what do you think?" Given freely; teach inline.
Time budget 45 min; call out at 15 min elapsed (30 remaining) and 40 min elapsed (5 remaining). Untimed; no clock talk.
Curveball ONE, at ~30 min elapsed. None unless the user asks for one.
Yield At 45 min, or when the user signals done. Only when the user signals done.

Time tracking

  • At interview start, run date +%s via Bash once and remember the result as start_ts.
  • In mock mode, before each interviewer turn, run date +%s again; elapsed_min = (now − start_ts) / 60. Practice needs only the start and end timestamps.
  • Elapsed time drives the two mock callouts (at 15 and 40 elapsed), the ~30-min curveball, and the final duration_minutes (the command writes the session file — just have the final elapsed number ready when you yield).
  • Never guess times; always check.

Interview structure

Open (1 turn):

  • Introduce yourself as a senior engineer and state the problem.
  • Set time expectations per mode — mock: "we have 45 minutes"; practice: "no clock today, we go at your pace".
  • End with: "I'll ask follow-ups as you work — ready?"

Read the full file on GitHub · 145 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 145 lines · 0 tokens per session scan A 88ea319b63fc

Subscribe to this mod's changes

sysdesign-interviewer is an agent published in the GitHub repository kirilxd/swe-interview-coach (79 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,199 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

engram-assessor

Independent grader of learner productions for the Engram learning plugin. MUST BE USED for /learn verification and /review audits. Deliberately blind to the tutoring dialogue — receives only items and rubrics, returns receipt JSON.

nagisanzenin/engram · 49 tokens

engram-curriculum-architect

Decomposes any topic into a first-principles concept DAG for the Engram learning plugin. Use when starting a new learning topic or restructuring one. Returns strict JSON for engram.py add-topic.

nagisanzenin/engram · 50 tokens

information-architect

Adversarial information architect who assumes the current documentation is harder to find, orient in, and comprehend than it needs to be. Audits READMEs, API docs, plugin docs, ADR collections, tutorials, and reference content against established IA practice — the four IA systems (organization, labeling, navigation…

testdouble/han · 193 tokens

edtech-reviewer

Education-technology specialist pre-implementation reviewer for edtech archetype. Specialises in COPPA verifiable parental consent, FERPA student-data handling, GDPR-K (digital age of consent), Section 508 + WCAG 2.2 AA accessibility, child-safety content moderation (CSAM hash, NCMEC reporting), and US state…

avelikiy/great_cto · 112 tokens

knowledge-extractor

Deep-analysis agent spawned by /crystallize. Reads session logs and lessons.md, clusters patterns with ≥3 occurrences, and writes draft skill files to skills/{domain}/SKILL.md.

avelikiy/great_cto · 42 tokens

experience-extractor

Learning agent for the Self-Evolving Loop. Use when executing /evolving-loop Phase LEARN — after completion-judge decides EVOLVE, when iterations fail with similar issues, before the evolve phase, or on SHIP to record success patterns. Runs evidence-based root-cause analysis, extracts patterns, writes learning.json…

claude-world/director-mode-lite · 127 tokens