From career
Read or edit the workspace's ground-truth.md — the source-of-truth profile every Career-OS skill reads first. Use when the user says "update my profile", "I changed roles", "I'm looking for X now", or after a major life/career change. Idempotent and diff-friendly. Never silently overwrites.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin careerThis skill is limited to using the following tools:
`ground-truth.md` lives at the root of the user's `WORKING_FOLDER` (read from `${CAREER_DATA_DIR}/config.json`). It's the single source of truth that every other skill reads before doing anything. Stale or missing ground-truth → bad recommendations.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
ground-truth.md lives at the root of the user's WORKING_FOLDER (read from ${CAREER_DATA_DIR}/config.json). It's the single source of truth that every other skill reads before doing anything. Stale or missing ground-truth → bad recommendations.
/career:onboard (called as the final foundational step)./career:reconcile flagged a discrepancy and the user accepted the proposed update.The doc has these named sections — preserve order, preserve any sections not in this list:
resume/master.md.employment | contract | both + freeform detail.crm/outreach.md.Looking for includes contract.Read ${CAREER_DATA_DIR}/config.json for WORKING_FOLDER. If config is missing, prompt the user to run /career:onboard first.
Target file: ${WORKING_FOLDER}/ground-truth.md.
Three modes:
If unclear from the user's message, default to read and offer the other two.
_(none)_.After any edit that affects:
suggest-companies / suggest-roles will rerank next run.discover-remote-friendly cache may be stale; offer to clear cache/.crm/outreach.md is the canonical log; ground-truth is a quick-reference only.After save, print one-line summary: Updated: <section> per change. No prose.
/career:onboard. Don't proceed.ground-truth.md missing → offer to create from template (template/career-os/ground-truth.md in the plugin repo). Confirm before writing.WORKING_FOLDER path doesn't exist → bail with a clear error; do not auto-create (the workspace should already exist via new-workspace).