resume_bullet_writer
Status: Orphan (feature ships via a different path).
What it does
Nothing, under this key — no route or wrapper ever calls
loadPrompt('resume_bullet_writer'). The product does ship a similarly-named feature,
"Enhance Bullets" (POST /ai/enhance-bullets), but it uses a fully separate, hardcoded
inline prompt (apps/api/src/routes/ai.ts:704-721) that never references this key. They are
architecturally unrelated despite the similar purpose — editing this key's Storage-hosted body
has zero effect on "Enhance Bullets."
Why it exists
docs/marketing/resume-builder/02-ai-tools.md documents "Enhance Bullets," the shipped feature
— not this key, which has no rationale doc of its own.
How to use it
This key: you can't, it's unreachable. The shipped feature it resembles: the "Enhance Bullets"
action in the resume editor, or MCP tool enhance-resume-bullets (scope ai:generate).
What it reads
Nothing under this key. The shipped "Enhance Bullets" feature reads a caller-supplied bullet
array plus positionTitle/company/free-text instructions — no resume or library access either
way.
What it will not do
This key does not power "Enhance Bullets," despite the name. Do not assume editing one affects the other.
Source
No consumer found for this key (repo-wide grep). Shipped equivalent:
apps/api/src/routes/ai.ts:704-721 (inline prompt) ·
packages/mcp-tool-server/src/core/tools/ai-standalone.ts:16-29 (enhance-resume-bullets)