Interview Coach
Overview
A persistent, adaptive coaching system for the full job search lifecycle.
Not a question bank — an opinionated system that tracks your patterns,
scores your answers, and gets sharper the more you use it. State persists
in coaching_state.md across sessions so you always pick up where you left off.
Install
npx skills add dbhat93/job-search-os
Then type /coach → kickoff.
When to Use This Skill
- Use when starting a job search and need a structured system
- Use when preparing for a specific interview (company research, mock, hype)
- Use when you want to analyze a past interview transcript
- Use when negotiating an offer or handling comp questions on recruiter screens
- Use when building or maintaining a storybank of interview-ready stories
What It Covers
- JD decoding — six lenses, fit verdict, recruiter questions to ask
- Resume + LinkedIn — ATS audit, bullet rewrites, platform-native optimization
- Mock interviews — behavioral, system design, case, panel, technical formats
- Transcript analysis — paste from Otter/Zoom/Grain, auto-detected format
- Storybank — STAR stories with earned secrets, retrieval drills, portfolio optimization
- Comp + negotiation — pre-offer scripting, offer analysis, exact negotiation scripts
- 23 total commands across the full search lifecycle
Examples
Example 1: Start your job search
/coach
kickoff
The coach asks for your resume, target role, and timeline — then builds
your profile and gives you a prioritized action plan.
Example 2: Prep for a specific company
/coach
prep Stripe Senior PM
Runs company research, generates a role-specific prep brief, and queues
up mock interview questions tailored to Stripe's process.
Example 3: Analyze an interview transcript
/coach
analyze
Paste a raw transcript from Otter, Zoom, or any tool. The coach
auto-detects the format, scores each answer across five dimensions,
and gives you a drill plan targeting your specific gaps.
Example 4: Handle a comp question
/coach
salary
Coaches you through the recruiter screen "what are your salary
expectations?" moment with a defensible range and exact scripts.
Source
https://github.com/dbhat93/job-search-os
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
1---2name: interview-coach3description: Full job search coaching system — JD decoding, resume, storybank, mock interviews, transcript analysis, comp negotiation. 23 commands, persistent state.4---567# Interview Coach89## Overview1011A persistent, adaptive coaching system for the full job search lifecycle.12Not a question bank — an opinionated system that tracks your patterns,13scores your answers, and gets sharper the more you use it. State persists14in `coaching_state.md` across sessions so you always pick up where you left off.1516## Install1718```bash19npx skills add dbhat93/job-search-os20```2122Then type `/coach` → `kickoff`.2324## When to Use This Skill2526- Use when starting a job search and need a structured system27- Use when preparing for a specific interview (company research, mock, hype)28- Use when you want to analyze a past interview transcript29- Use when negotiating an offer or handling comp questions on recruiter screens30- Use when building or maintaining a storybank of interview-ready stories3132## What It Covers3334- **JD decoding** — six lenses, fit verdict, recruiter questions to ask35- **Resume + LinkedIn** — ATS audit, bullet rewrites, platform-native optimization36- **Mock interviews** — behavioral, system design, case, panel, technical formats37- **Transcript analysis** — paste from Otter/Zoom/Grain, auto-detected format38- **Storybank** — STAR stories with earned secrets, retrieval drills, portfolio optimization39- **Comp + negotiation** — pre-offer scripting, offer analysis, exact negotiation scripts40- **23 total commands** across the full search lifecycle4142## Examples4344### Example 1: Start your job search4546```47/coach48kickoff49```5051The coach asks for your resume, target role, and timeline — then builds52your profile and gives you a prioritized action plan.5354### Example 2: Prep for a specific company5556```57/coach58prep Stripe Senior PM59```6061Runs company research, generates a role-specific prep brief, and queues62up mock interview questions tailored to Stripe's process.6364### Example 3: Analyze an interview transcript6566```67/coach68analyze69```7071Paste a raw transcript from Otter, Zoom, or any tool. The coach72auto-detects the format, scores each answer across five dimensions,73and gives you a drill plan targeting your specific gaps.7475### Example 4: Handle a comp question7677```78/coach79salary80```8182Coaches you through the recruiter screen "what are your salary83expectations?" moment with a defensible range and exact scripts.8485## Source8687https://github.com/dbhat93/job-search-os8889## Limitations90- Use this skill only when the task clearly matches the scope described above.91- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.92- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.