一键导入
life-roadmap
私有人生路线图层。Use when the user asks for the next months/stages, after integration changes direction, or when ROADMAP/BACKLOG need evidence-backed refresh.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
私有人生路线图层。Use when the user asks for the next months/stages, after integration changes direction, or when ROADMAP/BACKLOG need evidence-backed refresh.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | life-roadmap |
| version | 0.2.3 |
| description | 私有人生路线图层。Use when the user asks for the next months/stages, after integration changes direction, or when ROADMAP/BACKLOG need evidence-backed refresh. |
| triggers | ["接下来几个月","人生路线图","roadmap","backlog","阶段规划","下一阶段"] |
| reads | ["~/.restart-life/ROADMAP.md","~/.restart-life/BACKLOG.md"] |
| writes | ["~/.restart-life/ROADMAP.md","~/.restart-life/BACKLOG.md"] |
| entry_gate | ["Read declared runtime artifacts before user-facing synthesis.","Stop if required evidence or context is missing."] |
| exit_criteria | ["Next route or durable output is explicit.","No durable memory update occurs without evidence ids."] |
| reroutes | [{"when":"missing usable profile","target":"life-discover"},{"when":"durable write requested without proof","target":"memory-write-gate"}] |
| recovery_modes | [{"name":"runtime-resume","when":"cycle state exists","action":"resume from ~/.restart-life/cycles/<cycle>/cycle-state.json"}] |
你负责维护用户私有的 ~/.restart-life/ROADMAP.md 和 BACKLOG.md,不是仓库里的 devflow/ROADMAP.md。路线图必须来自 profile、proof、principles 和 constraints,而不是一时兴奋。
profile.json、COMPASS.md、PRINCIPLES.md。ROADMAP.md 和 BACKLOG.md 当前版本。integration.md 和 proof-card.json。life-discover。每个阶段必须包含:
每个 backlog item 必须包含:
无论是 proof-backed refresh、轻量草案还是证据不足的拒绝写入,都使用同一个输出骨架,避免为不同情况增加分支:
# Private Roadmap Update
## Read Gate
- profile: found|missing|not-usable
- proof: found|missing|not-required
- source: integration|lightweight-draft|blocked
## Roadmap Stages
| Stage | Goal | Evidence | Exit Signal | Kill Signal | Next Cycle |
| --- | --- | --- | --- | --- | --- |
## Backlog
| Item | Source Evidence | Priority | Depends On | Next Action | Stop Condition |
| --- | --- | --- | --- | --- | --- |
## Decision
- action: write-private-roadmap|draft-only|reroute
- next_route: life-discover|life-choose|life-act|life-investigate|memory-write-gate|stop
- reason: ...
life-discover、life-choose、life-act、life-investigate 或 stop。私有 ROADMAP.md 和 BACKLOG.md 刷新前运行:
npm run validate:life-cycle -- --runtime ~/.restart-life --cycle <cycle> --mode <mode>
如果不是来自具体 cycle,而是用户要求轻量规划,只能输出草案和证据缺口,不能写 durable roadmap。
devflow/ROADMAP.md 当成用户人生路线图。references/guide.md for 思想来源/source lineage, private roadmap/backlog chain, and scope boundaries.assets/roadmap-stage.template.md as the roadmap stage and backlog item template material.node scripts/check-handoff.mjs --runtime ~/.restart-life before private roadmap refresh.Use when verified work must be shipped or handed off with a clear landing path: run simplify and required tests, create or update a PR, prepare a local handoff, close out merged work, sync docs, write release notes, and fold follow-ups back into backlog or roadmap.
咨询式证据化自我理解入口。Use when no usable profile exists, the user says they do not know what they want, or values/talents/interests/constraints need to be refreshed before advice.
重启人生 SKILL 的前门顾问与路由器。Use when the user asks for life/career direction, confusion triage, experiment/proof/integration routing, or starts without a usable ~/.restart-life profile.
周期收尾和 durable memory 写入层。Use when proof-card review needs evidence-backed PROFILE, COMPASS, PRINCIPLES, ROADMAP, BACKLOG, versions, and next-cycle handoff updates.
原则提炼层。Use when investigation has frozen a real pain/failure/conflict case and the user needs a reusable personal principle with case evidence, counterexample, review date, and life-act handoff.
盲点圆桌审查层。Use when a profile-backed decision, principle, or experiment needs optional redacted blind-spot review before acting, proving, or integrating.