brain-status
Original:🇺🇸 English
Translated
Show a dashboard of all projects in the Claude Brain graph. Triggers: "brain status", "show projects", "show brain", "what's in my brain", "project dashboard", "brain overview", "list projects", "summary". Don't fire for loads (use brain-load) or saves (use brain-save).
1installs
Sourcejame581/logseqbrain
Added on
NPX Install
npx skill4agent add jame581/logseqbrain brain-statusTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Brain Status
Display a quick dashboard of all projects in the Claude Brain graph — status, last activity, current focus, blockers.
Prerequisites
Resolve the graph path per .
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
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.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."