Agent Plugins Marketplace
← All plugins

pm

v0.49.0

A lightweight project-management layer that sits above OpenSpec and Superpowers. Tracks active proposals as epics, maintains an explicit detour stack, and enforces a reconcile gate so nothing is lost when development pivots or context is compacted.

Claude Code3 Skills

By Rob ShermanLicense: MIT1 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 25, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install pm for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install pm-3@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/cfdude/pm

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

pm/
├── .claude-plugin/plugin.json
├── skills/conductor/SKILL.md
├── skills/dogfooding/SKILL.md
└── skills/lessons/SKILL.md

Included Skills3

conductorskills/conductor/SKILL.md

Project-management discipline that sits ABOVE OpenSpec and Superpowers. Use whenever work spans more than one epic, when a review or build reveals something broken/orphaned/unwired that forces a detour, when deciding what to work on next, or when resuming after a context compaction. Keeps a single lane-agnostic index of epics, an explicit detour stack, and epic links so nothing is lost across pivots. Triggers: "what were we working on", "what's next", "this is broken, fix it first", "park this", "resume", "where did we leave off".

dogfoodingskills/dogfooding/SKILL.md

Route what the work taught you instead of leaving it in the transcript — a practice you invented becomes a candidate improvement with its evidence attached, and a workaround you invented for your tooling's friction becomes a filed bug. Use whenever you adopt a new practice, gate, discipline or checklist, whenever you route around friction in a tool rather than reporting it, whenever you hand-edit a file a tool owns because no verb exists for it, and at the end of any epic or release. Triggers "should this be in the product", "dogfood", "we should do this every time", "I had to work around", "there's no verb for this", "let me just edit that file by hand".

lessonsskills/lessons/SKILL.md

Keep a repository's hard-won PROCESS knowledge where it fires on the situation instead of on recall — consult a lesson before a risky operation, capture one the moment it is earned, and let the PreToolUse advisor surface a known lesson before the mistake. Use when about to run parallel agents in one checkout, commit while something else may be staging, hand-edit a file a tool also generates, measure a suite while agents write, invoke a slash command for the tool you are developing, or decide what to fix from a review — and the moment you undo work, kill and restart, hit the same problem twice, or say "that was my error". Triggers "lessons learned", "have we hit this before", "what went wrong last time", "post-mortem", "we should write this down", "that cost us", "I did that wrong".

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "pm",
  "version": "0.49.0",
  "description": "A lightweight project-management layer that sits above OpenSpec and Superpowers. Tracks active proposals as epics, maintains an explicit detour stack, and enforces a reconcile gate so nothing is lost when development pivots or context is compacted.",
  "author": {
    "name": "Rob Sherman",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/cfdude/cfdude-plugins",
  "repository": "https://github.com/cfdude/cfdude-plugins",
  "license": "MIT",
  "keywords": [
    "project-management",
    "openspec",
    "superpowers",
    "spec-driven-development",
    "context-preservation",
    "detour-stack",
    "drift",
    "orchestration",
    "conductor"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[pm on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pm-3)