From career
Given ground-truth and (optionally) a target company or domain, suggest role titles/shapes to target. Distinguishes "roles that exist on the market" from "roles I should pitch creating". Writes to <WORKING_FOLDER>/recommendations/roles-<date>.md.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin careerThis skill is limited to using the following tools:
Two flavors:
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.
Two flavors:
$ARGUMENTS:
--company=<slug> — scope to one company.--domain=<slug> — scope to a domain note.--mode=<existing|pitch|both> (default both).--n=<count> (default 10)./career:suggest roles
/career:suggest roles --domain=ai-evals --mode=pitch
/career:suggest roles --company=snowglobe --mode=existing
ground-truth.md (skills, looking-for, branding, hard-constraints).--company: relevant research briefs.--domain: the domain note.WebSearch for live postings matching ground-truth signals (skills × seniority × lens). For each candidate title:
Synthesize role shapes that:
Each pitch role must include:
# Role suggestions — {{date}}
> Mode: {{existing|pitch|both}}
> Scope: {{company|domain|none}}
> Generated: {{datetime}}
## Existing roles to target
| title | typical employer shape | match strength | comp signal | source |
## Roles to pitch
| shape | for whom | why-you | why-them | anchor contact |
## Skills gaps the user would need to close for these
- ... (links to /career:suggest skills)
## Sources
1. ...
recommendations: recommendations/roles-<date>.md
existing: <n>
pitch: <n>
next:
existing → /career:outreach find <company> --role="<title>"
pitch → /career:suggest consulting-packages --domain=<slug>
pitch mode with a warning./career:ground-truth edit before re-running.