brain-status
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseBrain Status
Brain状态
Display a quick dashboard of all projects in the Claude Brain graph — status, last activity, current focus, blockers.
展示Claude Brain图谱中所有项目的快速仪表盘——包含状态、最后活动时间、当前重点、障碍。
Prerequisites
前置条件
Resolve the graph path per .
skills/_shared/path-resolution.md按照解析图谱路径。
skills/_shared/path-resolution.mdDashboard Generation
仪表盘生成步骤
-
List all projects. Glob forin the graph folder. Extract project names.
pages/Projects___*.md -
Read each project page selectively using the section-targeted-read pattern in. For the dashboard you only need:
skills/_shared/section-locator.md- and
status::properties (in the property block at offset 0, limit 10)last-updated:: - First bullet of (current focus)
## Current Plan - Last entry of (when last touched, with any
## Session Log)open-questions::
-
Apply staleness rules. Useto flag stale or abandoned projects.
skills/_shared/staleness.md -
Read cross-project decisions. Checkfor entries from the last 30 days.
pages/Decisions.md -
Read Meta date. Check
pages/Meta.mdonly — don't read the whole file.last-updated:: -
Present the dashboard. For each project: name, status, staleness annotation (if any), current focus, open questions/blockers. Then: recent cross-project decisions, total counts.
-
Write a journey-log entry perwith activity line:
skills/_shared/journey-log.md.viewed dashboard
-
列出所有项目:在图谱文件夹中全局匹配文件,提取项目名称。
pages/Projects___*.md -
选择性读取每个项目页面:使用中的章节定向读取模式。仪表盘仅需以下内容:
skills/_shared/section-locator.md- 属性块中的和
status::属性(偏移量0,限制10行)last-updated:: - 的第一个项目符号(当前重点)
## Current Plan - 的最后一条记录(最后修改时间及其中的
## Session Log内容)open-questions::
- 属性块中的
-
应用过期规则:使用标记过期或已废弃的项目。
skills/_shared/staleness.md -
读取跨项目决策:查看中过去30天的条目。
pages/Decisions.md -
读取元数据日期:仅查看中的
pages/Meta.md字段——无需读取整个文件。last-updated:: -
展示仪表盘:每个项目需包含:名称、状态、过期注释(如有)、当前重点、未解决问题/障碍。随后展示:近期跨项目决策、统计总数。
-
写入旅程日志条目:按照的要求,添加活动记录:
skills/_shared/journey-log.md。viewed dashboard
Example Output
示例输出
Here's your brain status:
**LogseqBrain** (active, last updated <yyyy-MM-dd>)
Currently: <first bullet of Current Plan>
No blockers.
**ChivalricQuest** (active, last updated <yyyy-MM-dd>)
Currently: No active plan yet.
No blockers.
2 projects tracked (2 active). No recent cross-project decisions.Here's your brain status:
**LogseqBrain** (active, last updated <yyyy-MM-dd>)
Currently: <first bullet of Current Plan>
No blockers.
**ChivalricQuest** (active, last updated <yyyy-MM-dd>)
Currently: No active plan yet.
No blockers.
2 projects tracked (2 active). No recent cross-project decisions.Important Notes
重要说明
- Concise overview, not a deep load — bias toward fewer reads.
- If no projects yet: "Your brain is empty. Use 'init brain project [name]' to add your first project."
- 简洁概览,而非深度加载——尽量减少读取操作。
- 若暂无项目:"你的Brain为空。使用'init brain project [name]'添加你的第一个项目。"