Console
Wiki

journal/README.md

journal/README.md

Journal

Your thinking space. Daily notes, reflections, decisions.

What Goes Here

  • Daily journal entries
  • Meeting notes
  • Personal reflections
  • Decision logs
  • Anything you write that isn't a source or a wiki page

Rules

  • You own this zone. The agent reads but never modifies your entries.
  • The /daily command (Claude Code) creates a scaffold — a file with section headers you fill in.
  • File naming: YYYY-MM-DD.md for daily entries, or descriptive names for topical entries.
  • Frontmatter is required on all entries.

Frontmatter

---
type: journal
title: "YYYY-MM-DD"
created: YYYY-MM-DD
tags: [journal]
---

Template Sections

The /daily scaffold includes:

## Focus
{What you're working on today.}

## Notes
{Observations, ideas, connections.}

## Tomorrow
{What's next.}