catalyst-pm-ops
v3.0.0Linear backlog grooming — orphan, stale, and duplicate ticket detection
By Coalesce LabsLicense: MIT20 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 28, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add catalyst-pm-ops@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/coalesce-labs/catalystClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/playground/pm-ops/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/groom-backlog/SKILL.md
Included Skills1
Groom Linear backlog to identify orphaned issues, incorrect project assignments, and health issues
Plugin manifests2
{
"name": "catalyst-pm-ops",
"version": "3.0.0",
"description": "Linear backlog grooming — orphan, stale, and duplicate ticket detection",
"author": {
"name": "Coalesce Labs",
"email": "[email protected]",
"url": "https://github.com/coalesce-labs"
},
"homepage": "https://github.com/coalesce-labs/catalyst",
"repository": "https://github.com/coalesce-labs/catalyst.git",
"keywords": [
"project-management",
"linear",
"backlog"
],
"license": "MIT",
"interface": {
"displayName": "Catalyst Pm Ops",
"shortDescription": "Linear backlog grooming — orphan, stale, and duplicate ticket detection",
"longDescription": "Linear backlog grooming — orphan, stale, and duplicate ticket detection",
"developerName": "Coalesce Labs",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"Linear backlog grooming — orphan, stale, and duplicate ticket detection"
]
}
}{
"name": "catalyst-pm-ops",
"version": "3.0.0",
"description": "Linear backlog grooming — orphan, stale, and duplicate ticket detection",
"author": {
"name": "Coalesce Labs",
"email": "[email protected]",
"url": "https://github.com/coalesce-labs"
},
"homepage": "https://github.com/coalesce-labs/catalyst",
"repository": "https://github.com/coalesce-labs/catalyst.git",
"keywords": [
"project-management",
"linear",
"backlog"
],
"license": "MIT",
"agents": [
"./agents/backlog-analyzer.md"
]
}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.
[catalyst-pm-ops on Agent Plugins Marketplace](https://pluginsmp.com/plugins/catalyst-pm-ops)