Plugin Claude Code
Plugin marketplace listing 1 plugin: rpm.
Plugin Claude Code
Plugin marketplace listing 1 plugin: rpm.
Plugin Claude Code
Relentless Project Manager. Prevents drift and keeps you on task across LLM-assisted development sessions.
Agent
Background agent that scans project documentation for staleness, contradictions, broken references, and session drift. Returns a structured report. Used by /audit. Do NOT edit any files.
Agent
Read-only agent that classifies project memory rules (feedback.md, MEMORY.md) against active directive docs (CLAUDE.md, AGENTS.md, skill bodies). Two modes — contradictions-only (lightweight, for /next preflight) and full (CODIFIED | PARTIAL | GAP | STALE | CONTRADICTED classification, for /session-end and /audit).…
Agent
Preflight agent for /next. Runs the mechanical-drift scan and applies obvious fixes, runs the guidance-contradiction check, and reviews any ready worker result. Logs its own decisions to the orchestrator log and returns ONLY a compact report — raw scan output, contradiction reasoning, and diffs stay in this agent's…
Hook
Runs when a session starts, executing session-start-auto.sh via bash. From dppdppd/rpm.
Hook
Runs when a session ends, executing session-end.sh via bash. From dppdppd/rpm.
Hook
Runs before the context is compacted, executing pre-compact.sh via bash. From dppdppd/rpm.
Hook
Runs after the context is compacted, executing post-compact.sh via bash. From dppdppd/rpm.
Hook
Runs after a tool call finishes for Edit and Write tool calls, executing context-monitor.sh and codex-sync-reminder.sh via bash (2 commands). From dppdppd/rpm.
Hook
Runs when the agent finishes a response, executing stop-learn-capture.sh and handoff-validator.sh via bash (2 commands). From dppdppd/rpm.
Hook
Runs on the TaskCreated event, executing task-capture.sh via bash. From dppdppd/rpm.
Hook
Runs when a task is marked completed, executing task-capture.sh via bash. From dppdppd/rpm.
Skill Claude CodeCodex
On-demand audit. Target quick runs the mechanical scan.sh only (zero-LLM drift check). Target documents scans docs + agent instructions + memory + session drift via the rpm:auditor review agent. Target project runs a full consultant review — code, architecture, inward + outward research, 7-dimension analysis, saved…
Skill Claude CodeCodex
Manage the rpm backlog (long-term project tasks in docs/rpm/future/tasks.org — distinct from Claude's native TaskCreate list, which is session-scoped). Add, list, review, postpone, or complete entries. TRIGGER on natural-language backlog operations — phrasings like "backlog X", "add X to backlog", "add to backlog"…
Skill Claude CodeCodex
Project setup and verification. First run creates rpm context for a project. Repeat runs verify that an existing rpm setup matches the latest expected layout and apply safe migrations.
Skill Claude CodeCodex
One-step rpm orchestrator, or a bounded internal sequence when given a count or scope. Runs preflight maintenance, then starts the next obvious backlog action (or, in direct use, asks for clarification when nothing is clearly next). With no argument it runs one step; with N, blocked, all, or a group name it runs…
Skill Claude CodeCodex
Exhaustive multi-agent research on any topic. Parallel search, URL fetching, gap analysis, adversarial validation, citation check. TRIGGER whenever the user asks for research, investigation, or an external look-up — phrasings like 'research X', 'look into X', 'investigate X', 'find out about X', 'what's the latest on…
Skill Claude CodeCodex
Explain the rpm plugin and list its commands. Use when the user asks what rpm is, how /rpm works, which rpm commands are available, or needs an overview of the session-lifecycle / audit / research surface.
Skill Claude CodeCodex
End the current rpm session. Three modes — Express (silent, one message), Inline (asks decisions one at a time in short round-trips), Phased (four-phase ceremony for complex sessions). Never batches questions — exactly one question per message. Picks the leanest that fits. Commits rpm bookkeeping. Invoke when the user…
Skill Claude CodeCodex
Report the installed rpm plugin version. Use when the user asks for the rpm version, plugin version, installed version, or wants to verify which rpm release is loaded.