Will Musto - Case Study

Resume Ops Rebuild: From Templates to Scalable Output

How we automated resume output, cut prep time by 80%, and scaled without hiring admin staff


⏱ Estimated reading time: 3.5 minutes

Overview

One of the first choke points we ran into as our team and activity volume grew was resume formatting. Our Microsoft Word-based process broke constantly and cost the team countless hours per week. With no version control, templates drifted and files were regularly overwritten or lost.


I led the design and rollout of Pluto Resume, a custom tool that eliminated formatting from the workflow and standardized every output. The product saved each recruiter 8–10 hours per week, enforced brand consistency, and gave us the opportunity to scale without adding admin staff.


From Pain to Product

I kicked off the project after sitting through my third consecutive Friday morning training on how to format resumes. As a newer hire, I was frustrated. We weren’t learning how to close more deals; we were stuck in Formatting 101. Recruiters were wasting time on cleanup that had nothing to do with candidate quality, and everyone knew it.


I started by building a prototype in Google Forms, just to prove we could standardize inputs and lock format. It wasn’t flexible enough for real-world use, but it was enough to get buy-in for a $300 MVP. From there, I spec’d the functional requirements, designed the interface, and acted as product owner while working with a third-party developer.


Several weeks later, we shipped the full product for just $3.2K off a $10K budget. I led training and rollout, sunset the old Word template, and positioned Pluto Resume as the single source of truth for every outgoing resume.


Implementation

We built a custom internal web app backed by a full database that acted as both a structured resume builder and the system of record for all candidate delivery. Drag-and-drop section controls let recruiters customize resume order without touching layout or formatting. Instead of free-text editing, we structured each resume section with defined input fields to ensure clean data and consistent output.


The app used jsPDF to generate standardized PDFs in-browser, then pushed them to Google Drive via API with consistent file names and folder structure. Layout and styling were hard-coded, so every resume followed the same standard. I used to describe it as our version of a product label: Coca-Cola has bottle design, we had resume design.


Once Pluto was live, we pulled the old Word template from shared drives to prevent drift and lock in the new system.


Outcomes

The tool eliminated a time sink and redefined how resumes were produced.


  • Saved each recruiter 8–10 hours per week that had been spent formatting and reviewing resumes
  • Increased candidate throughput per recruiter by 20–30%, with resume prep time dropping from 75+ minutes to under 15
  • Eliminated formatting drift across all resume output; structure, branding, and naming were enforced system-wide
  • Supported team growth from 6 to 15 without adding admin support
  • Turned internal tooling into a policy enforcer by making Pluto the sole source of resume output

Reflection

Pluto Resume proved that well-designed internal tooling can create growth without adding headcount. Systemizing a piece of the process that the team was fighting every day contributed massively to our 6x revenue multiplication in a 4-year span.


It also clarified something I’ve kept in mind ever since: good internal tools don’t need to be flashy. If the UX respects how people actually work, adoption becomes automatic and manual work becomes obsolete.


Key Takeaways

  • Replaced fragile Word templates with a custom web app backed by a structured database
  • Used drag-and-drop controls and form-based inputs to enforce layout standards without slowing recruiters down
  • Integrated jsPDF and Google Drive API for automated output, file naming, and delivery
  • Eliminated formatting drift and standardized branding across all resume output
  • Supported 6→15 team scale without additional admin support; saved each recruiter 8–10 hours/week

#UXDesign #ScaleEnablement #InternalTooling