How the Resume Bullet Rewriter Restructures a Bullet (Rules, Not an LLM)
The Resume Bullet Rewriter is a rule-based text restructurer that runs entirely in the browser with no AI, LLM, server or network call. It takes the user’s own bullet text and applies three transparent moves built on the shared resumeEngine word lists and detectors. First, it diagnoses problems — a weak or passive opener (matched against a curated list including “responsible for”, “duties included”, “worked on”, “helped with”), a missing metric (no number, %, $ or quantity word), first-person pronouns, a vague verb (“did”, “made”, “handled”), and over-long bullets. Second, it strips the weak opener, pronouns and filler, then re-opens the line with a fitting strong action verb chosen by a simple intent heuristic that maps keywords in the bullet to a verb from the shared ACTION_VERBS list (lead/manage → Led, build/develop → Built, increase/grow → Increased, reduce/cut → Reduced, launch/ship → Launched, and so on). Third, it reshapes the cleaned clause into Google’s X-Y-Z formula or the tighter PAR structure. Because it cannot understand the work or know the real figures, it inserts obvious [bracketed placeholders] wherever a metric belongs rather than inventing one.
- Rule-based restructuring built on the shared resumeEngine helpers — no AI, LLM, server or upload
- Diagnoses: weak/passive opener, no metric, first person, vague verb, too long
- Swaps the opener for a strong action verb chosen from ACTION_VERBS by an intent heuristic
- Reshapes the text into Google’s X-Y-Z formula or the PAR (Problem-Action-Result) structure
- Inserts [bracketed placeholders] for metrics instead of fabricating numbers
