dppdppd/rpm

3 stars · Last commit 2026-06-07

Relentless Project Manager — Claude Code plugin that prevents drift and keeps you on task across LLM-assisted development sessions

README preview

# rpm — Relentless Project Manager

A Claude Code plugin that solves the two hardest problems in
LLM-assisted development: **session resumption** and **drift**.

## Why

LLM sessions are stateless. Every new conversation starts cold —
no memory of what you shipped yesterday, what you decided, or what's
next. You waste time re-explaining context, and the AI wastes tokens
rediscovering your codebase.

Meanwhile, your docs quietly rot. README instructions fall behind
the code. CLAUDE.md references files that were renamed three commits
ago. Nobody notices until something breaks, because nothing is
watching.

**rpm fixes both problems.**

**Session resumption:** rpm tracks what happened (past), where things

View full repository on GitHub →