一键导入
os-start
Start a working session: verify GitHub identity, create or resume your branch, and get a stage-aware briefing on the project's current state.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Start a working session: verify GitHub identity, create or resume your branch, and get a stage-aware briefing on the project's current state.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | os-start |
| description | Start a working session: verify GitHub identity, create or resume your branch, and get a stage-aware briefing on the project's current state. |
This repo has one project. No picker. Three steps: identity, branch, briefing.
Run gh auth status. If it fails, tell the contributor to run gh auth login themselves (it's interactive), then re-run /os-start. Don't proceed without it.
Get the username: USER=$(gh api user -q .login).
Never work on main.
git fetch origin mainSTAGE file at repo root (e.g. research, build, playback, adoption).git branch --list "<stage>/$USER*" -a. If one exists, check it out and pull. Otherwise: git checkout -b <stage>/$USER-$(date +%Y%m%d) origin/main.Read, in order: CLAUDE.md, STAGE, context/current-state.md (if present), the last ~30 lines of build-log.md, and context/decisions-log.md headings.
Then print a compact briefing:
CLAUDE CODE JOBS: [stage] stage
You're on branch: [branch]
**What this is:** [1-2 sentences from CLAUDE.md]
**Where it's up to:** [2-3 sentences from current-state + build log]
**Open right now:** [open items from the build log / decisions]
**New here?** Ask me to onboard you.
[Stage-specific orientation: see below]
Stage-specific orientation:
End by asking what they want to do, not by listing options at them.
When a contributor asks to be onboarded (or words to that effect), read docs/vision.md, docs/what-it-does.md, and docs/quickstart.md, then deliver a recap in under 500 words covering:
End by pointing them to those three files plus features/find-job-screener/example.criteria.md (a worked criteria file they can study to understand the shape of the product).