po-eval

po-eval is a skill for Claude Code, Codex from adonai-labs/agent-runway. It costs 70 tokens per session (858 once invoked), scanned A, original, MIT.

A product review of a software specification or ticket before implementation begins. It checks the problem, business value, scope, success measures, risks, dependencies, and readiness.

In plain words
What is it for?
Use it to evaluate a specification or ticket from a Product Owner's viewpoint and identify what must be clarified before delivery.
Why use it?
It exposes unclear requirements and missing decisions before developers spend time building the wrong thing.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to evaluate a specification or ticket from a Product Owner's viewpoint and identify what must be clarified before delivery.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/adonai-labs/agent-runway/po-eval
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.

Any agent
npx skills add adonai-labs/agent-runway --skill po-eval
Clone the repo
git clone --depth 1 https://github.com/adonai-labs/agent-runway

Made for: Claude Code, Codex.

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 po-eval

README.md
[![agentmods](https://agentmods.dev/badge/skills/adonai-labs/agent-runway/po-eval/github.svg)](https://agentmods.dev/skills/adonai-labs/agent-runway/po-eval)
Your own site
<a href="https://agentmods.dev/skills/adonai-labs/agent-runway/po-eval"><img src="https://agentmods.dev/badge/skills/adonai-labs/agent-runway/po-eval/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for po-eval

Your own site · 80×15
<a href="https://agentmods.dev/skills/adonai-labs/agent-runway/po-eval"><img src="https://agentmods.dev/badge/skills/adonai-labs/agent-runway/po-eval.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 858 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.00070 $0.00858
Opus 5 $0.00035 $0.00429
Sonnet 5 $0.00014 $0.00172
Haiku 4.5 $0.00007 $0.00086

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

Security

Grade A, and why

po-eval 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 12d 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.

src/core/skills/po-eval/SKILL.md · 123 lines

How it starts

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

PO Evaluation

Invoke Command

/po-eval [Jira key or path to .md]

Examples:

  • /po-eval PROJ-501
  • /po-eval .agent-runway/specs/order-flow/spec.md
  • /po-eval .agent-runway/specs/order-flow/tickets/task-03-email-notifications.md

Goal

Evaluate whether a spec or ticket is product-ready before delivery work starts.

This skill does not do technical code review. It evaluates product quality and delivery readiness.


Workflow - 4 Phases

Phase 1 - Load artefact and context

  1. Read the provided spec/ticket content completely.
  2. Extract explicit business objective, target user/persona, scope, constraints, and acceptance expectations.
  3. If business context exists in .agent-runway/docs/business/*, use it to validate alignment.
  4. If key sections are missing, continue evaluation and mark gaps clearly.

Phase 2 - Score product readiness

Evaluate the artefact against these criteria:

  1. Problem clarity:
  • Is the user/business problem explicit and non-ambiguous?
  1. Outcome and value:
  • Is the expected business/user outcome explicit?
  • Is value described (impact, risk reduction, revenue, time saved, etc.)?
  1. Scope quality:
  • Are in-scope and out-of-scope boundaries explicit?
  • Are assumptions and constraints listed?
  1. Success metrics:
  • Are measurable success indicators defined?
  • Are acceptance outcomes testable at product level?
  1. Dependency and risk coverage:
  • Are product dependencies identified (teams, upstream/downstream flows, legal/compliance, external services)?
  • Are major product risks and mitigations listed?
  1. Release and adoption readiness:
  • Are rollout expectations, communication needs, and operational readiness considered when relevant?

Phase 3 - Verdict

Set one verdict:

  • PRODUCT READY - YES
  • PRODUCT READY - CONDITIONAL
  • PRODUCT READY - NO

Rules:

  • YES: all critical product criteria are covered with concrete detail.
  • CONDITIONAL: core criteria pass, but non-blocking gaps remain.
  • NO: one or more critical criteria are missing or too vague.

Read the full file on GitHub · 123 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. 12d ago First seen · 123 lines · 70 tokens per session scan A bb0423b99430

Subscribe to this mod's changes

po-eval is a skill published in the GitHub repository adonai-labs/agent-runway (2 stars, last pushed 22d ago), licensed MIT. It adds 70 tokens to every session and 858 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

sdd-tasks

Break an SDD change into implementation tasks. Trigger: orchestrator launches task planning for a change.

Gentleman-Programming/gentle-ai · 25 tokens

pr-blocker-summarizer

Summarizes open pull requests into a blockers-first standup digest. Activates when the user asks to summarize open PRs, find blocked pull requests, generate a PR standup, or triage review backlog from a PR export.

FrancyJGLisboa/agent-skill-creator · 54 tokens

review-work

Post-implementation gate review: run manual QA on the real surface yourself, then launch ONE gate reviewer (never a panel) to audit goal, constraints, code quality, security, missed context, and QA evidence. Use before a PR handoff or when the user explicitly asks to review completed work.

code-yeongyu/oh-my-openagent · 63 tokens

ponytail-lazy-senior-dev

Applies the "lazy senior developer" mindset. Use this skill whenever generating, modifying, reviewing code, or fixing bugs to prioritize code reuse, minimalism, YAGNI principles, and root-cause fixes. Also use whenever the user says "ponytail", "be lazy", "lazy mode", "simplest solution", "minimal solution", "yagni"…

GulajavaMinistudio/awesome-copilot-id · 146 tokens

full-audit

Exhaustive, denominator-driven audit of an entire area (codebase, docs, memory, skills, DB, config). Runs a 6-phase pipeline: scope agreement + prior-map diff -> deterministic sweep (counts/versions/paths/parsing plus cross-index reconciliation) -> parallel read-only content review (citations forced, rule dry-run) ->…

AlexZio00/sovereign-skills · 205 tokens

tech-lead/code-review

A checklist-based method for examining code for correctness, security, performance, clarity, and ease of maintenance.

echoVic/boss-skill · 23 tokens