Agent Plugins Marketplace
All plugins

work-item-triage

v0.2.10

Evidence-based work-item decisions: decide what deserves implementation or filing, preserve provenance, and hand off a bounded next-action queue.

CodexClaude Code1 Skill

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

Installs for the current user
codex plugin marketplace add paat/claude-plugins
codex plugin marketplace upgrade paat-plugins
codex plugin add work-item-triage@paat-plugins

Paste 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-marketplacework-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-plugins

Clone 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

plugins/work-item-triage/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/work-item-triage/SKILL.md

Included Skills1

work-item-triageskills/work-item-triage/SKILL.md

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

plugins/work-item-triage/.codex-plugin/plugin.json
{
  "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/"
}
plugins/work-item-triage/.claude-plugin/plugin.json
{
  "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"
  ]
}

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)