brain-status

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Brain 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.md
解析图谱路径。

Dashboard Generation

仪表盘生成步骤

  1. List all projects. Glob for
    pages/Projects___*.md
    in the graph folder. Extract project names.
  2. Read each project page selectively using the section-targeted-read pattern in
    skills/_shared/section-locator.md
    . For the dashboard you only need:
    • status::
      and
      last-updated::
      properties (in the property block at offset 0, limit 10)
    • First bullet of
      ## Current Plan
      (current focus)
    • Last entry of
      ## Session Log
      (when last touched, with any
      open-questions::
      )
  3. Apply staleness rules. Use
    skills/_shared/staleness.md
    to flag stale or abandoned projects.
  4. Read cross-project decisions. Check
    pages/Decisions.md
    for entries from the last 30 days.
  5. Read Meta date. Check
    pages/Meta.md
    last-updated::
    only — don't read the whole file.
  6. Present the dashboard. For each project: name, status, staleness annotation (if any), current focus, open questions/blockers. Then: recent cross-project decisions, total counts.
  7. Write a journey-log entry per
    skills/_shared/journey-log.md
    with activity line:
    viewed dashboard
    .
  1. 列出所有项目:在图谱文件夹中全局匹配
    pages/Projects___*.md
    文件,提取项目名称。
  2. 选择性读取每个项目页面:使用
    skills/_shared/section-locator.md
    中的章节定向读取模式。仪表盘仅需以下内容:
    • 属性块中的
      status::
      last-updated::
      属性(偏移量0,限制10行)
    • ## Current Plan
      的第一个项目符号(当前重点)
    • ## Session Log
      的最后一条记录(最后修改时间及其中的
      open-questions::
      内容)
  3. 应用过期规则:使用
    skills/_shared/staleness.md
    标记过期或已废弃的项目。
  4. 读取跨项目决策:查看
    pages/Decisions.md
    中过去30天的条目。
  5. 读取元数据日期:仅查看
    pages/Meta.md
    中的
    last-updated::
    字段——无需读取整个文件。
  6. 展示仪表盘:每个项目需包含:名称、状态、过期注释(如有)、当前重点、未解决问题/障碍。随后展示:近期跨项目决策、统计总数。
  7. 写入旅程日志条目:按照
    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]'添加你的第一个项目。"