workflow

workflow is a skill for Claude Code, Codex from bntvllnt/agent-skills. It costs 146 tokens per session (2,228 once invoked), scanned A, original, MIT.

A ten-command workflow for taking a software idea from planning through exploration, implementation, debugging, review, and completion.

In plain words
What is it for?
Use commands such as plan, spike, ship, fix, review, and done to organise a feature, investigate a question, repair a bug, or complete a release.
Why use it?
It gives solo developers a repeatable process for breaking work into phases and checking quality even when specialised tools are unavailable.

Skill for Claude CodeCodex

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

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/bntvllnt/agent-skills/workflow.svg)](https://agentmods.dev/skills/bntvllnt/agent-skills/workflow)
Your own site
<a href="https://agentmods.dev/skills/bntvllnt/agent-skills/workflow"><img src="https://agentmods.dev/badge/skills/bntvllnt/agent-skills/workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 146 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,228 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 $0.00146 $0.02228
Opus 5 $0.00073 $0.01114
Sonnet 5 $0.00029 $0.00446
Haiku 4.5 $0.00015 $0.00223

Measured 4d ago against content hash 6318921696d6, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 4d 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.

workflow/SKILL.md · 174 lines

How it starts

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

Workflow

High-velocity solo development. Idea to production same-day.

Agent Capabilities

Capability Used For Required Fallback
File read/write Specs, config, history Yes
Code search (grep/glob) Discovery, context Yes
Shell/command execution Quality gates (lint, build, test) Yes List commands for user to run
Codebase intelligence (npx codebase-intelligence) Structural analysis for TS/TSX projects (graph, metrics, blast radius) No grep/glob/read (manual exploration)
Task/todo tracking Phase management Recommended Track in spec Progress section
User interaction Stuck escalation, risk flags Recommended Log decisions in spec Notes
Web/doc search Pattern lookup No Use embedded patterns

Fallback rule: If your agent lacks a capability, use the fallback. Never skip the workflow step — adapt the method.

Commands

Command Action Reference
plan {idea} Create spec plan.md
spike {question} Time-boxed exploration spike.md
ship / ship {idea} Implement + validate ship.md
fix / fix {bug} Scientific debug + regression fix fix.md
review Portable multi-perspective review spec with line-by-line + rule-by-rule coverage review.md
spec-review Adversarial spec analysis spec-review.md
focus Priority analysis + task proposals focus.md
done Validate + retro + archive done.md
drop Abandon, preserve learnings drop.md
workflow Show state + suggest next Status (below)

No flags needed. The agent auto-detects intent from context:

  • "review the spec" → manual review pause
  • "skip tests" → skip test gate (documented)
  • "fix this bug" → dedicated bug fix with regression test
  • "emergency fix" → bypass spec ceremony
  • "production ready" → production validation

Read the full file on GitHub · 174 lines

Files

What ships with it

36 files 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. 4d ago First seen · 174 lines · 146 tokens per session scan A 6318921696d6

Subscribe to this mod's changes

workflow is a skill published in the GitHub repository bntvllnt/agent-skills (16 stars, last pushed 3mo ago), licensed MIT. It adds 146 tokens to every session and 2,228 once invoked, about $0.0007 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