pm
v1.13.70Shared product brain for small teams — research, strategy, grooming, and delivery in one place inside the repo
By Soe Lin MyatLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 24 skill or MCP entries
- Source updated
- Sep 26, 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 Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add pm@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
Compatibility: the page URL and API slug “pm-4” remain stable.
- Codex:
pm-4@agent-plugin-marketplace→pm@agent-plugin-marketplace
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/soelinmyat/pmClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/board/SKILL.md├── skills/bug/SKILL.md├── skills/design-critique/SKILL.md├── skills/dev/SKILL.md├── skills/features/SKILL.md├── skills/groom/SKILL.md├── skills/ideate/SKILL.md├── skills/ingest/SKILL.md├── skills/list/SKILL.md├── skills/loop/SKILL.md├── skills/note/SKILL.md├── skills/refresh/SKILL.md├── skills/research/SKILL.md├── skills/review/SKILL.md├── skills/rfc/SKILL.md├── skills/setup/SKILL.md├── skills/ship/SKILL.md├── skills/simplify/SKILL.md├── skills/start/SKILL.md├── skills/strategy/SKILL.md├── skills/sync/SKILL.md├── skills/task/SKILL.md├── skills/think/SKILL.md└── skills/using-pm/SKILL.md
Included Skills24
Show the PM Kanban board and loop progress. Use for a visual backlog or worker-status view.
Record an observed defect in the backlog. Use to file or track a bug; use Dev to investigate and fix code.
Inspect rendered UI or document presentation. Use for visual QA or a routed design gate; use Review for source defects.
Implement or fix code, or resume an active development session. Use Ship for delivery of already committed changes.
Inventory user-facing product capabilities from source code and save them to the PM knowledge base.
Turn a validated product idea into a scoped proposal with acceptance criteria. Use when writing or revising a PRD.
Generate product opportunities from customer evidence and knowledge-base gaps. Use to decide what to explore next.
Import customer feedback files or folders into the PM knowledge base while preserving source evidence.
List active PM work and status in the terminal. Use Board for the visual Kanban view.
Configure or reconcile unattended PM workers, schedules, leases, and recovery. Use Board to view their progress.
Capture one customer signal or product observation as a lightweight evidence record.
Update stale PM research and fill evidence gaps while preserving valid existing content.
Investigate markets, competitors, or customer questions and save sourced findings. Answer quick factual questions directly.
Review committed source changes with bound findings, coverage and freshness checks. Use when reviewing a diff, branch or PR, or satisfying the Dev/Ship review gate; not visual critique or live QA.
Write or revise the technical implementation design for a groomed feature, including dependencies and verification.
Configure PM integrations, repository paths, or execution preferences. Use Start to initialize a product workspace.
Take committed changes through review, PR, CI, and authorized merge. Keep requests for only a raw Git push direct.
Handle the deprecated pm:simplify command by routing to pm:review.
Initialize or resume a PM workspace and show its project pulse. Use when asked to start or open PM.
Create or revise product strategy, including target customers, positioning, priorities, and non-goals.
Synchronize the PM knowledge base with its configured backend. Use for explicit knowledge-base push, pull, or sync.
Record a small tracked action without Groom or RFC. Use to file a chore or todo; use Dev to implement it.
Explore a product decision, challenge assumptions, and compare approaches before committing to build.
Route general PM requests to the appropriate workflow. Keep direct questions and narrowly scoped instructions direct.
Plugin manifests2
{
"name": "pm",
"description": "Shared product brain for small teams — research, strategy, grooming, and delivery in one place inside the repo",
"version": "1.13.70",
"author": {
"name": "Soe Lin Myat"
},
"homepage": "https://github.com/soelinmyat/pm",
"repository": "https://github.com/soelinmyat/pm",
"license": "MIT",
"keywords": [
"product-management",
"competitive-intelligence",
"grooming",
"research",
"discovery",
"development",
"lifecycle",
"tdd",
"code-review",
"orchestration",
"workflow"
],
"skills": "./skills/",
"interface": {
"displayName": "PM",
"shortDescription": "Shared product brain for small teams.",
"longDescription": "PM keeps market research, strategy, competitor context, groomed work, and delivery state in one place inside the repo. Context compounds over time — every session builds on prior research, decisions, and evidence.",
"developerName": "Soe Lin Myat",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/soelinmyat/pm",
"privacyPolicyURL": "https://github.com/soelinmyat/pm",
"termsOfServiceURL": "https://github.com/soelinmyat/pm",
"defaultPrompt": [
"Research our market and key competitors.",
"Turn this feature idea into an approved product proposal and execution plan.",
"Build the groomed issue end-to-end."
],
"brandColor": "#1D4ED8"
}
}{
"name": "pm",
"description": "Shared product brain for small teams — research, strategy, grooming, and delivery in one place inside the repo",
"version": "1.13.70",
"author": {
"name": "Soe Lin Myat"
},
"homepage": "https://github.com/soelinmyat/pm",
"repository": "https://github.com/soelinmyat/pm",
"license": "MIT",
"keywords": [
"product-management",
"competitive-intelligence",
"grooming",
"research",
"discovery",
"development",
"lifecycle",
"tdd",
"code-review",
"orchestration",
"workflow"
],
"skills": "./skills/",
"commands": "./commands/"
}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.
[pm on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pm-4)