Structured workspace for orchestrating Claude sub-agents during a job search. See CLAUDE.md for the full playbook.
user-context/— Source docs about the user (resume, goals, voice notes)inputs/prompt-queue/—to-run/for queued prompts,run/for in-flight/recentinputs/data/— Drop raw files (job descriptions, PDFs, CSVs)data/processes.json— Application pipeline databaseoutputs/— Generated artifactsanalysis/(+company-reports/,interview-prep/)cover-letters/resume-versions/career-planning/cpd/personal-branding/
agents/and.claude/agents/— Paired agent instruction filespopulate-gitkeep.sh— Re-seeds.gitkeepinto empty dirs
Use if your client supports them; otherwise perform the equivalent file writes:
/agent <name> "<objective>"→ call a sub-agent/queue "<prompt title>"→ create a prompt ininputs/prompt-queue/to-run//context "<note title>"→ add a stub note inuser-context//resume-tailor "<company/role>"→ save a tailored resume tooutputs/resume-versions//cover-letter "<company/role>"→ save a draft tooutputs/cover-letters/
To view an index of my Claude Code related projects, click here.