Stop forgetting your own commitments. A 3-layer memory system for Claude Code power users running multiple projects.
Claude Code's auto-memory is powerful but has three gaps that bite power users:
- Per-cwd loading — Memory loads per project directory. Run a session in
~/Desktop/project-a/, critical commitments fromproject-b/become invisible. - MEMORY.md truncation — Auto-loaded index has a ~24KB ceiling. Power users exceed this in 2-3 months. Truncated content = silently invisible.
- No "what's due today" radar — Session logs are chronological prose. No structured view of
TODAY items / OVERDUE / approaching commitments.
Result: You write plans to memory. Future-Claude doesn't proactively surface them. User has to remember to ask. If user forgets → critical commitment slips.
calendar_active_dates.md— Central dates radar (TODAY/TOMORROW/OVERDUE)active_pipeline_overview.md— Central contacts dashboard (who's waiting reply)
pulse-check— Auto-runs on greeting trigger ("siema"/"hey"/"what's up"/"co robimy"). Reads calendar + pipeline + recent session logs. Outputs structured TODAY/TOMORROW/OVERDUE summary BEFORE answering user's question.
feedback_memory_discipline.md— Non-negotiable rules for future-Claude:- ALWAYS pulse-check on greeting
- Date mentioned in convo = auto-save to calendar
- Interaction (DM/email/comment) = auto-update pipeline
- End-of-session ALWAYS update calendar + pipeline (not just session log)
- Weekly review Pn morning trigger
- MEMORY.md size watch (cleanup gdy >22KB)
-
Clone this repo:
git clone https://github.com/TAIKER656/claude-memory-discipline.git cd claude-memory-discipline -
Install
pulse-checkskill:cp -r pulse-check ~/.claude/skills/ -
Copy templates to your memory dir:
# Find your project memory dir (typically ~/.claude/projects/{slug}/memory/) MEMDIR=~/.claude/projects/-Users-{your-username}/memory cp templates/calendar_active_dates.template.md $MEMDIR/calendar_active_dates.md cp templates/active_pipeline_overview.template.md $MEMDIR/active_pipeline_overview.md cp templates/feedback_memory_discipline.template.md $MEMDIR/feedback_memory_discipline.md
-
Customize templates — fill in your actual dates + contacts (see
docs/customization.md) -
Test — start new Claude Code session, type "hey" or "siema" → pulse-check should auto-run
Built and field-tested by a solo founder running 4 simultaneous projects (compliance audit consulting + 3 product builds + weekly content production). The system handles:
- Calendar with 20+ critical dates spanning 12 months
- Pipeline with 15+ warm contacts across multiple platforms
- 30+ session logs accumulated over 3 months
- Memory total ~150KB across 80+ files
Without this system: regularly missed Yaseen demo dates, Adeyinka call deadlines, LinkedIn cool-down ends. With this system: zero missed commitments over [X tracking period].
claude-memory-discipline/
├── README.md # This file
├── LICENSE (MIT)
├── pulse-check/
│ └── SKILL.md # Universal pulse-check skill
├── templates/
│ ├── calendar_active_dates.template.md # Dates radar template
│ ├── active_pipeline_overview.template.md # Contacts dashboard template
│ └── feedback_memory_discipline.template.md # Discipline rules template
├── examples/
│ └── anonymized-snapshot.md # Real-world usage example
└── docs/
├── installation.md # Step-by-step setup
├── customization.md # How to adapt for your workflow
└── why-this-exists.md # Origin story + design decisions
Built by Piotr Reder — Founder at eucomplyhub.com (EU AI Act audit consulting for mid-market SaaS).
Origin: 15.05.2026 — User feedback "you save plans to memory but then forget them. If I forget too, critical commitment slips." → 3-layer system designed in response.
PRs welcome. Open issues for:
- Bug reports
- New template ideas (e.g., research-pipeline overview, content-calendar)
- Documentation improvements
- Translation (current: English)
MIT — see LICENSE.
- Anthropic Claude Code docs — Official Claude Code reference
- Anthropic Skills system — How custom skills work
- Related projects: Sushegaad/Claude-Skills-GRC (compliance-focused skills), zubair-trabzada/ai-legal-claude (legal AI skills)
⭐ If this saved you from forgetting an important commitment, please star the repo.