outcome-run

outcome-run is a skill for Codex from Nimrobo/superdense. It costs 62 tokens per session (1,353 once invoked), scanned A, original, Apache-2.0.

A guided workflow for carrying out one concrete action toward a real-world goal and recording what happened. It uses an outcome folder containing the goal, current run, and completion checks.

In plain words
What is it for?
Use it to choose and execute the next step on a goal, maintain reward records, create work and learning notes, and improve future actions from earlier results.
Why use it?
It turns a broad goal into a bounded piece of work and preserves evidence and lessons for later actions.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions subagents.

Good fit Use it to choose and execute the next step on a goal, maintain reward records, create work and learning notes, and improve future actions from earlier results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nimrobo/superdense/outcome-run
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 Nimrobo/superdense --skill outcome-run
Clone the repo
git clone --depth 1 https://github.com/Nimrobo/superdense

Made for: 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-run

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/nimrobo/superdense/outcome-run"><img src="https://agentmods.dev/badge/skills/nimrobo/superdense/outcome-run.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,353 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.00062 $0.01353
Opus 5 $0.00031 $0.00677
Sonnet 5 $0.00012 $0.00271
Haiku 4.5 $0.00006 $0.00135

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

Security

Grade A, and why

outcome-run 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-run/SKILL.md · 62 lines

How it starts

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

Outcome Run

Run one action for one outcome folder. An action is one concrete step on a lever, whether a rep of a proven recipe or a fix to something in the path. The run folder records work references and learning; Superdense records durable sessions, artifacts, externalization targets, and reward snapshots.

Read references/outcome-loop.md and references/preflight.md before starting.

Workflow

  1. Locate the outcome folder and read goal.md, run.md, and gate.md. If any are missing, stop and use outcome-setup to repair the folder contract.
  2. Start with the bounded reward preflight. references/preflight.md is the full job specification:
    • Spawn a bounded subagent when the runtime supports it and the invocation permits subagents.
    • Prefer a lower-cost or lower-reasoning subagent only when it is still capable of correct, bounded maintenance.
    • If subagents are unavailable, run the same preflight locally.
  3. Run the preflight per references/preflight.md, filling in <outcome-folder>. It plans the maintenance pipeline with one superdense reward next --project <id> --items 10 call, advances each returned step in one bounded batch up to the budgeted item count, and returns a compact evidence packet. reward next retires matured targets itself (linked and non-located) and returns the project name and roots, so no separate retire call is needed. It stays on already-external active targets and the current run; it does not drain the internal backlog.
  4. Refresh the lever portfolio in run.md from the evidence packet when the evidence clearly changes pull count, reward summary, uncertainty, last-pulled, status, or Pareto-best dimension. Do not flatten multidimensional reward into one scalar.
  5. Render due experiment verdicts with superdense experiment verdict <id> when target reps are met and the reward window is mature. Surface refuted hypotheses with superdense hypothesis list --project <project-id> --status refuted as "what not to try" before choosing a new action.
  6. Surface comparable cohorts and version chains yourself — this is the run agent's job, not the preflight's. Start with superdense cohort list --project <project-id> --by type and inspect relevant version chains; keep it compact and project-scoped. Use them to inform the next action.
  7. Use goal.md, run.md, gate.md, open hypotheses/experiments, refuted hypotheses, cohort/chain comparison, and the evidence packet to choose exactly one action unless the user explicitly asks for exploration only. First set Mode: explore or Mode: exploit from the Selection Policy.
  8. For explore, record a structured falsifiable hypothesis with superdense hypothesis record unless an open suitable hypothesis already exists. Open or extend an experiment with superdense experiment open and later superdense experiment add-member. For exploit, cite the supported hypothesis and experiment that justify the proven lever.
  9. Create runs/<run-id>/ using a stable date-plus-slug id. Use the ## Run Record Template in run.md as the source of truth. Write:
    • work.md
    • learnings.md
  10. Execute the action in the correct surface:
    • for content outcomes, the run folder may contain drafts or final copy,
    • for product outcomes, edit the target repo and record branch, PR, deploy, event names, and session IDs in work.md.
  11. After the shipped artifact exists or the run has a stable artifact id, attach the run/artifact to the experiment with superdense experiment add-member. Record Mode, Hypothesis id, and Experiment id in work.md.
  12. Before completion, apply gate.md:

Read the full file on GitHub · 62 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 62 lines · 62 tokens per session scan A 471227bc901d

Subscribe to this mod's changes

outcome-run is a skill published in the GitHub repository Nimrobo/superdense (85 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 62 tokens to every session and 1,353 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-30.

Related

Other skills, from other repositories