npx skills add ...
npx skills add anthropics/knowledge-work-plugins --skill job-post-builder
Builds end-to-end hiring packets — job post, structured interview guide with scoring rubric, and offer letter template — from a hiring brief. Triggers on: "help me hire", "we're hiring for", "write a job post", "job description", "JD", "open role", "create a job ad", "interview questions", "scoring rubric", "draft an offer letter", "send an offer", "make a hiring packet", or any request to recruit for a position. When in doubt, trigger — covers the full hiring workflow from job post through DocuSign envelope creation via browser. Does NOT screen or rank applicants.
npx skills add anthropics/knowledge-work-plugins --skill job-post-builder
Produces a complete hiring packet — job post, interview guide, and offer letter — from a brief conversation about the role. Optionally routes the offer letter to DocuSign via Claude in Chrome.
Invoke when a user says they need to hire someone or produce any hiring document.
Example trigger:
"We're hiring a senior product manager. Can you put together the job post and interview questions?"
| Phase | What happens | Output |
|---|---|---|
| 1 | Gather role context | see reference/role-intake.md |
| 2 | Research comparable posts | market notes |
| 3 | Write the job post | [Role]-Job-Post.docx |
| 4 | Draft interview guide and rubrics | [Role]-Interview-Guide.docx |
| 5 | Assemble the offer letter | [Role]-Offer-Letter.docx |
| 6 | Route to DocuSign, if requested | draft envelope link |
Phase 6 performs externally-visible actions. These rules are absolute:
../../shared/untrusted-content.md)..docx only. Posting to any job board is
the user's responsibility.If the docx skill is unavailable — in Phases 3, 4 and 5 alike — deliver the document
as markdown in the chat and say the .docx was not generated.
Collect the role brief, the offer delivery preference, and the interview process. The
full field list, the questions to ask about the interview process, and sensible stage
defaults for both a sub-25-person business and a larger company are in
reference/role-intake.md.
Capture the delivery preference here so the right Phase 5 and 6 path is clear before any writing starts.
Do both of these in parallel.
A. Check existing files first. Search Google Drive or M365 and Desktop for prior JDs, offer
letter templates, or interview guides. Search on the role title plus terms like "job
description", "JD", "offer letter", "interview". If found, read them — they become the
baseline for Phases 3 through 5. Confirm the Drive or M365 is the owner's before the first
read — account matches the ## Business context block, or the owner names the
folder — and search by the business name, never recent files (../../shared/tenant-scope.md).
B. Web search for comparable posts. Find three to five live postings for this role at comparable companies. LinkedIn, Greenhouse, Lever, Workday, and company career pages are good sources. Note the responsibilities that recur, the qualifications that appear consistently (those are table stakes), how the scope is described, and what makes a posting feel compelling rather than generic.
Use the research to pressure-test the user's requirements: are they missing something standard, or asking for something unusual?
If neither source is available — no file search, no web access — skip the market pass, say so in one line, and write from the Phase 1 brief. Never invent market norms.
Read reference/job-post-structure.md for the full structure and writing guidance. If
Phase 2 found an existing job post, follow the merge rule in
reference/existing-document-merge.md — their format wins.
Either way:
Save as [Role]-Job-Post.docx using the docx skill. Read docx/SKILL.md first.
Read reference/interview-guide-structure.md for the full format. If Phase 2 found an
existing guide, follow reference/existing-document-merge.md.
Organize the guide by interview stage, using the process captured in Phase 1. Each stage is its own section headed with the stage name and interviewer, then: the focus area that stage assesses, four to six behavioral questions specific to it, two to three follow-up probes per question, and a 1/3/5 rubric with anchors for each competency the stage owns.
For multi-stage guides:
Also emit a resume screening rubric, separate from the interview rubric: three tiers
(must-have, should-have, nice-to-have), should-haves weighted to 100, each scored 0–3 and
checkable from a resume. hiring-screener reads this first.
Save as [Role]-Interview-Guide.docx, screening rubric included.
Read reference/offer-letter-template.md for the base template and field definitions. If
Phase 2 found an existing offer letter, follow reference/existing-document-merge.md —
preserve their clause ordering, signature blocks, and established legal language.
Either way:
<LIKE THIS>, for every
candidate-specific value, matching the template file's conventionSave as [Role]-Offer-Letter.docx.
Then branch on the Phase 1 delivery preference: DocuSign goes to Phase 6; Word-doc-only skips it and closes out.
Only when the user chose DocuSign. The nine-step browser flow, the reason it uses the
browser rather than the API, and the mail fallback are all in
reference/docusign-routing.md.
The envelope is saved as a draft. It is never sent without explicit confirmation.
Present the three deliverables together by role title: the job post docx (ready to post), the interview guide docx (share with interviewers), and the offer letter docx (routed to a DocuSign draft, or ready for manual upload).
Also render the packet as an HTML artifact using the house artifact style
(../../shared/artifact-style.md). The job post is prose a stranger reads in ten
seconds — a clean typographic page, no pill grid and no scorecard. The interview guide
and rubric can follow as a second, internal-styled section on the same page. This is
additive: the docx files and the chat summary remain the deliverables.
Then remind the user:
Country from the ## Business context block and name that country in the reminder, so a non-US owner hears that the template's employment terms need replacing, not just reviewingClose with one line on what was produced — the packet for the role, by name. Then offer
the most relevant next step with its exact trigger phrase: "screen these applications"
(hiring-screener) once applicants arrive. Up to two more from the router's table, such
as "review this contract" (contract-review) or "run payroll" (payroll-prep). Three
offers at most, and never repeat one the user declined earlier in the session.
Load these when reaching the relevant phase — don't load all upfront.
| File | Load when |
|---|---|
reference/role-intake.md | Phase 1 — the full brief, and interview-stage defaults |
reference/job-post-structure.md | Phase 3 — before writing the job post |
reference/existing-document-merge.md | Phases 3, 4, 5 — whenever Phase 2 found a document |
reference/interview-guide-structure.md | Phase 4 — before writing the interview guide |
reference/offer-letter-template.md | Phase 5 — before writing the offer letter |
reference/docusign-routing.md | Phase 6 — the browser flow and its fallback |
reference/gotchas.md | Any phase — non-obvious edge cases |
reference/examples/worked-example.md | For the expected output shape |
The connectors named in this skill are the tested paths, not a wall. If the owner wants this flow to use a tool that isn't connected or listed, offer build-connector — it checks the connector directory first and connects through Zapier otherwise, never hand-building against a raw API. Once the connection exists, the tool joins this skill like any other optional connector, under the same approval gates.