Agent Plugins Marketplace
← All plugins

workbench

v1.0.0

Ticket-to-PR development workflow: triage, plan with verified citations, implement inside the plan, review, commit, PR. Pluggable issue trackers (Jira, Azure DevOps, GitHub Issues) or a backlog in the repo, so it works with no tracker at all.

Claude Code10 Skills

By matheusPavaneliLicense: MIT1 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
10 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 workbench for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install workbench-3@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/matheusPavaneli/workbench

Clone 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

workbench/
├── .claude-plugin/plugin.json
├── skills/address-review/SKILL.md
├── skills/draft-pr/SKILL.md
├── skills/frame-product/SKILL.md
├── skills/implement-change/SKILL.md
├── skills/plan-change/SKILL.md
├── skills/review-diff/SKILL.md
├── skills/trace-incident/SKILL.md
├── skills/triage-task/SKILL.md
├── skills/write-commit/SKILL.md
└── skills/write-handover/SKILL.md

Included Skills10

address-reviewskills/address-review/SKILL.md

Turns PR review comments into a triaged change list, applies the accepted ones, and drafts replies to .workflow/<KEY>/review-response.md. Use when a PR has feedback to work through.

draft-prskills/draft-pr/SKILL.md

Writes a PR title and description to .workflow/<KEY>/pr.md from the branch's commits, the plan and the recorded verification. Use when opening a PR or asked for a PR description.

frame-productskills/frame-product/SKILL.md

Turns a feature idea into a product decision - who, which metric, what cost, smallest sellable slice - at .workflow/idea-<slug>/frame.md. Use when a feature is proposed with no ticket or agreed scope.

implement-changeskills/implement-change/SKILL.md

Executes an audited plan from .workflow/<KEY>/sdd.json, holding the diff to the files it lists, then verifies it into .workflow/<KEY>/evidence.md. Use to carry out a plan, after plan-change.

plan-changeskills/plan-change/SKILL.md

Turns .workflow/<KEY>/triage.json and the code into an audited implementation spec at .workflow/<KEY>/sdd.json. Use before writing code for a ticket, bug fix or feature.

review-diffskills/review-diff/SKILL.md

Reviews the current diff against the repo's quality preset, reporting findings as file:line with a severity. Use to self-review before a PR, or to review uncommitted or staged changes.

trace-incidentskills/trace-incident/SKILL.md

Traces a production symptom to its cause and produces a minimal hotfix plan at .workflow/incident-<slug>/sdd.json with a timeline. Use when something is broken in production now.

triage-taskskills/triage-task/SKILL.md

Reads a ticket from Jira or Azure DevOps and writes .workflow/<KEY>/triage.json. Use when asked what to work on, to pick up a ticket by key, or to understand its description, comments and blocking links.

write-commitskills/write-commit/SKILL.md

Writes a commit message in the repo's own convention, validated and saved to .workflow/<KEY>/commit.txt. Use when asked to commit, or to write or fix a commit message.

write-handoverskills/write-handover/SKILL.md

Writes the non-technical note for a support ticket - symptom, cause, what changes, and numbered steps for QA - to .workflow/<KEY>/handover.md. Use for support, bug or incident tickets that a QA lead or the person who raised them has to read.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "workbench",
  "version": "1.0.0",
  "description": "Ticket-to-PR development workflow: triage, plan with verified citations, implement inside the plan, review, commit, PR. Pluggable issue trackers (Jira, Azure DevOps, GitHub Issues) or a backlog in the repo, so it works with no tracker at all.",
  "author": {
    "name": "matheusPavaneli",
    "url": "https://github.com/matheusPavaneli"
  },
  "homepage": "https://github.com/matheusPavaneli/workbench",
  "repository": "https://github.com/matheusPavaneli/workbench",
  "license": "MIT",
  "keywords": [
    "claude-code",
    "claude-code-plugin",
    "ai-agents",
    "agentic-coding",
    "hallucination",
    "developer-tools",
    "jira",
    "azure-devops",
    "github-issues",
    "workflow",
    "planning",
    "code-review",
    "pull-request",
    "incident-response",
    "quality-gates",
    "monorepo"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[workbench on Agent Plugins Marketplace](https://pluginsmp.com/plugins/workbench-3)