You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

58m 46s logged

What it is
A markdown-only second-brain that Claude Code reads at every session start and edits as you talk to it. Everything lives as plain .md files in a fixed directory tree- no database, no proprietary format.

Two repos, one system

  • brain-template: the harness itself. CLAUDE.md (the session-start instructions Claude reads), a templates/ folder, and a directory skeleton (daily/, backlog/, goals/, notes/, projects/, routines/, memory/, archive/). Drop your real notes in, edit memory/context.md, and Claude becomes a proactive planner.
  • ClaudePlanner: the phone + sync layer on top of the harness. iOS app (SwiftUI) for Today/Browse views with tap-to-toggle, drag reorder, talk-to-Claude with on-device speech. A Node sync-daemon does bidirectional brain/ ↔ Firestore sync. A Fastify relay exposes the Claude Agent SDK with Firebase auth + MCP tools (list_today, read_file, add_task, check_task).

Flow

  1. You write/edit a task in daily/today.md (or tell Claude on phone, or check a box).
  2. sync-daemon mirrors the change to Firestore.
  3. iOS app live-listens and updates instantly.
  4. Closing the loop: when Claude (on phone or terminal) edits files via the relay, sync-daemon writes them back to disk.

Full iOS and server support will be shown soon

0
22

Comments 0

No comments yet. Be the first!