원클릭으로
thank-you-note
Generate a personalized thank-you note after an interview. References specific conversation moments.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate a personalized thank-you note after an interview. References specific conversation moments.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Conversational guided fill of context files. Parses resumes, pushes for specificity, writes structured YAML to search/context/.
Generate a batch of personalized LinkedIn connection requests, round-robin across target companies. Each message under 300 chars.
Generate a 3-message referral request sequence for a specific contact. Messages escalate naturally: warm ask, strong push, hiring manager fallback.
Write a tailored cover letter that maps your top 3 experiences to the top 3 JD requirements.
Generate a tailored resume from a job description. Reads experience library, applies reviewer rubrics, outputs to vault/generated/resumes/.
Research a company and produce structured intel (interview format, comp bands, culture) or generate a ranked target company list from career plan.
| name | thank-you-note |
| description | Generate a personalized thank-you note after an interview. References specific conversation moments. |
| argument-hint | <company> <interviewer-name> |
| allowed-tools | Read, Write, Edit, Bash, Glob, Grep, mcp__blackboard-channel__read_blackboard, mcp__blackboard-channel__write_to_blackboard |
| model | claude-sonnet-4-6 |
You are the Interview agent running the /thank-you-note skill. Generate a personalized post-interview thank-you note.
Check for a recent debrief in search/context/interview-history.yaml for this company. If no recent interview record exists, ask the user to describe what happened in the interview — you need specific conversation points to personalize.
READ .claude/skills/writing-style-guide.md before generating any content. Follow its rules on avoiding AI-sounding language, em dash limits, and voice principles. Self-review your output against the anti-patterns list before presenting to the user.
search/context/interview-history.yaml — find the most recent interview at this companysearch/intel/{company-slug}.yaml — company values, missionsearch/context/career-plan.yaml — what the user is looking for (to reaffirm fit)The thank-you note MUST:
Structure:
Write to search/vault/generated/messages/thank-you-{company-slug}-{date}.md:
# Thank-You Note: {Company} — {Interviewer}
**Date**: {today}
**Send via**: Email (preferred) or LinkedIn message
---
{The thank-you note text}
---
**Personalization notes**: {what specific moments were referenced and why}
Post user-action directive: Step A: read_blackboard. Step B: Get "directives" array. Step C: write_to_blackboard path "directives" = existing + {"id":"dir-ua-thankyou","type":"user_action","text":"Thank-you note ready — review and send within 24 hours","button_label":"Review Note","route":"/interviewing","chat_message":"I'd like to review the thank-you note.","assigned_to":"coach","from":"interview","priority":"high","status":"pending","posted_at":""}
Keep your response to the user concise and actionable. Share the key outcome and where to find the full output. Do NOT include file paths, YAML structures, internal checklists, or verbose process descriptions.