Re-run or deepen the agent's identity interview. Drives the SHARED bootstrap answer bank (state/interview.json) via `gbrain bootstrap interview --set/--show/--c
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-soul-audit-d09141fc1d0a ,按照其中的说明把「soul-audit」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Update the agent's identity through an interactive interview, any time after
bootstrap. This skill does NOT generate files from scratch and does NOT write
identity prose itself: it records the user's answers into the shared answer
bank, then lets the bootstrap render engine produce the files. That keeps one
source of truth — state/interview.json — no matter which surface (first-boot
bootstrap, this skill, a future re-audit) collected the answers.
IMPORTANT: Content comes from the USER'S OWN ANSWERS, recorded verbatim. NEVER invent, embellish, or default an identity answer. The render gate structurally refuses until required answers exist and were read back and confirmed by the human.
This skill guarantees:
gbrain bootstrap interview --set KEY "value"
(verbatim, one key per answer; --skip KEY records an explicit decline).--show the full answer set,
mirror it to the user, then --confirm <hash> with the hash --status
printed. Confirming a set the user never saw fails by design.gbrain bootstrap render --only SOUL.md --force (repeat per file). --force
backs the old file up under .gbrain-bootstrap-backups/<ts>/ first — nothing
is clobbered without a recoverable copy.gbrain bootstrap interview --show # what the bank holds now (start here)
gbrain bootstrap interview --set KEY "..." # record one updated answer, verbatim
gbrain bootstrap interview --skip KEY # explicit decline for an optional key
gbrain bootstrap interview --status # gate + read-back hash
gbrain bootstrap interview --confirm <hash> # after reading answers back to the user
gbrain bootstrap render --only SOUL.md --force
Render targets: SOUL.md, USER.md, ACCESS_POLICY.md, HEARTBEAT.md,
AGENTS.md (re-render whichever files the changed keys feed).
Ask: "What is this agent to you? Research partner? Executive assistant? Thinking
partner? All of the above?"
Keys: AGENT_NAME, AGENT_PURPOSE, SOUL_RELATIONSHIP. Renders: SOUL.md.
Show 3-4 communication style examples:
VOICE_REGISTER, SOUL_WINCE, SOUL_MODE_DEFAULT. Renders: SOUL.md.Ask: "What are your top 3-5 goals? What are you trying to accomplish?"
Keys: AGENT_TOP_JOBS, SOUL_GOOD_OUTPUT, SOUL_WORLDVIEW. Renders: SOUL.md,
AGENTS.md.
Ask: "Tell me about yourself. What do you do? What are you working on? Who are
the key people in your world?"
Keys: PRINCIPAL_NAME, PRINCIPAL_CONTEXT, PRINCIPAL_TIMEZONE. Renders:
USER.md.
Ask: "Who should have access to your brain? Are there people who should see some
but not all? Anyone to keep out entirely?"
Key: ACCESS_TIERS (and review the standing-disclosure sections). Renders:
ACCESS_POLICY.md.
Ask: "How often should the agent check in? Morning briefing? End of day summary?
What recurring jobs do you want?"
Keys: HEARTBEAT_CADENCE, QUIET_HOURS. Renders: HEARTBEAT.md. Jobs ship
disabled — enable one at a time after a manual dry run (the ritual is in the
rendered file).
Run gbrain bootstrap interview --init first if the bank does not exist yet
(a workspace that never ran bootstrap); it prints the full question list.
Report exactly what changed: which keys were updated, which files re-rendered, and where the backups landed. Example: "Soul audit: updated VOICE_REGISTER + SOUL_WINCE, re-rendered SOUL.md (backup in .gbrain-bootstrap-backups/...). Re-run any phase anytime."