career-ops

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

career-ops -- Router

career-ops -- 路由

Mode Routing

模式路由

Determine the mode from
$mode
:
InputMode
(empty / no args)
discovery
-- Show command menu
JD text or URL (no sub-command)
auto-pipeline
oferta
oferta
ofertas
ofertas
contacto
contacto
deep
deep
interview-prep
interview-prep
interview
interview
eu-swe
regional/eu-swe
pdf
pdf
latex
latex
training
training
project
project
tracker
tracker
pipeline
pipeline
apply
apply
scan
scan
batch
batch
patterns
patterns
followup
followup
update
update
cover
cover
Auto-pipeline detection: If
$mode
is not a known sub-command AND contains JD text (keywords: "responsibilities", "requirements", "qualifications", "about the role", "we're looking for", company name + role) or a URL to a JD, execute
auto-pipeline
.
If
$mode
is not a sub-command AND doesn't look like a JD, show discovery.

$mode
参数确定运行模式:
输入模式
(无输入/无参数)
discovery
——显示命令菜单
JD文本或URL(无子命令)
auto-pipeline
oferta
oferta
ofertas
ofertas
contacto
contacto
deep
deep
interview-prep
interview-prep
interview
interview
eu-swe
regional/eu-swe
pdf
pdf
latex
latex
training
training
project
project
tracker
tracker
pipeline
pipeline
apply
apply
scan
scan
batch
batch
patterns
patterns
followup
followup
update
update
cover
cover
自动流水线检测:如果
$mode
不是已知子命令,且包含JD文本(关键词:"responsibilities"、"requirements"、"qualifications"、"about the role"、"we're looking for"、公司名称+职位)或JD链接,则执行
auto-pipeline
如果
$mode
不是子命令且不符合JD特征,则进入discovery模式。

Discovery Mode (no arguments)

Discovery模式(无参数)

Show this menu:
career-ops -- Command Center

Available commands:
  /career-ops {JD}      → AUTO-PIPELINE: evaluate + report + PDF + tracker (paste text or URL)
  /career-ops pipeline  → Process pending URLs from inbox (data/pipeline.md)
  /career-ops oferta    → Evaluation only A-F (no auto PDF)
  /career-ops ofertas   → Compare and rank multiple offers
  /career-ops contacto  → LinkedIn power move: find contacts + draft message
  /career-ops deep      → Deep research prompt about company
  /career-ops interview-prep → Generate company-specific interview prep doc
  /career-ops interview    → Interactive profile/CV onboarding interview
  /career-ops eu-swe    → Calibrate a European SWE application before CV/apply/interview
  /career-ops pdf       → PDF only, ATS-optimized CV
  /career-ops latex     → Export CV as LaTeX/Overleaf .tex
  /career-ops cover     → Cover letter: standalone JD paste or /career-ops cover {slug}
  /career-ops training  → Evaluate course/cert against North Star
  /career-ops project   → Evaluate portfolio project idea
  /career-ops tracker   → Application status overview
  /career-ops apply     → Live application assistant (reads form + generates answers)
  /career-ops scan      → Scan portals and discover new offers
  /career-ops batch     → Batch processing with parallel workers
  /career-ops patterns  → Analyze rejection patterns and improve targeting
  /career-ops followup  → Follow-up cadence tracker: flag overdue, generate drafts
  /career-ops update    → Update career-ops system files with diff preview + compat check

Inbox: add URLs to data/pipeline.md → /career-ops pipeline
Or paste a JD directly to run the full pipeline.

显示以下菜单:
career-ops -- 指挥中心

可用命令:
  /career-ops {JD}      → 自动流水线:评估+报告+PDF生成+进度追踪(粘贴文本或链接)
  /career-ops pipeline  → 处理收件箱中待处理的URL(data/pipeline.md)
  /career-ops oferta    → 仅评估Offer等级(A-F,不自动生成PDF)
  /career-ops ofertas   → 对比并排序多个Offer
  /career-ops contacto  → LinkedIn进阶操作:查找联系人+生成消息草稿
  /career-ops deep      → 生成关于目标公司的深度调研提示词
  /career-ops interview-prep → 生成公司专属面试准备文档
  /career-ops interview    → 交互式简历/个人资料入职面试
  /career-ops eu-swe    → 在投递简历/申请/面试前校准欧洲SWE岗位申请材料
  /career-ops pdf       → 仅生成ATS优化版简历PDF
  /career-ops latex     → 将简历导出为LaTeX/Overleaf .tex格式
  /career-ops cover     → 求职信:直接粘贴JD或使用/career-ops cover {slug}
  /career-ops training  → 对照核心目标评估课程/证书价值
  /career-ops project   → 评估作品集项目创意
  /career-ops tracker   → 查看申请状态总览
  /career-ops apply     → 实时申请助手(读取表单+生成答案)
  /career-ops scan      → 扫描招聘门户并发现新职位
  /career-ops batch     → 并行批量处理任务
  /career-ops patterns  → 分析拒信规律并优化求职定位
  /career-ops followup  → 跟进节奏追踪:标记逾期任务+生成跟进草稿
  /career-ops update    → 更新career-ops系统文件,附带差异预览+兼容性检查

收件箱:将URL添加至data/pipeline.md → 执行/career-ops pipeline
或直接粘贴JD以运行完整流水线。

Context Loading by Mode

按模式加载上下文

After determining the mode, load the necessary files before executing:
确定模式后,在执行前加载必要文件:

Modes that require
_shared.md
+ their mode file:

需要
_shared.md
+对应模式文件的模式:

Read
modes/_shared.md
+
modes/{mode}.md
Applies to:
auto-pipeline
,
oferta
,
ofertas
,
pdf
,
contacto
,
apply
,
pipeline
,
scan
,
batch
读取
modes/_shared.md
+
modes/{mode}.md
适用模式:
auto-pipeline
,
oferta
,
ofertas
,
pdf
,
contacto
,
apply
,
pipeline
,
scan
,
batch

Standalone modes (only their mode file):

独立模式(仅加载对应模式文件):

Read
modes/{mode}.md
Applies to:
tracker
,
deep
,
interview-prep
,
interview
,
regional/eu-swe
,
latex
,
training
,
project
,
patterns
,
followup
,
cover
读取
modes/{mode}.md
适用模式:
tracker
,
deep
,
interview-prep
,
interview
,
regional/eu-swe
,
latex
,
training
,
project
,
patterns
,
followup
,
cover

Modes delegated to subagent:

委托给子Agent的模式:

For
scan
,
apply
(with Playwright), and
pipeline
(3+ URLs): launch as Agent with the content of
_shared.md
+
modes/{mode}.md
injected into the subagent prompt.
Agent(
  subagent_type="general-purpose",
  prompt="[content of modes/_shared.md]\n\n[content of modes/{mode}.md]\n\n[invocation-specific data]",
  description="career-ops {mode}"
)
Execute the instructions from the loaded mode file.
对于
scan
apply
(搭配Playwright)和
pipeline
(3个及以上URL):启动Agent,将
_shared.md
+
modes/{mode}.md
的内容注入子Agent提示词。
Agent(
  subagent_type="general-purpose",
  prompt="[content of modes/_shared.md]\n\n[content of modes/{mode}.md]\n\n[invocation-specific data]",
  description="career-ops {mode}"
)
执行已加载模式文件中的指令。