workflow

workflow is a skill for Claude Code, Codex from thewolffish/wolffish-app. It costs 48 tokens per session (1,519 once invoked), scanned A, original, MIT.

A workflow coordinator for breaking a large task into phases and assigning independent parts to several AI agents.

In plain words
What is it for?
Use it to split research, building, checking, and verification into parallel jobs, then combine the results into one answer.
Why use it?
It helps manage complex work without doing every part in one long run. You can collect results as they arrive, compare them, and stop or redirect agents when needed.

Skill for Claude CodeCodex

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

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 skills/thewolffish/wolffish-app/workflow
Any agent
npx skills add thewolffish/wolffish-app --skill workflow
Clone the repo
git clone --depth 1 https://github.com/thewolffish/wolffish-app

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 workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/thewolffish/wolffish-app/workflow.svg)](https://agentmods.dev/skills/thewolffish/wolffish-app/workflow)
Your own site
<a href="https://agentmods.dev/skills/thewolffish/wolffish-app/workflow"><img src="https://agentmods.dev/badge/skills/thewolffish/wolffish-app/workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,519 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.1 $0.00048 $0.01519
Opus 5 $0.00024 $0.00759
Sonnet 5 $0.00010 $0.00304
Haiku 4.5 $0.00005 $0.00152

Measured 5d ago against content hash 1a3448fbaf43, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

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

The scan reads SKILL.md. This mod also ships 1 executable file (plugin/index.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/defaults/workspace/brain/cerebellum/workflow/SKILL.md · 98 lines

What it actually says

Workflow — design and drive a model-led run

These tools exist so YOU can architect the execution of a task: break it into phases, fan independent slices out to parallel agents on models you choose, collect each result the moment it lands, pit agents against each other for adversarial verification, and synthesize one answer in your own voice.

The workflow is never fixed. You design it per task — a quick question needs no agents at all; a hard deliverable might get analysis agents, builder agents, skeptic agents, and a verify pass. The user sees a live workflow card built from the harness's own telemetry (statuses, tokens, time, tool calls) — your job is the work, not the reporting.

The loop

  1. workflow_plan the phases when the task is big enough to phase — it commits you to spawning agents into them; solo work takes no plan and no card.
  2. agent_spawn the independent slices — several at once for parallelism, each with a complete, self-contained task and a model matched to its difficulty.
  3. agents_await — it returns on the FIRST landing; read the report, decide, spawn/steer/cancel, await again. Never stall on the slowest agent.
  4. Verify: spawn skeptics/checkers against produced work before trusting it.
  5. Synthesize the final answer yourself, in one voice.

The full playbook lives in your workflow-mode system prompt.

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. 5d ago First seen · 98 lines · 48 tokens per session scan A 1a3448fbaf43

Subscribe to this mod's changes

workflow is a skill published in the GitHub repository thewolffish/wolffish-app (5 stars, last pushed today), licensed MIT. It adds 48 tokens to every session and 1,519 once invoked, about $0.0002 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

agent-computer-use

REQUIRED for any task that involves operating a desktop application — opening apps, clicking buttons, typing into fields, pressing keys, scrolling, dragging, reading what's on screen, moving or resizing windows, or verifying state after an action. Always use the agent-cu CLI commands (open, snapshot, click, type, key…

kortix-ai/agent-computer-use · 216 tokens

claude-api

Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports anthropic/@anthropic-ai/sdk; user asks for…

warpdotdev/warp · 193 tokens

gui-onboarding-verification-skill

GUI desktop app only. Launch two parallel Oz cloud agents with computer use to download and install the latest stable Linux Warp build, capture screenshots while walking through first-time onboarding in both logged-out and logged-in states, then selectively fan out follow-up cloud agents for distinct onboarding…

warpdotdev/warp · 98 tokens

create-skill

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

warpdotdev/warp · 64 tokens

gui-integration-test

GUI desktop app only. Writes, runs, and debugs Warp integration tests using the custom Builder/TestStep framework in crates/integration. Use when adding a new integration test, fixing a failing integration test, wiring a test into the manual runner or nextest suite, or verifying end-to-end UI and terminal behavior in…

warpdotdev/warp · 72 tokens

gui-settings-ui

GUI desktop app only. How to build a Settings page in the Warp client (app/src/settingsview) so its widgets and settings search behave correctly — picking a PageType, deciding whether a heading belongs in the page-title slot or inside a widget, gating a widget, and scoping searchterms per widget. Use when adding or…

warpdotdev/warp · 86 tokens