outcome-first-workflows

outcome-first-workflows is a skill for Claude Code, Codex from EzraApple/skills-init. It costs 58 tokens per session (819 once invoked), scanned A, original, MIT.

A workflow guide for larger coding tasks that defines the intended result, boundaries, stopping point, and evidence needed to show the work is complete.

In plain words
What is it for?
Use it for substantial changes or investigations that need explicit scope, observable results, controlled parallel work, or completion checks.
Why use it?
It prevents broad investigations, migrations, reviews, or implementations from continuing without a clear finish line.

Skill for Claude CodeCodex

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

Good fit Use it for substantial changes or investigations that need explicit scope, observable results, controlled parallel work, or completion checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ezraapple/skills-init/outcome-first-workflows
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 EzraApple/skills-init --skill outcome-first-workflows
Clone the repo
git clone --depth 1 https://github.com/EzraApple/skills-init

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 outcome-first-workflows

README.md
[![agentmods](https://agentmods.dev/badge/skills/ezraapple/skills-init/outcome-first-workflows/github.svg)](https://agentmods.dev/skills/ezraapple/skills-init/outcome-first-workflows)
Your own site
<a href="https://agentmods.dev/skills/ezraapple/skills-init/outcome-first-workflows"><img src="https://agentmods.dev/badge/skills/ezraapple/skills-init/outcome-first-workflows/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 outcome-first-workflows

Your own site · 80×15
<a href="https://agentmods.dev/skills/ezraapple/skills-init/outcome-first-workflows"><img src="https://agentmods.dev/badge/skills/ezraapple/skills-init/outcome-first-workflows.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 819 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.00058 $0.00819
Opus 5 $0.00029 $0.00409
Sonnet 5 $0.00012 $0.00164
Haiku 4.5 $0.00006 $0.00082

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

Security

Grade A, and why

outcome-first-workflows 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 9d 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.

skills/outcome-first-workflows/SKILL.md · 96 lines

How it starts

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

Outcome-First Workflows

Run substantial work against a visible finish line. Define what must become true, which constraints matter, and what evidence will prove completion; leave routine implementation choices open.

Route Nearby Work

  • Use plan-changes when the requested deliverable is an implementation plan.
  • Use systematic-debugging when the cause of broken behavior is unknown.
  • Use adversarial-review when the user explicitly wants independent, high-scrutiny review.
  • Handle small, directly verifiable tasks without adding workflow ceremony.

Establish the Contract

Before substantive work, derive a compact contract from the request and local context:

Outcome: <observable end state>
Constraints: <scope, safety, compatibility, authority>
Non-goals: <adjacent work intentionally excluded>
Done when:
- <claim> -> <evidence that can prove it>
Stop or ask when: <human decision or authority boundary>

Do not turn this into a screenplay. Include decisions that control the result, not a command-by-command itinerary.

Ask the user only about choices that cannot be discovered and would materially change the result. Resolve codebase facts, tool availability, and current state directly when safe.

Match Evidence to the Claim

Choose the witness before implementing when verification affects the design.

Completion claim Appropriate witness
A user flow works Exercise the real UI or equivalent user surface.
Hidden state changed Read it back through the owning API, CLI, log, or datastore.
A code contract holds Run the narrow test, type check, lint, or contract probe that exercises it.
Performance improved Compare repeated baseline and treatment runs under the same load.
A deployment shipped Verify the deployment job and the served artifact or live behavior.
An external artifact changed Re-open the external artifact; a local diff cannot prove it.

One witness may support several claims, but a convenient witness must not stand in for the relevant one. A build does not prove a user interaction, and a UI check does not prove a database invariant.

Read the full file on GitHub · 96 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. 9d ago First seen · 96 lines · 58 tokens per session scan A 6e3386fa3ec0

Subscribe to this mod's changes

outcome-first-workflows is a skill published in the GitHub repository EzraApple/skills-init (2 stars, last pushed 1mo ago), licensed MIT. It adds 58 tokens to every session and 819 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.