pmanager
v0.2.0Agentic technical project/product manager: evidence-first research, approval-gated epic framing (hypothesis, success metrics, non-goals), plan decomposition (milestones, risks, dependencies, MoSCoW), INVEST tasks with binary acceptance criteria, and cross-run status tracking via a persistent epic index and product memo under docs/pm/.
By vladtaraLicense: MIT1 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 16, 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 pmanager for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add pmanager@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. 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/glapsfun/pmanagerClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/pmanager/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/pmanager/SKILL.md
Included Skills1
Use when the user brings a problem, bug report, feature idea, or initiative that needs to be turned into managed work — an epic with a plan and executable tasks — or asks to plan, scope, spec out, break down, or prioritize work, check the status of an existing epic, mark tasks done, or ask "what's next" on tracked work. Trigger on phrases like "we have a bug with…", "we should build…", "plan this out", "create an epic", "break this into tasks", "what's the status of…". Also invoked explicitly via /pmanager.
Plugin manifests2
{
"name": "pmanager",
"version": "0.2.0",
"description": "Agentic technical project/product manager: evidence-first research, approval-gated epic framing (hypothesis, success metrics, non-goals), plan decomposition (milestones, risks, dependencies, MoSCoW), INVEST tasks with binary acceptance criteria, and cross-run status tracking via a persistent epic index and product memo under docs/pm/.",
"author": {
"name": "vladtara",
"email": "[email protected]",
"url": "https://github.com/glapsfun"
},
"homepage": "https://github.com/glapsfun/pmanager",
"repository": "https://github.com/glapsfun/pmanager",
"license": "MIT",
"keywords": [
"project-management",
"product-management",
"epic",
"planning",
"tasks",
"spec-driven",
"prioritization",
"rice",
"moscow",
"invest",
"backlog",
"roadmap"
],
"skills": "./skills/",
"interface": {
"displayName": "PManager",
"shortDescription": "Turn problems and ideas into evidence-backed epics, plans, and tasks",
"longDescription": "Use PManager to turn a raw problem or idea into managed work: it researches evidence in your repo and history, asks only what research can't answer, frames an epic with a testable hypothesis and success metrics behind an approval gate, decomposes it into a plan with milestones, risks, and dependencies, writes self-contained tasks with binary acceptance criteria under docs/pm/, and tracks status across sessions with a persistent epic index and product memo.",
"developerName": "vladtara",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/glapsfun/pmanager",
"privacyPolicyURL": "https://github.com/glapsfun/pmanager",
"termsOfServiceURL": "https://github.com/glapsfun/pmanager",
"defaultPrompt": [
"Use pmanager — we have a performance problem in the app, plan the work to fix it.",
"Use pmanager to break this feature idea into an epic with tasks.",
"Use pmanager — what's the status of our tracked epics and what should we do next?"
],
"brandColor": "#1E66F5",
"screenshots": []
}
}{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "pmanager",
"displayName": "PManager",
"version": "0.2.0",
"description": "Agentic technical project/product manager — turns a raw problem or idea into a spec-oriented structure: researches evidence in the repo and history, elicits only what research can't answer, frames an approval-gated epic (hypothesis, success metrics, non-goals), decomposes it into a plan (milestones, risks, dependencies, MoSCoW) and INVEST tasks with binary acceptance criteria under docs/pm/, and tracks status across runs with a persistent epic index and product memo",
"author": {
"name": "vladtara",
"email": "[email protected]"
},
"homepage": "https://github.com/glapsfun/pmanager",
"repository": "https://github.com/glapsfun/pmanager",
"license": "MIT",
"keywords": [
"project-management",
"product-management",
"epic",
"planning",
"tasks",
"spec-driven",
"prioritization",
"rice",
"moscow",
"invest",
"backlog",
"roadmap"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[pmanager on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pmanager)