workflow-retro

workflow-retro is a skill for Claude Code from cunhaax/ai-workflow. It costs 97 tokens per session (1,978 once invoked), scanned A, original, MIT.

A logging skill that records what happened during a feature’s coding workflow. It saves one local review file for each feature branch.

In plain words
What is it for?
It records skipped or completed steps, review cycles, findings from critics and reviewers, adopted changes, and a short judgment; a companion skill can add cost data later.
Why use it?
It gives developers evidence about which workflow steps ran, what they found, and whether their effort was worthwhile, instead of relying on memory.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; mentions Claude Code.

Part of the ai-workflow plugin — 8 skills, 4 agents, 2 MCP servers shipped together

Good fit It records skipped or completed steps, review cycles, findings from critics and reviewers, adopted changes, and a short judgment; a companion skill can add cost data later.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cunhaax/ai-workflow/workflow-retro
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 cunhaax/ai-workflow --skill workflow-retro
Clone the repo
git clone --depth 1 https://github.com/cunhaax/ai-workflow

Made for: Claude Code.

Or install ai-workflow, the plugin that ships this one along with the rest of its 8 skills, 4 agents, 2 MCP servers.

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 workflow-retro

README.md
[![agentmods](https://agentmods.dev/badge/skills/cunhaax/ai-workflow/workflow-retro.svg)](https://agentmods.dev/skills/cunhaax/ai-workflow/workflow-retro)
Your own site
<a href="https://agentmods.dev/skills/cunhaax/ai-workflow/workflow-retro"><img src="https://agentmods.dev/badge/skills/cunhaax/ai-workflow/workflow-retro.svg" alt="Measured on agentmods" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,978 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.00097 $0.01978
Opus 5 $0.00048 $0.00989
Sonnet 5 $0.00019 $0.00396
Haiku 4.5 $0.00010 $0.00198

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

Security

Grade A, and why

workflow-retro 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 7d 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.

plugins/ai-workflow/skills/workflow-retro/SKILL.md · 167 lines

How it starts

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

/workflow-retro — Record the Feature's Workflow Outcome

Run this skill at the end of a feature session — typically after the PR is opened (Step 9 of /feature), or when the feature is abandoned. It records what the workflow actually did for this feature: which steps ran, what each one caught, and what that changed. Over several features, these records are the evidence base for tuning the workflow — which steps earn their cost, which are candidates for skip rules.

This is the outcome half of the record. The cost half (tokens per step, wall-clock, file-read overlap) is computed from the session transcripts by the companion /workflow-inspect skill and appended to the same file later. If that skill is not installed yet, the Cost section simply stays pending — nothing here depends on it.

Ground rules:

  • Facts come from artifacts. Fill each field from the PR body, git log, and the plan/critique/review/QA outputs in this session — not from memory alone when an artifact exists. Anything not established is recorded as unknown, never guessed.
  • The log is local evaluation data. .workflow-log/ is gitignored — never commit it or its contents, and never move it into the repo history.
  • One file per feature branch. If a file for the current branch already exists (a previous retro, or the feature spans multiple sessions), update it — fill gaps, correct facts, append the new session ID — instead of creating a duplicate. Exception: if the existing file evidently records a different feature that reused the branch name (its PR is already merged, or its dates are far from this session's), ask the user whether to replace it or pick another filename — do not merge two features into one record.
  • Writing the log file (and creating its directory) is the only mutation this skill performs.
  • The skill assumes a /feature session. In a session that ran only part of the workflow (an ad-hoc /plan-draft, a review-only pass), record what applies and mark the rest n/a.

Read the full file on GitHub · 167 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. 7d ago First seen · 167 lines · 97 tokens per session scan A 6e6b03924294

Subscribe to this mod's changes

workflow-retro is a skill published in the GitHub repository cunhaax/ai-workflow (5 stars, last pushed 11d ago), licensed MIT. It adds 97 tokens to every session and 1,978 once invoked, about $0.0005 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.