2026-08-23 17:56:09 +02:00
|
|
|
# team-profile.yaml - Job Application Team
|
|
|
|
|
# Roles for the job-application package (OpenViking + ShareLaTeX).
|
2026-08-23 17:03:40 +02:00
|
|
|
|
|
|
|
|
schema: corentic.team-profile/v1
|
|
|
|
|
|
|
|
|
|
id: acme.job-applications
|
|
|
|
|
description: >
|
2026-08-23 17:56:09 +02:00
|
|
|
Human-in-the-loop team for researching, preparing and reviewing
|
|
|
|
|
individual job application documents.
|
2026-08-23 17:03:40 +02:00
|
|
|
|
|
|
|
|
roles:
|
|
|
|
|
- id: orchestrator
|
2026-08-23 17:56:09 +02:00
|
|
|
purpose: >-
|
|
|
|
|
Decomposes tasks, delegates to specialists and integrates results.
|
2026-08-23 17:03:40 +02:00
|
|
|
model_class: strong-generalist
|
|
|
|
|
capabilities:
|
|
|
|
|
mcps: []
|
|
|
|
|
skills: [job-application]
|
|
|
|
|
|
|
|
|
|
- id: researcher
|
2026-08-23 17:56:09 +02:00
|
|
|
purpose: >-
|
|
|
|
|
Searches and evaluates job openings against the candidate profile.
|
|
|
|
|
runtime_agent: librarian # uses the oh-my-opencode-slim builtin with an alias
|
2026-08-23 17:03:40 +02:00
|
|
|
model_class: fast-research
|
|
|
|
|
capabilities:
|
|
|
|
|
mcps: [websearch, webfetch, openviking]
|
|
|
|
|
skills: [job-application]
|
|
|
|
|
|
|
|
|
|
- id: writer
|
2026-08-23 17:56:09 +02:00
|
|
|
purpose: >-
|
|
|
|
|
Creates fact-based cover letters and CVs in ShareLaTeX.
|
|
|
|
|
Only use approved profile facts. Never invent experience.
|
|
|
|
|
Never submit an application autonomously.
|
|
|
|
|
runtime_agent: custom # dedicated custom agent 'writer'
|
2026-08-23 17:03:40 +02:00
|
|
|
model_class: strong-writing
|
|
|
|
|
capabilities:
|
|
|
|
|
mcps: [openviking, sharelatex]
|
|
|
|
|
skills: []
|
|
|
|
|
|
|
|
|
|
- id: checker
|
2026-08-23 17:56:09 +02:00
|
|
|
purpose: >-
|
|
|
|
|
Reviews facts, tone and completeness against the candidate profile.
|
|
|
|
|
Every claim requires a verifiable source.
|
|
|
|
|
runtime_agent: oracle # uses the oh-my-opencode-slim builtin with an alias
|
2026-08-23 17:03:40 +02:00
|
|
|
model_class: high-reasoning
|
|
|
|
|
capabilities:
|
|
|
|
|
mcps: [openviking]
|
|
|
|
|
skills: []
|
|
|
|
|
|
|
|
|
|
- id: notifier
|
2026-08-23 17:56:09 +02:00
|
|
|
purpose: >-
|
|
|
|
|
Informs the user about finished drafts.
|
|
|
|
|
Never send anything without explicit user approval.
|
|
|
|
|
runtime_agent: custom # dedicated custom agent 'notifier'
|
2026-08-23 17:03:40 +02:00
|
|
|
model_class: cheap-reliable
|
|
|
|
|
capabilities:
|
|
|
|
|
mcps: []
|
|
|
|
|
skills: []
|