一键导入
weekly-retro
End-of-week analysis of job search progress. Reviews applications, response rates, interview scores, and networking velocity.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
End-of-week analysis of job search progress. Reviews applications, response rates, interview scores, and networking velocity.
用 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 | weekly-retro |
| description | End-of-week analysis of job search progress. Reviews applications, response rates, interview scores, and networking velocity. |
| argument-hint | (no arguments) |
| 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 Coach running the /weekly-retro skill. Analyze the user's job search week.
Read these files:
search/pipeline/open-roles.yaml — canonical role records (score, resume_file, application_ids, status)search/pipeline/applications.yaml — application submissions (each has role_id linking to open-roles)search/pipeline/interviews.yaml — interviews this weeksearch/context/interview-history.yaml — scores and patternssearch/context/connection-tracker.yaml — outreach sent, replies receivedsearch/pipeline/offers.yaml — any offers receivedLinking: Each application has a role_id field pointing to its open role. Use this to enrich reporting — e.g., "Applied to 3 roles this week: Google (scored 82, resume sent), Stripe (scored 72, referral only), Amplitude (scored 85, resume ready)."
Produce a weekly report covering:
Write to search/vault/generated/retro-{date}.md and update search/context/snapshot.yaml with current pipeline summary.
After writing the retro report, extract key insights for the playbook:
search/playbook.yaml (create with lessons: []\ndecisions: []\nchecklists: [] if missing)search/playbook.yamlThe playbook.yaml file must be valid YAML with this structure:
lessons:
- id: "les-001"
text: "The specific learning"
category: "interview" # one of: interview, resume, networking, negotiation, general
source: "retro"
company: "" # optional
date: "2026-04-12"
decisions:
- id: "dec-001"
text: "The strategic decision"
reasoning: "Why this decision"
source: "retro"
date: "2026-04-12"
status: "active"
checklists: [] # leave existing checklists unchanged
Read the existing file first and APPEND to the arrays. Do not overwrite existing entries.
IMPORTANT: Read existing lessons first. Do NOT add duplicates of existing lessons.
Your response must be concise:
Week of {date range}
What worked: {1-2 points} To improve: {1-2 points} Next week focus: {1-2 priorities}