workbench
01Plugin Claude Code
Plugin marketplace listing 1 plugin: workbench.
Plugin Claude Code
Plugin marketplace listing 1 plugin: workbench.
Plugin Claude Code
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.
Skill Claude CodeCodex
Turns PR review comments into a triaged change list, applies the accepted ones, and drafts replies to .workflow/ /review-response.md. Use when a PR has feedback to work through.
Skill Claude CodeCodex
Writes a PR title and description to .workflow/ /pr.md from the branch's commits, the plan and the recorded verification. Use when opening a PR or asked for a PR description.
Skill Claude CodeCodex
Turns a feature idea into a product decision - who, which metric, what cost, smallest sellable slice - at .workflow/idea- /frame.md. Use when a feature is proposed with no ticket or agreed scope.
Skill Claude CodeCodex
Executes an audited plan from .workflow/ /sdd.json, holding the diff to the files it lists, then verifies it into .workflow/ /evidence.md. Use to carry out a plan, after plan-change.
Skill Claude CodeCodex
Turns .workflow/ /triage.json and the code into an audited implementation spec at .workflow/ /sdd.json. Use before writing code for a ticket, bug fix or feature.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Traces a production symptom to its cause and produces a minimal hotfix plan at .workflow/incident- /sdd.json with a timeline. Use when something is broken in production now.
Skill Claude CodeCodex
Reads a ticket from Jira or Azure DevOps and writes .workflow/ /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.
Skill Claude CodeCodex
Writes a commit message in the repo's own convention, validated and saved to .workflow/ /commit.txt. Use when asked to commit, or to write or fix a commit message.
Skill Claude CodeCodex
Writes the non-technical note for a support ticket - symptom, cause, what changes, and numbered steps for QA - to .workflow/ /handover.md. Use for support, bug or incident tickets that a QA lead or the person who raised them has to read.