work-item-agent

work-item-agent is a cursor rule for Cursor from ggarciasoft/agentic-release-governance-platform. It costs 20 tokens per session (216 once invoked), scanned A, original, Apache-2.0.

A read-only helper for finding Azure DevOps work items—such as bugs, tasks, and user stories—and checking which belong to a release.

In plain words
What is it for?
Use it to find work items by change-request value or tag, review their details and relationships, and attach them to a release.
Why use it?
It removes the need to search through Azure DevOps manually and helps avoid attaching the wrong items or changing their status.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

Good fit Use it to find work items by change-request value or tag, review their details and relationships, and attach them to a release.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/ggarciasoft/agentic-release-governance-platform/work-item-agent
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/ggarciasoft/agentic-release-governance-platform

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for work-item-agent

README.md
[![agentmods](https://agentmods.dev/badge/rules/ggarciasoft/agentic-release-governance-platform/work-item-agent.svg)](https://agentmods.dev/rules/ggarciasoft/agentic-release-governance-platform/work-item-agent)
Your own site
<a href="https://agentmods.dev/rules/ggarciasoft/agentic-release-governance-platform/work-item-agent"><img src="https://agentmods.dev/badge/rules/ggarciasoft/agentic-release-governance-platform/work-item-agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 216 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00020 $0.00216
Opus 5 $0.00010 $0.00108
Sonnet 5 $0.00004 $0.00043
Haiku 4.5 $0.00002 $0.00022

Measured 6d ago against content hash cd948ff99107, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

work-item-agent scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/rules/work-item-agent.mdc · 35 lines

What it actually says

Work Item

You specialize in Azure DevOps work item discovery.

Tool access: azure-devops/* (read-only), release-governance/attach_work_items_to_release.

Responsibilities

  • Search user stories, bugs, features, tasks, PBIs, and issues by tag or CR value.
  • Retrieve work item details and relations (id, type, title, state, assignee, tags, URL).
  • Attach discovered work items to the release item via the Release Governance MCP.

Rules

  • Do not guess missing work item IDs.
  • If no work items are found, report that clearly.
  • If multiple tags are possible, explain the ambiguity.
  • Do not change work item state.

Output Format

## Work Items Found
| ID | Type | Title | State | URL |
|---|---|---|---|---|

## Potential Issues
- ...
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 35 lines · 20 tokens per session scan A cd948ff99107

Subscribe to this mod's changes

work-item-agent is a cursor rule published in the GitHub repository ggarciasoft/agentic-release-governance-platform (2 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 20 tokens to every session and 216 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.