outcome-refinement

outcome-refinement is a command for coding agents from openshift-eng/ai-helpers. It costs 16 tokens per session (698 once invoked), scanned A, original, Apache-2.0.

A command that reviews JIRA outcome issues and prepares an agenda for an outcome-refinement meeting. JIRA is a work-tracking system, and outcome issues describe larger goals or results.

In plain words
What is it for?
Use it before an outcome-refinement session to collect open issues in the OCPSTRAT project, check their structure and ownership, and produce a meeting agenda.
Why use it?
It highlights missing assignments, incorrect child issue types, status mismatches, and issues that have stayed open for a long time, so the meeting can focus on follow-up work.

Command

Part of the agendas plugin — 1 command shipped together

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.

agentmods
npx agentmods add commands/openshift-eng/ai-helpers/outcome-refinement
Clone the repo
git clone --depth 1 https://github.com/openshift-eng/ai-helpers

Or install agendas, the plugin that ships this one along with the rest of its 1 command.

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 outcome-refinement

README.md
[![agentmods](https://agentmods.dev/badge/commands/openshift-eng/ai-helpers/outcome-refinement.svg)](https://agentmods.dev/commands/openshift-eng/ai-helpers/outcome-refinement)
Your own site
<a href="https://agentmods.dev/commands/openshift-eng/ai-helpers/outcome-refinement"><img src="https://agentmods.dev/badge/commands/openshift-eng/ai-helpers/outcome-refinement.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 698 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00016 $0.00698
Opus 5 $0.00008 $0.00349
Sonnet 5 $0.00003 $0.00140
Haiku 4.5 $0.00002 $0.00070

Measured 5d ago against content hash 40d7ea386c7b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

outcome-refinement 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 5d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

plugins/agendas/commands/outcome-refinement.md · 71 lines

How it starts

The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Name

agendas:outcome-refinement

Synopsis

/agendas:outcome-refinement

Description

The agendas:outcome-refinement command helps analyze the outcome issues and should be used to assist in preparting for outcome refinement collaboration sessions. It automatically checks for common issues that we observe that indicate follow-up actions are needed by humans. This command generates structured outcome refinement meeting agenda.

Examples

/agendas:outcome-refinement

Implementation

The agendas:outcome-refinement command runs in three main phases:

🧩 Phase 1: Data Collection

  • Queries JIRA for outcome issues in the OCPSTRAT project that require work to be done, meaning the issue status is not closed or release pending.

🧠 Phase 2: Analysis & Processing

  • Flags routine hygiene issues to resolve with follow up actions.
  • People assignments (Assignee, Architect, QA Contact, Doc Contact) should all be filled in.
  • Outcome issues should only have Feature issue types as child issues.
  • Identified if child issue are actively being worked on but the outcome doesn't represent the right status.
  • Shows how long an outcome issue has been open and their corresponding priority.
  • Identifies incomplete or unclear issues that need clarification.
  • If and outcome issue has child issues that are actively being updated but the outcome has been open for a more than a year we should discuss the scope.
  • If an outcome has stayed in the new status for over a year, we should probably discuss whether it's a real outcome priority.
  • Looking at all the OCPSTRAT outcomes, if any specific component is commonly assigned to the child feature issues, this indicates an team overload, so we should discuss this.
  • Highlights risks, dependencies, and recommended next actions.

📋 Phase 3: Report Generation

  • Automatically generates a structured outcome refinement meeting agenda in Markdown format.
  • Includes discussion points, decision checklists, and action items.
  • Output can be copied directly into Confluence or shared with the team.

Read the full file on GitHub · 71 lines

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. 5d ago First seen · 71 lines · 16 tokens per session scan A 40d7ea386c7b

Subscribe to this mod's changes

outcome-refinement is a command published in the GitHub repository openshift-eng/ai-helpers (114 stars, last pushed yesterday), licensed Apache-2.0. It adds 16 tokens to every session and 698 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-30.