Claudepm banner
Dammyjay93 Dammyjay93

Claudepm

AI community

Description

AI-native project management for Claude Code. Persistent memory across sessions.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

ClaudePM

Session memory and spec discipline for Claude Code.

Release License Stars

Installation · What It Looks Like · Features · Commands · How It Fits


What is ClaudePM?

ClaudePM is a plugin for Claude Code that keeps your project context between sessions. Each time you end a session, it saves what you worked on, what you decided, and what you need to do next. When you start a new session, that context loads automatically so Claude already knows where things stand.

Without it, every new Claude Code session starts blank. You have to re-explain your project, remind Claude of past decisions, and point it back to where you left off. ClaudePM removes that step entirely.

All context is saved as plain markdown files in a folder on your machine. There is no database or external service. If you stop using ClaudePM, the files are still there and readable.


What It Looks Like

When you open Claude Code, the plugin loads your project context automatically:

=== CLAUDEPM: WORKSPACE STATE ===

ACTIVE PROJECT: my-saas
  Name: MySaaS
  Brief: B2B invoicing platform with Stripe integration
ACTIVE EPIC: billing-v2
ACTIVE TASK: Migrate webhook handlers to new Stripe API

===================================

Running `/claudepm` shows the full status of y