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 enprojectnment-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---56# Interview Coach78## Overview910A persistent, adaptive coaching system for the full job search lifecycle.11Not a question bank — an opinionated system that tracks your patterns,12scores your answers, and gets sharper the more you use it. State persists13in `coaching_state.md` across sessions so you always pick up where you left off.1415## Install1617```bash18npx skills add dbhat93/job-search-os19```2021Then type `/coach` → `kickoff`.2223## When to Use This Skill2425- Use when starting a job search and need a structured system26- Use when preparing for a specific interview (company research, mock, hype)27- Use when you want to analyze a past interview transcript28- Use when negotiating an offer or handling comp questions on recruiter screens29- Use when building or maintaining a storybank of interview-ready stories3031## What It Covers3233- **JD decoding** — six lenses, fit verdict, recruiter questions to ask34- **Resume + LinkedIn** — ATS audit, bullet rewrites, platform-native optimization35- **Mock interviews** — behavioral, system design, case, panel, technical formats36- **Transcript analysis** — paste from Otter/Zoom/Grain, auto-detected format37- **Storybank** — STAR stories with earned secrets, retrieval drills, portfolio optimization38- **Comp + negotiation** — pre-offer scripting, offer analysis, exact negotiation scripts39- **23 total commands** across the full search lifecycle4041## Examples4243### Example 1: Start your job search4445```46/coach47kickoff48```4950The coach asks for your resume, target role, and timeline — then builds51your profile and gives you a prioritized action plan.5253### Example 2: Prep for a specific company5455```56/coach57prep Stripe Senior PM58```5960Runs company research, generates a role-specific prep brief, and queues61up mock interview questions tailored to Stripe's process.6263### Example 3: Analyze an interview transcript6465```66/coach67analyze68```6970Paste a raw transcript from Otter, Zoom, or any tool. The coach71auto-detects the format, scores each answer across five dimensions,72and gives you a drill plan targeting your specific gaps.7374### Example 4: Handle a comp question7576```77/coach78salary79```8081Coaches you through the recruiter screen "what are your salary82expectations?" moment with a defensible range and exact scripts.8384## Source8586https://github.com/dbhat93/job-search-os8788## Limitations89- Use this skill only when the task clearly matches the scope described above.90- Do not treat the output as a substitute for enprojectnment-specific validation, testing, or expert review.91- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.