build_resume
Assemble a tailored one-page resume from verified experience fragments and run static quality gates to ensure completeness and accuracy.
Instructions
Build a tailored one-page resume from verified fragments and run the static gates.
Args: name: output file stem (becomes ".html" in the resumes dir). tagline: the header tagline (mid-level; no over-level words). summary: the summary paragraph. experience: list of [role_key, [bullet, ...]] where role_key is one of bnb / twinspires / upwork / humana / tesla / dojo / lifespring, and each bullet is a fragment NAME (e.g. "BNB_AI") or text tracing to CLAIMS_BANK. projects: list of project fragment names (e.g. "P_CASEK") or verified HTML. skills: list of [label, text] rows for the Skills block.
Returns the resume with lint_ok / verify_ok and any findings. The 1-page render gate runs separately via render_resume (it needs Chrome).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| skills | Yes | ||
| summary | Yes | ||
| tagline | Yes | ||
| projects | Yes | ||
| experience | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||