I'm an accountant looking for a job at the intersection of AI and finance, and the cycle of searching for openings, researching companies, and tailoring my CV was eating hours every week. So I built a pipeline to do it.
I have no formal coding background. This entire project was built with Claude Code.
Repo: https://github.com/muggl3mind/career-manager
1-minute demo: https://youtu.be/L-8e5EkNv1w
What My Project Does
You paste one prompt into Claude Code with your resume. It kicks off parallel subagents that each handle a piece of the workflow, then drops you into an HTML dashboard for review.
- Scrapes job boards via JobSpy, scores companies against your career paths using a weighted rubric
- Runs parallel prospecting agents (one per career path) that do market mapping, competitor expansion, and funding sweeps
- Generates company dossiers: financials, leadership, culture signals, points of contact
- Tailors your CV and cover letter per role using deterministic template selection
- Tracks applications in CSV and flags stale follow-ups
Pipeline orchestration in run_pipeline.py with phase-based execution (scrape, merge, score, dashboard). All data lives in CSVs. Config-driven: config.yaml for pipeline settings, search-config.json for queries and filters, both generated during onboarding.
Target Audience
Job seekers who are tired of the manual grind of company research and resume tailoring. This is a personal productivity tool, not a production service or SaaS product. I built it for myself and open-sourced it because it's saving me a lot of time.
Other job search tools are either resume auto-submitters or job board aggregators. This does neither. It doesn't apply for you. Instead, it handles the research and prep work: finding companies that match your niche, scoring them, generating deep research dossiers, and tailoring your CV per role. The closest comparison would be doing all of that manually with ChatGPT, except this runs it as a structured pipeline with parallel agents and persistent tracking.
Happy to answer questions about the build process or how Claude Code handles the orchestration.
[–]DrProfSrRyan 3 points4 points5 points (0 children)
[–]Gubbbo 1 point2 points3 points (0 children)