work-item-triage
v0.2.10Evidence-based work-item decisions: decide what deserves implementation or filing, preserve provenance, and hand off a bounded next-action queue.
By Andre PaatLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 13, 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 work-item-triage for Codex and Claude Code
codex plugin marketplace add paat/claude-plugins
codex plugin marketplace upgrade paat-plugins
codex plugin add work-item-triage@paat-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the paat-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “work-item-triage” remain stable.
- Codex:
work-item-triage@agent-plugin-marketplace→work-item-triage@paat-plugins
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/paat/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/work-item-triage/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/work-item-triage/SKILL.md
Included Skills1
Decide whether existing work items deserve implementation or proposed issues deserve filing, using evidence, prior decisions and the smallest adequate response across trackers.
Plugin manifests2
{
"name": "work-item-triage",
"version": "0.2.10",
"description": "Evidence-based work-item decisions: decide what deserves implementation or filing, preserve provenance, and hand off a bounded next-action queue.",
"author": {
"name": "Andre Paat"
},
"interface": {
"displayName": "Work Item Triage",
"shortDescription": "Evidence-based work-item decisions: decide what deserves implementation or filing, preserve provenance, and hand off a bounded next-action queue.",
"longDescription": "Evidence-based work-item decisions: decide what deserves implementation or filing, preserve provenance, and hand off a bounded next-action queue.",
"developerName": "Andre Paat",
"category": "Development",
"capabilities": [
"Skills",
"Scripts"
],
"defaultPrompt": "Use the work-item-triage plugin for this task.",
"websiteURL": "https://github.com/paat/claude-plugins"
},
"homepage": "https://github.com/paat/claude-plugins",
"license": "MIT",
"keywords": [
"triage",
"work-items",
"github",
"plane",
"evidence",
"scope"
],
"skills": "./skills/"
}{
"name": "work-item-triage",
"version": "0.2.10",
"description": "Evidence-based work-item decisions: decide what deserves implementation or filing, preserve provenance, and hand off a bounded next-action queue.",
"author": {
"name": "Andre Paat"
},
"license": "MIT",
"keywords": [
"triage",
"work-items",
"github",
"plane",
"evidence",
"scope"
]
}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.
[work-item-triage on Agent Plugins Marketplace](https://pluginsmp.com/plugins/work-item-triage)