A public, human-in-the-loop career operations system.
This repo shows how I use AI to support job-search operations without handing over final judgment or authorship. The focus is on reusable workflow, checklists, templates, and public-safe examples.
This public repo was derived from a larger private workspace with the help of an AI agent. I used that agent to help prune private material, replace canonical working files with public-safe templates/examples, and reshape the repo into this export surface.
I manually screened the exported files for private-info leaks, but I have not carefully line-by-line reviewed every document for polish or completeness.
- agent skills for distillation, form support, consolidation, calendar entry, and Markdown maintenance
- public-safe substitutes for canonical working files such as SST, QA cache, story packs, and resume skeletons
- examples showing how the documents relate to each other
- release rules for maintaining this public export from an upstream private staging workspace
The local skills in .agents/skills/ are workflow wrappers, not a turnkey job
search product.
They assume:
- you will provide your own private source materials and candidate facts
- you will adapt the templates to your own process and constraints
- some workflows depend on separately installed external skills or tools such as
playwright-cliandgws - some workflows also expect you to maintain private companion surfaces outside the public export, such as upstream raw notes, source documents, company artifacts, or transient browser scratch space
The public export intentionally omits:
- real company-specific application history
- raw evidence documents and source materials
- visa or immigration notes
- browser artifacts, session data, and tokens
- personal identifiers and contact details unless intentionally made public
docs/PUBLIC_SCOPE.mddocs/ETHICS_AND_AI_USE.mddocs/SYSTEM_MAP.mddocs/EXPORT_PATHS.mddocs/RELEASE_CHECKLIST.md
.agents/skills/— reusable agent workflowssst/— shared-fact template surfaceadmin/— form-facing cache template surfacestories/— interview-story templatesresumes/— resume skeletons and notescompanies/_template/— company dossier templateexamples/— fictionalized end-to-end examplesscripts/— checklists and small workflow helpersdocs/— policy, ethics, system map, and release process
- Capture raw notes and evidence in a private workspace.
- Distill reusable shared facts into SST.
- Adapt those facts into form-facing wording and story packs.
- Use company dossiers and checklists to prepare applications.
- Export only the allowlisted public-safe subset.
pnpm run format:md:file -- path/to/file.mdpnpm run format:mdpnpm run format:md:checkpnpm run lint:mdpnpm run lint:mermaidpnpm run lint