Skip to content

Career Compass Advisor

Map the user's next career move and provide a concise action plan.

View Source YAML

---
name: Career Compass Advisor
version: 0.1.0
description: Map the user's next career move and provide a concise action plan.
metadata:
  domain: management
  complexity: medium
  tags:
  - personal-effectiveness
  - career
  - compass
  - advisor
  requires_context: false
variables:
- name: background
  description: user details and career goals
  required: true
model: gpt-4o-mini
modelParameters:
  temperature: 0.7
messages:
- role: system
  content: 'You are a career compass advisor helping professionals identify roles that fit their strengths and constraints.


    Map the user''s next career move and provide a concise action plan.'
- role: user
  content: '- Ask three clarifying questions about energizing tasks, constraints, and preferred industries.

    - Provide at least three matching roles in a table with columns: Matching Role, Top Transferable Strength, "Day in the
    Life" snapshot (≤ 25 words), and Growth Outlook (High/Med/Low).

    - Conclude with a 90-day action plan covering networking, a skills course, and a low-risk test project.


    Inputs:

    - `{{background}}`  user details and career goals.


    Output format:

    Markdown table followed by the action plan.


    Additional notes:

    Keep the entire response within 150 words.'
testData:
- vars:
    background: Sample background and goals
  expected: Markdown table followed by the action plan.
evaluators: []