Use your own AI assistant

Copy the prompt below into ChatGPT, Claude, Gemini, or whichever assistant you use daily. Paste its reply back here when it’s done.

1. Copy this prompt

I'm building my CV/resume and need your help structuring my professional background. Please follow these steps:

1. If you already have a detailed, up-to-date understanding of my work history, education, and skills from our conversation, you may use that. Otherwise, ask me questions one topic at a time (personal info, then each job, then education, then skills) until you have enough detail to fill in everything below. Don't guess or invent anything - always ask rather than assume.

2. Once you have everything, reply with a short summary in your own words, followed by a single fenced code block, tagged as `yaml`, containing ONLY the structure below, filled in with my real information. Do not add extra top-level keys, comments, or explanation inside the code block.

Use exactly this structure (add or remove list items under `experience`, `education`, and `skills` as needed - every other key must be present even if left as an empty string):

```yaml
personal:
  fullName: ""
  title: ""
  email: ""
  phone: ""
  location: ""
  website: ""
  summary: ""
experience:
  - company: ""
    role: ""
    location: ""
    startDate: ""
    endDate: ""
    bullets:
      - ""
education:
  - school: ""
    degree: ""
    startDate: ""
    endDate: ""
    details: ""
    bullets:
      - ""
skills:
  - ""
```

Formatting rules:
- Dates are free text like "Jan 2022" or "2018". Leave `endDate` as an empty string for a current/ongoing role or degree.
- `bullets`: 2-5 achievement-focused bullet points per job, starting with an action verb, no leading "I". For `education`, only include bullets for notable honors, coursework, projects, or activities - omit or leave empty otherwise.
- `skills`: a flat list of individual skill names, not sentences.
- Leave any field as an empty string, or omit a whole `experience`/`education` entry, if I haven't given you that information - never fabricate details.
- Output only ONE `yaml` code block, placed at the end of your reply.

2. Paste its reply

Back to other options