The career context layer for AI agents

Your career, in context. Ready for any agent.

VitaeContext turns scattered career material into a private, portable source of truth. Agents get the facts, evidence, goals, and boundaries they need before they power a career workflow.

  • Private Markdown
  • Evidence-bounded
  • Provider-agnostic

ONE SOURCE OF TRUTH

CVProjectsProfilesNotes
career-context.mdPRIVATE

01# Career Context

02## Direction

03## Evidence-backed facts

04## Selected experience

05## Claims to avoid

Maintained once · retrieved as needed
WORKFLOWCV builder
AGENTApplication assistant
SYSTEMCareer tooling

VitaeContext supplies context. Downstream systems do the task.

The missing layer

AI cannot ground work in context it does not have.

Every new chat starts cold. Career facts are scattered across files, profiles, repositories, and memory. Goals change. Evidence gets detached from claims. The same explanation gets rebuilt for every tool.

VitaeContext creates the stable layer between a person’s career history and the systems that act on it. Build it once, maintain it over time, and retrieve only what the current task needs.

A clean boundary

Context in. Grounded work out.

VitaeContext owns the context layer, not the workflow above it. That keeps the source of truth reusable across tools, agents, and providers.

  1. 01SUPPLIED MATERIAL

    Gather

    CVs, project notes, public links, profile exports, goals, and constraints.

  2. 02VITAECONTEXT

    Structure

    Build a compact Career Context file with explicit evidence and claim boundaries.

  3. 03CONTROLLED ACCESS

    Retrieve

    Give an agent a bounded summary, or expose selected context through the stateless MCP server.

  4. 04DOWNSTREAM

    Use

    Let another agent or system perform the career task from a grounded starting point.

Inspectable by design

One readable file. Clear factual boundaries.

Career Context is Markdown, not a hidden profile. People and agents can inspect the same artifact, keep it current, and distinguish supplied facts from goals, preferences, and unsupported claims.

  • FactsRoles, projects, education, skills, and dates from supplied material.
  • EvidenceLinks and provenance that show where important claims came from.
  • DirectionCurrent goals and positioning, recorded as intent rather than history.
  • BoundariesClaims to avoid, gaps to resolve, and details that still need evidence.
career-context.mdMARKDOWN · LOCAL
# Career Context

## Quick reference
current_focus: developer tooling
target_roles: [platform engineer]

## Evidence-backed facts
- Built an open-source CLI…
  evidence: github.com/…

## Claims to avoid
- Do not imply production scale
- Do not infer team leadership
Human-readable Agent-ready

The right depth

Start compact. Go deeper only when needed.

A fast handoff and a detailed record serve different jobs. VitaeContext keeps them connected without forcing every task to load an entire career history.

01 / CORE

Career Context

The compact, repeated source of truth for everyday agent work.

  • Identity and direction
  • Selected facts and proof
  • Constraints and claims to avoid
  • Fast bounded retrieval
See the file shape

02 / OPTIONAL DEPTH

VitaeGraph

Structured Markdown records for richer projects, roles, education, and relationships.

  • Focused career records
  • Explicit links and hierarchy
  • Validated IDs and references
  • Rebuildable local indexes
Explore VitaeGraph

Portable access

Use the context without locking it to one system.

Your Career Context stays useful even when tools change. Share a task-sized summary or let compatible agents query selected local context through MCP.

Read the MCP guide
01

Bounded summary

Export only the part of the context needed for the current task.

02

Stateless MCP

Expose selected local files to compatible agents without copying them into every workspace.

03

Direct file

Use ordinary Markdown wherever a workflow can accept explicit context.

Deliberately upstream

One layer. Many possible workflows.

VitaeContext does not try to be every career tool. It gives those tools a cleaner, more consistent starting point.

CV generationApplication tailoringProfile writingInterview preparationPortfolio systemsCareer agents

These are downstream examples, not bundled platform modules.

Get started

Build the layer before the workflow.

Install VitaeContext, initialize a private file, then use the Context Builder with career material you choose to share.

terminal
# install for your agent environment
npx vitaecontext install --provider codex

# create a private Career Context file
npx vitaecontext context init \
  --output ~/.vitaecontext/career-context.md

# check the structure
npx vitaecontext context validate \
  ~/.vitaecontext/career-context.md