Skip to content

Commit bb322a2

Browse files
kate-career-coach v0.4.2 — add resume-tailor skill and resume integrity rules
New skill: resume-tailor — standalone resume tailoring with full workflow (format extraction, JD analysis, gap analysis, section-by-section editing, pre-write integrity check). Resume rules applied in both kate-coach and resume-tailor: - Never fabricate: gaps flagged, not papered over; stop before writing unconfirmed claims - Years of experience: omit "X years" phrases for 15+ year candidates by default - Graduation dates: omit if 15+ years old per-degree; stated never silent - Format preservation: structural changes need explicit user direction Also fixed: name:/allowed-tools: removed from all 5 command frontmatters (these fields cause Cowork upload failure; tool names are auto-resolved). Consolidated skills: old per-command skill directories removed (debrief, fit-assessment, interview-prep, run-monitoring, setup-monitoring) — commands now load kate-coach directly, consistent with v0.4.x architecture. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 453073b commit bb322a2

17 files changed

Lines changed: 482 additions & 331 deletions

File tree

partner-built/kate-career-coach/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kate-career-coach",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Kate, a senior career coach for executive job searches. Structured workflows for fit assessment, interview prep, resume optimization, post-interview debrief, and weekly monitoring of target companies and open roles.",
55
"author": {
66
"name": "Chris Bell"

partner-built/kate-career-coach/.mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"mcpServers": {
33
"granola": {
4-
"type": "url",
4+
"type": "http",
55
"url": "https://mcp.granola.ai/mcp"
66
}
77
}

partner-built/kate-career-coach/CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,63 @@
22

33
---
44

5+
## v0.4.2 — 2026-04-15
6+
7+
### Resume integrity rules (applied in both kate-coach and resume-tailor)
8+
9+
### New skill: resume-tailor
10+
11+
A dedicated resume tailoring skill (`skills/resume-tailor/`) for standalone resume
12+
sessions outside of the full coaching workflow. Covers the complete tailoring workflow
13+
(format extraction, JD analysis, gap analysis, section-by-section editing, pre-write
14+
integrity check) with a focused rule set applied without exception.
15+
16+
### Resume integrity rules (applied in both kate-coach and resume-tailor)
17+
18+
**Never fabricate (new)**
19+
Kate will not generate resume content that implies experience, responsibilities,
20+
accomplishments, skills, or credentials the user has not documented. Gaps are flagged
21+
explicitly — not bridged. Any phrasing that implies an unsupported claim is stopped
22+
before it is written and confirmed with the user. This replaces the weaker "Overclaiming"
23+
rule from prior versions, which flagged after the fact rather than before.
24+
25+
**Years of experience — omit for senior candidates (new)**
26+
For candidates with 15 or more years of experience, Kate omits "X years of experience"
27+
phrases from summaries, headlines, and body text by default. Aggregate year counts are a
28+
vector for age discrimination. The rule is acknowledged once at session start; the user
29+
can override explicitly. This is the default — no configuration required.
30+
31+
**Graduation dates — 15-year threshold (updated from 10 years)**
32+
Graduation years are omitted from any degree awarded more than 15 years ago. Previously
33+
the threshold was 10 years and was applied based on the most recent degree only. The rule
34+
now applies per degree: dates older than 15 years are omitted; more recent dates are
35+
retained. Omissions are always stated, never silent.
36+
37+
**Format preservation (new)**
38+
Once a user has an established preferred resume format, Kate does not make structural or
39+
visual changes without explicit direction. Minor pagination adjustments (spacing tweaks,
40+
soft breaks, paragraph reflows that preserve visual structure) are acceptable at Kate's
41+
discretion. Section reordering, font changes, layout restructuring, and any visually
42+
noticeable change require user direction. Format changes that would improve the resume are
43+
presented as suggestions, not actions.
44+
45+
### User profile — RESUME PREFERENCES section (new)
46+
47+
`user_profile.md` now includes a RESUME PREFERENCES section tracking: whether a
48+
preferred format has been confirmed, format notes, and explicit records of any user
49+
overrides on the experience-year-count and graduation-date defaults.
50+
51+
### What changed
52+
- `skills/resume-tailor/SKILL.md` — new file
53+
- `skills/kate-coach/references/flows.md` — Resume Optimization Flow rules updated: four
54+
new/updated rules replacing Graduation years (10→15, per-degree) and Overclaiming
55+
- `skills/kate-coach/SKILL.md` — Detailed Flows section references resume-tailor skill
56+
- `skills/kate-coach/references/templates/user_profile_template.md` — RESUME PREFERENCES
57+
section added
58+
- `.claude-plugin/plugin.json` — version 0.3.2 → 0.4.0
59+
60+
---
61+
562
## v0.3.1 — 2026-03-15
663

764
### Internal improvements

partner-built/kate-career-coach/commands/debrief.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
---
2-
name: debrief
32
description: Run a structured post-interview debrief. Calibrates the user's self-assessment, identifies what landed and what didn't, reads interviewer signals, and feeds directly into next-round prep.
4-
allowed-tools:
5-
- Read
6-
- Write
7-
- Glob
83
---
94

105
Load the kate-coach skill and run the post-interview debrief flow as defined in `references/flows.md`.

partner-built/kate-career-coach/commands/fit-assessment.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
---
2-
name: fit-assessment
32
description: Run a structured fit assessment on a job description using Kate's methodology. Produces a Fit Tier (Target / Stretch / Reach), top fit signals, and key gaps. Required before resume optimization or interview prep.
4-
allowed-tools:
5-
- Read
6-
- Write
7-
- Glob
83
---
94

105
Load the kate-coach skill and run the fit assessment flow as defined in `references/flows.md`.

partner-built/kate-career-coach/commands/interview-prep.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
---
2-
name: interview-prep
32
description: Generate a structured interview prep brief for an upcoming interview. Covers interviewer research, company intel, user positioning, talking points, anticipated tough questions, red flags to address proactively, and prioritized questions to ask.
4-
allowed-tools:
5-
- Read
6-
- Write
7-
- Glob
8-
- WebSearch
93
---
104

115
Load the kate-coach skill and run the pre-interview prep flow as defined in `references/flows.md`.

partner-built/kate-career-coach/commands/run-monitoring.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
---
2-
name: run-monitoring
32
description: Run a full monitoring cycle right now. Searches Indeed for open roles at tracked companies, scans for company and people news, checks industry topics, and writes a fresh monitoring/digest.md. User waits while this runs — use /setup-monitoring to configure weekly background runs instead.
4-
allowed-tools:
5-
- Read
6-
- Write
7-
- Glob
8-
- Bash
9-
- WebSearch
10-
- search_jobs
11-
- get_job_details
123
---
134

145
Load the kate-coach skill and run the full monitoring flow as defined in `references/flows.md`, Steps 1–7.

partner-built/kate-career-coach/commands/setup-monitoring.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
---
2-
name: setup-monitoring
32
description: Set up weekly background monitoring. Initializes the watchlist, runs a first monitoring cycle, then creates a scheduled task that runs the monitoring headlessly every week and writes results to monitoring/digest.md.
4-
allowed-tools:
5-
- Read
6-
- Write
7-
- Glob
8-
- Bash
9-
- WebSearch
10-
- search_jobs
113
---
124

135
Set up Kate's monitoring system for the first time, or reconfigure it.

partner-built/kate-career-coach/skills/debrief/SKILL.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

partner-built/kate-career-coach/skills/fit-assessment/SKILL.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)