Skip to content

Commit fe431f2

Browse files
committed
Document multi-track career hub workflow
1 parent b812f73 commit fe431f2

28 files changed

Lines changed: 265 additions & 144 deletions

.github/assets/hero-career-hub.png

1.66 MB
Loading

README.ja.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[![Powered by Meridian](https://img.shields.io/badge/Powered%20by-Meridian-8b5cf6?style=flat-square)](https://github.com/lordmos/meridian)
1616

1717
<div align="center">
18-
<img src=".github/assets/hero.svg" alt="Resume Intelligence Hub" width="120" />
18+
<img src=".github/assets/hero-career-hub.png" alt="Resume Intelligence Hub" width="720" />
1919
</div>
2020

2121
# resume-intelligence-hub-site
@@ -36,22 +36,23 @@ npx skills add Zenine/resume-intelligence-hub -g -y
3636

3737
> **キャリアリポジトリを作って**
3838
39-
AI が 7 つの質問に答えてもらい、プライベートなキャリアハブを構築します。あなたがやること:① 質問に答える → ② 生成されたハブを確認 → ③ 使い始める。
39+
AI が 8 つの質問に答えてもらい、プライベートなキャリアハブを構築します。あなたがやること:① 質問に答える → ② 生成されたハブを確認 → ③ 使い始める。
4040

4141
**中断後の再開** → AI に伝える:`続きを教えて`
4242

4343
## 主な機能
4444

4545
- **信頼できる唯一の情報源**`profiles/` が権威ある情報源。生成された履歴書はすべて派生物
4646
- **キャリアコンパス** — 1〜2 レベル上のストレッチターゲットを `AGENTS.md` に固定し、四半期ごとにギャップ分析
47-
- **デュアルトラック対応**求人応募と研究費申請を完全分離。初期設定で研究トラックを有効化可能
47+
- **マルチトラック対応**求人応募、研究費申請、資格・昇進書類を分けて管理
4848
- **提出前検証** — 重要な主張を応募前に公開情報源でクロスチェック
49+
- **帰属境界** — 個人の責任、チーム成果、会社指標、見積、パイプライン、予測、確定売上を区別
4950
- **クロス IDE 対応** — AGENTS.md 経由で Claude Code・Cursor・Codex・Cline・Windsurf・GitHub Copilot に対応
5051
- **実績あるフレームワーク** — Google XYZ、STAR、BEI、Heilmeier Catechism、ストレッチターゲット、三角検証
5152

5253
## 他の履歴書スキルとの違い
5354

54-
ほとんどの履歴書スキルは一度きりのジェネレーターです。このスキルは**持続的なプライベートリポジトリ**を構築し、数ヶ月にわたる就職活動・面接・研究費申請を通じて反復改善できます
55+
ほとんどの履歴書スキルは一度きりのジェネレーターです。このスキルは**持続的なプライベートリポジトリ**を構築し、数ヶ月にわたる就職活動・面接・研究費申請・資格/昇進書類を通じて反復改善できます
5556

5657
## ディレクトリ構造
5758

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Powered by Meridian](https://img.shields.io/badge/Powered%20by-Meridian-8b5cf6?style=flat-square)](https://github.com/lordmos/meridian)
99

1010
<div align="center">
11-
<img src=".github/assets/hero.svg" alt="Resume Intelligence Hub" width="120" />
11+
<img src=".github/assets/hero-career-hub.png" alt="Resume Intelligence Hub" width="720" />
1212
</div>
1313

1414
# resume-intelligence-hub-site
@@ -29,22 +29,23 @@ npx skills add Zenine/resume-intelligence-hub -g -y
2929

3030
> **build my career repo**
3131
32-
The agent walks you through a 7-question interview and scaffolds your private career hub. You only need to: ① answer the interview → ② review the generated hub → ③ start using it.
32+
The agent walks you through an 8-question interview and scaffolds your private career hub. You only need to: ① answer the interview → ② review the generated hub → ③ start using it.
3333

3434
**Resume after interruption** → tell the agent: `continue filling my hub`
3535

3636
## Features
3737

3838
- **Single source of truth**`profiles/` is the authoritative data layer; generated resumes are derivatives, never hand-edited
3939
- **Career compass** — name your stretch target 1–2 levels up, lock it in `AGENTS.md`, diff the four-gap frame each quarter
40-
- **Dual-track support** — job applications and research/grant proposals separated by design; toggle the research track at bootstrap
40+
- **Multi-track support** — job applications, research/grant proposals, and credential or promotion dossiers stay separated by design
4141
- **Pre-submission verification** — public-source cross-check on every load-bearing claim before high-stakes submissions
42+
- **Attribution boundaries** — separates personal ownership, team outcomes, company metrics, quotes, pipeline, forecasts, and realized revenue
4243
- **Cross-IDE via AGENTS.md** — works with Claude Code, Cursor, Codex, Cline, Windsurf, GitHub Copilot
4344
- **Backed by proven frameworks** — Google XYZ, STAR, BEI, Heilmeier Catechism, stretch-target heuristic, triangulation
4445

4546
## How it differs from other resume skills
4647

47-
Most resume skills are one-shot generators — paste a JD, get a resume. This one bootstraps a **persistent private repo** you iterate on across months of job search, interviews, and grant applications. The agent reads the repo each session and is biased by your positioning lock.
48+
Most resume skills are one-shot generators — paste a JD, get a resume. This one bootstraps a **persistent private repo** you iterate on across months of job search, interviews, grant applications, and credential or promotion dossiers. The agent reads the repo each session and is biased by your positioning lock.
4849

4950
## Structure
5051

README.zh-TW.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[![Powered by Meridian](https://img.shields.io/badge/Powered%20by-Meridian-8b5cf6?style=flat-square)](https://github.com/lordmos/meridian)
1616

1717
<div align="center">
18-
<img src=".github/assets/hero.svg" alt="Resume Intelligence Hub" width="120" />
18+
<img src=".github/assets/hero-career-hub.png" alt="Resume Intelligence Hub" width="720" />
1919
</div>
2020

2121
# resume-intelligence-hub-site
@@ -36,22 +36,23 @@ npx skills add Zenine/resume-intelligence-hub -g -y
3636

3737
> **幫我建職涯庫**
3838
39-
AI 會問你 7 個問題,然後搭好你的私有職涯 hub。你只需要:① 回答問卷 → ② 審閱生成的 hub → ③ 開始使用。
39+
AI 會問你 8 個問題,然後搭好你的私有職涯 hub。你只需要:① 回答問卷 → ② 審閱生成的 hub → ③ 開始使用。
4040

4141
**中斷後恢復** → 告訴 AI:`繼續完善我的檔案`
4242

4343
## 核心功能
4444

4545
- **單一事實來源**`profiles/` 是權威資料層;生成的履歷都是衍生物,從不手動編輯
4646
- **職涯指南針** — 把高 1-2 級的挑戰目標鎖在 `AGENTS.md` 頂部,每季盤一次四維度差距
47-
- **雙軌分離**求職投遞和課題申報資料來源徹底分開;初始化時可選是否開啟科研軌
47+
- **多軌分離**求職投遞、課題申報、職稱/資質/晉升材料分開管理,避免材料口徑互相污染
4848
- **投遞前查核** — 高風險投遞前對每一條承重聲明做公開資料三角驗證
49+
- **歸因邊界** — 區分個人直接負責、團隊成果、公司指標、報價、儲備商機、預測與已確認營收
4950
- **跨 IDE 通用** — 透過 AGENTS.md 支援 Claude Code、Cursor、Codex、Cline、Windsurf、GitHub Copilot
5051
- **有方法論支撐** — Google XYZ 公式、STAR、BEI、Heilmeier 九問、挑戰目標啟發式、三角驗證
5152

5253
## 和其他履歷 skill 的不同
5354

54-
大多數履歷 skill 是一次性生成器——貼 JD 出履歷。這個 skill 搭建的是一個**持久化的私有儲存庫**,讓你在數個月的求職、面試、課題申報過程中持續迭代
55+
大多數履歷 skill 是一次性生成器——貼 JD 出履歷。這個 skill 搭建的是一個**持久化的私有儲存庫**,讓你在數個月的求職、面試、課題申報、職稱/資質/晉升申報過程中持續迭代
5556

5657
## 目錄結構
5758

README.zh.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[![Powered by Meridian](https://img.shields.io/badge/Powered%20by-Meridian-8b5cf6?style=flat-square)](https://github.com/lordmos/meridian)
1616

1717
<div align="center">
18-
<img src=".github/assets/hero.svg" alt="Resume Intelligence Hub" width="120" />
18+
<img src=".github/assets/hero-career-hub.png" alt="Resume Intelligence Hub" width="720" />
1919
</div>
2020

2121
# resume-intelligence-hub-site
@@ -36,22 +36,23 @@ npx skills add Zenine/resume-intelligence-hub -g -y
3636

3737
> **帮我搭个简历库**
3838
39-
AI 会问你 7 个问题,然后搭好你的私有职业 hub。你只需要:① 回答问卷 → ② 审阅生成的 hub → ③ 开始使用。
39+
AI 会问你 8 个问题,然后搭好你的私有职业 hub。你只需要:① 回答问卷 → ② 审阅生成的 hub → ③ 开始使用。
4040

4141
**中断后恢复** → 告诉 AI:`继续完善档案`
4242

4343
## 核心功能
4444

4545
- **单一事实来源**`profiles/` 是权威数据层;生成的简历都是衍生物,从不手动编辑
4646
- **职业指南针** — 把高 1-2 级的目标锁在 `AGENTS.md` 顶部,每季度盘一次四维度差距
47-
- **双轨分离**求职投递和课题申报数据源彻底分开;初始化时可选是否开启科研线
47+
- **多轨分离**求职投递、课题申报、职称/资质/晋升材料分开管理,避免材料口径互相污染
4848
- **投递前核查** — 高风险投递前对每一条承重声明做公开资料三角验证
49+
- **归因边界** — 区分个人直接负责、团队成果、公司指标、报价、储备商机、预测与已确认营收
4950
- **跨 IDE 通用** — 通过 AGENTS.md 支持 Claude Code、Cursor、Codex、Cline、Windsurf、GitHub Copilot
5051
- **有方法论支撑** — Google XYZ 公式、STAR、BEI、Heilmeier 九问、拉伸目标启发式、三角验证
5152

5253
## 和其他简历 skill 的不同
5354

54-
大多数简历 skill 是一次性生成器——贴 JD 出简历。这个 skill 搭建的是一个**持久化的私有仓库**,让你在数月的求职、面试、课题申报过程中持续迭代。AI 每次对话都会读取仓库,并根据你的定位锁偏置输出。
55+
大多数简历 skill 是一次性生成器——贴 JD 出简历。这个 skill 搭建的是一个**持久化的私有仓库**,让你在数月的求职、面试、课题申报、职称/资质/晋升申报过程中持续迭代。AI 每次对话都会读取仓库,并根据你的定位锁偏置输出。
5556

5657
## 目录结构
5758

docs/.vitepress/config.mts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default defineConfig({
3434
'@type': 'SoftwareApplication',
3535
name: 'Resume Intelligence Hub',
3636
description:
37-
'An AI-agent skill that bootstraps a personal career intelligence hub — a private Git repo that is both a single source of truth (resumes, interview prep, grant applications, pre-submission verification) and a career compass (stretch target, capability gap, quarterly plan).',
37+
'An AI-agent skill that bootstraps a personal career intelligence hub — a private Git repo that is both a single source of truth (resumes, interview prep, grant applications, credential dossiers, pre-submission verification) and a career compass (stretch target, capability gap, quarterly plan).',
3838
applicationCategory: 'DeveloperApplication',
3939
operatingSystem: 'Cross-platform',
4040
url: 'https://zenine.github.io/resume-intelligence-hub-site/',
@@ -58,6 +58,8 @@ export default defineConfig({
5858
'interview prep',
5959
'JD-tailored resume',
6060
'grant application',
61+
'credential dossier',
62+
'promotion dossier',
6163
'AI agent skill',
6264
'Claude Code',
6365
'Cursor',
@@ -117,7 +119,7 @@ export default defineConfig({
117119
root: {
118120
label: 'English',
119121
lang: 'en-US',
120-
description: 'An AI-agent skill to bootstrap a personal career intelligence hub — resumes, interview prep, grant applications, and pre-submission verification. Cross-IDE via AGENTS.md.',
122+
description: 'An AI-agent skill to bootstrap a personal career intelligence hub — resumes, interview prep, grant applications, credential dossiers, and pre-submission verification. Cross-IDE via AGENTS.md.',
121123
themeConfig: {
122124
nav: [
123125
{ text: 'Quick Start', link: '/quick-start' },

docs/faq.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ Frequently asked questions about resume-intelligence-hub.
99

1010
### What is resume-intelligence-hub?
1111

12-
resume-intelligence-hub is an AI agent skill that bootstraps a personal career intelligence hub — a private Git repository that serves as a single source of truth for your resumes, interview preparation, grant applications, and pre-submission verification, while also acting as a career compass. It names your stretch target, diffs the gap between your current position and that target, and helps you ship a quarterly SMART plan.
12+
resume-intelligence-hub is an AI agent skill that bootstraps a personal career intelligence hub — a private Git repository that serves as a single source of truth for your resumes, interview preparation, grant applications, credential or promotion dossiers, and pre-submission verification, while also acting as a career compass. It names your stretch target, diffs the gap between your current position and that target, and helps you ship a quarterly SMART plan.
1313

1414
### What specific problem does it solve?
1515

16-
Most people manage their careers reactively: scattered resumes across folders, ad-hoc interview prep before each interview, and no systematic way to track progress toward a target role. resume-intelligence-hub replaces this with structured infrastructure: `profiles/` holds factual career data, `AGENTS.md` locks in your positioning target so every generated resume biases toward it, and six workflows handle everything from JD-tailored resume generation to public-source fact-checking before high-stakes submissions.
16+
Most people manage their careers reactively: scattered resumes across folders, ad-hoc interview prep before each interview, and no systematic way to track progress toward a target role. resume-intelligence-hub replaces this with structured infrastructure: `profiles/` holds factual career data, `AGENTS.md` locks in your positioning target so every generated resume biases toward it, and seven workflows handle everything from JD-tailored resume generation to public-source fact-checking before high-stakes submissions.
1717

1818
### Who is this for?
1919

20-
Anyone actively managing a job search, planning a career move 1–2 levels up, or applying for research grants — at any seniority level, in any industry. Especially useful if you're managing bilingual job markets (Chinese/English), juggling multiple application types (recruitment + research/grants), or want an AI that remembers your career context across sessions rather than starting fresh each time.
20+
Anyone actively managing a job search, planning a career move 1–2 levels up, applying for research grants, or preparing credential / promotion dossiers — at any seniority level, in any industry. Especially useful if you're managing bilingual job markets (Chinese/English), juggling multiple application types, or want an AI that remembers your career context across sessions rather than starting fresh each time.
2121

2222
### How does it compare to other resume AI tools?
2323

@@ -43,4 +43,4 @@ Then open your AI IDE (Claude Code, Cursor, Windsurf, or any tool that reads `AG
4343

4444
> **build my career repo**
4545
46-
The agent walks you through a 7-question interview and scaffolds your private hub in under 10 minutes. Full walkthrough in [Quick Start](./quick-start.md).
46+
The agent walks you through an 8-question interview and scaffolds your private hub in under 10 minutes. Full walkthrough in [Quick Start](./quick-start.md).

docs/index.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ title: A career skill for your AI IDE
55
hero:
66
name: "Resume Intelligence Hub"
77
text: "A career skill for your AI IDE"
8-
tagline: "One sentence bootstraps a private career hub — resume tailoring, interview prep, and grant applications in one Git repo. Works with Claude Code, Cursor, Windsurf, and more."
8+
tagline: "One sentence bootstraps a private career hub — resume tailoring, interview prep, grant applications, and credential dossiers in one Git repo. Works with Claude Code, Cursor, Windsurf, and more."
99
image:
10-
src: /hero.svg
10+
src: /images/hero-career-hub.png
1111
alt: Resume Intelligence Hub
1212
actions:
1313
- theme: brand
@@ -36,15 +36,15 @@ features:
3636
src: /icons/fork.svg
3737
width: 48
3838
height: 48
39-
title: Dual-track support
40-
details: Job applications and research / grant proposals have different data sources and formats. Keep them separate — toggle the research track at bootstrap.
39+
title: Multi-track support
40+
details: Job applications, research / grant proposals, and credential or promotion dossiers have different data sources, formats, and risk levels. Keep them separate by design.
4141

4242
- icon:
4343
src: /icons/shield.svg
4444
width: 48
4545
height: 48
4646
title: Pre-submission verification
47-
details: Before senior-role interviews or grant submissions, run a public-source cross-check on every load-bearing claim. Evidence before assertions.
47+
details: Before senior-role interviews, grant submissions, or credential reviews, run a public-source cross-check on every load-bearing claim. Evidence before assertions.
4848

4949
- icon:
5050
src: /icons/globe.svg
@@ -77,11 +77,16 @@ Then, in your AI IDE, say any of:
7777
> what's out there for me # active JD sourcing
7878
> prep me for this interview # interview coaching
7979
> run a pre-submission verification # pre-submission fact-check
80+
> help me prepare a credential dossier # credential / promotion packet
8081
```
8182

83+
## Architecture
84+
85+
![Resume Intelligence Hub architecture and workflow](/images/architecture-workflow.png)
86+
8287
## How it differs from other resume skills
8388

84-
Most resume skills are one-shot generators — you paste a JD, they emit a resume. This one bootstraps a **persistent private repo** that you iterate on across months of job search, interviews, and (optionally) grant applications. The agent reads the repo each session and is biased by your positioning lock. The [SKILL.md](https://github.com/Zenine/resume-intelligence-hub/blob/main/SKILL.md) is the full methodology.
89+
Most resume skills are one-shot generators — you paste a JD, they emit a resume. This one bootstraps a **persistent private repo** that you iterate on across months of job search, interviews, and (optionally) grant applications or credential dossiers. The agent reads the repo each session and is biased by your positioning lock. The [SKILL.md](https://github.com/Zenine/resume-intelligence-hub/blob/main/SKILL.md) is the full methodology.
8590

8691
## Complementary skills
8792

0 commit comments

Comments
 (0)