Samin12

Brain Status — Development skill for Claude Code

Development community

Show the current state of the Evolving Brain — active workflows, recent runs, connectors, what's due next.

How to install Brain Status

Installs to ~/.claude/commands/samin12-evolving-brain-template-brain-status.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Samin12/Evolving-Brain-Template/HEAD/.claude/commands/brain-status.md -o ~/.claude/commands/samin12-evolving-brain-template-brain-status.md

Restart Claude Code, or start a new session, for it to be picked up.

What Brain Status does


description: Show the current state of the Evolving Brain — active workflows, recent runs, connectors, what's due next

Give the user a concise status report on their brain. No fluff.

What to report

1. Workflows

Read `9 - Operations/workflows/README.md` and list:

  • Count of active / paused / archived workflows
  • Any workflow whose last_run frontmatter is older than 2x its schedule interval (potentially stuck)
  • Any workflow with a next_run in the next 24 hours

2. Recent

Alternatives in Development

  • Mempalace Status — Show the current state of your memory palace — wings, rooms, drawer counts, and suggestions 58.6k ★
  • Polyphony Status — /polyphony-status — Show State 705 ★
  • Recent Memories — Display the most recent memories and activity from Claude's persistent storage 332 ★

Full documentation available on GitHub

View Source Repository