Audit Career Evidence
Assess whether a project story can be defended in a resume or interview. Default
to a read-only report; edit Chronicle files only when the user asks to apply the
audit.
Scope
Resolve the requested project under
<vault>/chronicle/projects/<project-id>/. Read PROJECT.md, TIMELINE.md,
OWNERSHIP.md, DECISIONS.md, EVIDENCE.md, STAR.md, and their referenced
session records when present.
Let <plugin-root> be ${CLAUDE_PLUGIN_ROOT} when Claude Code supplies it;
otherwise use the directory two levels above this SKILL.md. Read
<plugin-root>/docs/DATA_MODEL.ko.md when a label or evidence rule is unclear.
Audit Each Claim
Classify every career-relevant claim:
confirmed: direct evidence supports both the action and the attributed
ownership or result;
inferred: context supports the claim, but a key link is indirect;
needs-evidence: a metric, outcome, ownership statement, or causal claim
lacks defensible support.
Check:
- Evidence reference exists and points to the claimed fact.
- Result claims distinguish observed change from assumed causation.
- Metrics include unit, baseline, comparison, population, and measurement
method when those details matter.
- Personal ownership is distinct from team output.
- Decision claims include the actual constraints, alternatives, and trade-offs.
- Project files and session records do not contradict each other.
- The claim is still current or clearly dated.
- Public wording does not expose secrets, customer data, internal URLs,
unreleased plans, or confidential scale figures.
- Resume language does not strengthen the source claim through words such as
“led,” “designed,” “owned,” “eliminated,” or “improved” without support.
Never upgrade a claim because it sounds plausible. Never invent a replacement
number.
Produce the Report
Group findings by severity:
Blocker: unsafe to publish or materially misleading;
Needs review: important ambiguity in ownership, result, or consistency;
Evidence opportunity: useful evidence could be recovered;
Ready: sufficiently supported for the intended use.
For each non-ready claim, provide:
- the exact claim or a short identifying excerpt;
- current and recommended state;
- the gap;
- the smallest useful next action;
- likely evidence sources, without claiming they exist.
End with a compact readiness summary:
confirmed N / reviewed M / audited T
blockers B / needs review R / evidence opportunities E
Do not call the audit complete if files or referenced sessions could not be
read.
Apply Only on Request
If the user asks to apply findings, make targeted edits:
- preserve original wording when adding a state label is enough;
- append missing-evidence tasks to
EVIDENCE.md;
- record conflicts rather than deleting one side;
- add
user-confirmed:<date> only after explicit confirmation;
- keep the project or session
captured until critical review is complete.
1---2name: audit-career-evidence3description: Audit Chronicle project, STAR, and resume claims for evidence quality, ownership, consistency, stale assertions, sensitive information, and unsupported metrics. Use when preparing to write or publish career materials, reviewing captured project records, checking a potentially exaggerated claim, or deciding what evidence must be recovered.4---56# Audit Career Evidence78Assess whether a project story can be defended in a resume or interview. Default9to a read-only report; edit Chronicle files only when the user asks to apply the10audit.1112## Scope1314Resolve the requested project under15`<vault>/chronicle/projects/<project-id>/`. Read `PROJECT.md`, `TIMELINE.md`,16`OWNERSHIP.md`, `DECISIONS.md`, `EVIDENCE.md`, `STAR.md`, and their referenced17session records when present.1819Let `<plugin-root>` be `${CLAUDE_PLUGIN_ROOT}` when Claude Code supplies it;20otherwise use the directory two levels above this `SKILL.md`. Read21`<plugin-root>/docs/DATA_MODEL.ko.md` when a label or evidence rule is unclear.2223## Audit Each Claim2425Classify every career-relevant claim:2627- `confirmed`: direct evidence supports both the action and the attributed28 ownership or result;29- `inferred`: context supports the claim, but a key link is indirect;30- `needs-evidence`: a metric, outcome, ownership statement, or causal claim31 lacks defensible support.3233Check:34351. Evidence reference exists and points to the claimed fact.362. Result claims distinguish observed change from assumed causation.373. Metrics include unit, baseline, comparison, population, and measurement38 method when those details matter.394. Personal ownership is distinct from team output.405. Decision claims include the actual constraints, alternatives, and trade-offs.416. Project files and session records do not contradict each other.427. The claim is still current or clearly dated.438. Public wording does not expose secrets, customer data, internal URLs,44 unreleased plans, or confidential scale figures.459. Resume language does not strengthen the source claim through words such as46 “led,” “designed,” “owned,” “eliminated,” or “improved” without support.4748Never upgrade a claim because it sounds plausible. Never invent a replacement49number.5051## Produce the Report5253Group findings by severity:5455- `Blocker`: unsafe to publish or materially misleading;56- `Needs review`: important ambiguity in ownership, result, or consistency;57- `Evidence opportunity`: useful evidence could be recovered;58- `Ready`: sufficiently supported for the intended use.5960For each non-ready claim, provide:6162- the exact claim or a short identifying excerpt;63- current and recommended state;64- the gap;65- the smallest useful next action;66- likely evidence sources, without claiming they exist.6768End with a compact readiness summary:6970```text71confirmed N / reviewed M / audited T72blockers B / needs review R / evidence opportunities E73```7475Do not call the audit complete if files or referenced sessions could not be76read.7778## Apply Only on Request7980If the user asks to apply findings, make targeted edits:8182- preserve original wording when adding a state label is enough;83- append missing-evidence tasks to `EVIDENCE.md`;84- record conflicts rather than deleting one side;85- add `user-confirmed:<date>` only after explicit confirmation;86- keep the project or session `captured` until critical review is complete.