Skip to content
Development
Command

/continuity

Read and update working memory — maintain context across sessions via CONTINUITY.md

From plugin
cm
5311 skills8 agents11 commands3 hooks
+1
Install
> /plugin marketplace add tody-agent/codymaster
> /plugin install cm@codymaster

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/continuity

Context preview

What this command does when you run it.

Read and update working memory — maintain context across sessions via CONTINUITY.md

Command definition

continuity.md
description: Read and update working memory — maintain context across sessions via CONTINUITY.md
argument-hint: "[read|update|init|status]"

/continuity — Working Memory

Manage working memory to maintain context across AI coding sessions.

Invocation

/continuity init
/continuity read
/continuity update
/continuity status

Workflow

/continuity init

Create the `.cm/` working memory directory:

.cm/
├── CONTINUITY.md          # Active goal, task, learnings
├── config.yaml            # RARV cycle settings
└── memory/
    ├── learnings.json     # Error patterns (auto-captured)
    └── decisions.json     # Architecture decisions

/continuity read

Apply **cm-continuity** skill:

  • Read CONTINUITY.md at session start
  • Load past learnings and decisions
  • Understand current project state and active goal

/continuity update

  • Update active task status
  • Record any new learnings or mistakes
  • Save architecture decisions
  • Ensure next session has full context

/continuity status

Show current working memory state:

  • Active goal and task
  • Recent learnings
  • Key decisions
  • Session count

Notes

  • Always read CONTINUITY.md at the start of every session
  • Always update CONTINUITY.md before ending a session
  • Learnings prevent repeating the same mistakes
  • Decisions provide architecture context
Ships withcm

"I can't write code. But in 6 months, I shipped 12 real products using AI. CodyMaster is everything I learned — so you don't have to repeat my mistakes." — Tody Le, Head of Product, Creator of CodyMaster 50+ skills. One install.

Get the whole plugin

Other commands on cm.