career-ops
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesecareer-ops -- Router
career-ops -- 路由
Mode Routing
模式路由
Determine the mode from :
$mode| Input | Mode |
|---|---|
| (empty / no args) | |
| JD text or URL (no sub-command) | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Auto-pipeline detection: If 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 .
$modeauto-pipelineIf is not a sub-command AND doesn't look like a JD, show discovery.
$mode从参数确定运行模式:
$mode| 输入 | 模式 |
|---|---|
| (无输入/无参数) | |
| JD文本或URL(无子命令) | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
自动流水线检测:如果不是已知子命令,且包含JD文本(关键词:"responsibilities"、"requirements"、"qualifications"、"about the role"、"we're looking for"、公司名称+职位)或JD链接,则执行。
$modeauto-pipeline如果不是子命令且不符合JD特征,则进入discovery模式。
$modeDiscovery 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需要_shared.md
+对应模式文件的模式:
_shared.mdRead +
modes/_shared.mdmodes/{mode}.mdApplies to: , , , , , , , ,
auto-pipelineofertaofertaspdfcontactoapplypipelinescanbatch读取 +
modes/_shared.mdmodes/{mode}.md适用模式:, , , , , , , ,
auto-pipelineofertaofertaspdfcontactoapplypipelinescanbatchStandalone modes (only their mode file):
独立模式(仅加载对应模式文件):
Read
modes/{mode}.mdApplies to: , , , , , , , , , ,
trackerdeepinterview-prepinterviewregional/eu-swelatextrainingprojectpatternsfollowupcover读取
modes/{mode}.md适用模式:, , , , , , , , , ,
trackerdeepinterview-prepinterviewregional/eu-swelatextrainingprojectpatternsfollowupcoverModes delegated to subagent:
委托给子Agent的模式:
For , (with Playwright), and (3+ URLs): launch as Agent with the content of + injected into the subagent prompt.
scanapplypipeline_shared.mdmodes/{mode}.mdAgent(
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.
对于、(搭配Playwright)和(3个及以上URL):启动Agent,将 + 的内容注入子Agent提示词。
scanapplypipeline_shared.mdmodes/{mode}.mdAgent(
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}"
)执行已加载模式文件中的指令。