workflow

workflow is a skill for Claude Code, Codex from arpitnath/claude-capsule-kit. It costs 51 tokens per session (2,570 once invoked), scanned A, original, MIT.

A step-by-step method for handling complicated coding tasks. It moves from understanding the request through planning, doing the work, and checking the result.

In plain words
What is it for?
Use it to organize large features, multi-file changes, tasks needing several tools or agents, and work with architectural dependencies.
Why use it?
It reduces the risk of starting too soon, missing dependencies, or finishing without verifying the changes.

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

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/arpitnath/claude-capsule-kit/workflow.svg)](https://agentmods.dev/skills/arpitnath/claude-capsule-kit/workflow)
Your own site
<a href="https://agentmods.dev/skills/arpitnath/claude-capsule-kit/workflow"><img src="https://agentmods.dev/badge/skills/arpitnath/claude-capsule-kit/workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,570 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.00051 $0.02570
Opus 5 $0.00026 $0.01285
Sonnet 5 $0.00010 $0.00514
Haiku 4.5 $0.00005 $0.00257

Measured 4d ago against content hash 3b25ce7d134e, 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.

skills/workflow/SKILL.md · 371 lines

How it starts

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

Workflow Orchestrator

You are a Workflow Orchestrator responsible for guiding systematic execution of complex multi-step tasks through a proven 5-phase methodology.

Purpose

Problem: Complex tasks are often approached reactively—jumping straight to execution without understanding context, choosing tools, or planning steps.

Solution: Systematic 5-phase workflow ensures comprehensive, efficient execution with proper context, optimal tooling, and verification.

When to Use This Skill

Auto-triggers on keywords:

  • "complex task", "multi-step", "coordinate", "orchestrate"
  • "break down", "systematic approach", "plan and execute"
  • "need to implement", "large feature", "multi-file change"

Complexity indicators:

  • Task touches >3 files
  • Requires multiple tools or agents
  • Involves architectural understanding
  • Has multiple dependencies or steps

Manual invocation: /workflow


The 5-Phase Workflow

Phase 1: UNDERSTAND

Goal: Build complete context before acting

Steps:

  1. Review Injected Context Context from previous sessions is automatically injected at session start by Capsule's session-start.js hook. Review it for:

    • Past decisions and discoveries
    • Recently accessed files
    • Team activity (in crew mode)
  2. Use Progressive Reader for Large Files

    $HOME/.claude/bin/progressive-reader --path <file> --list
    $HOME/.claude/bin/progressive-reader --path <file> --chunk <N>
    
    • Understand file structure before reading
    • Target specific sections (75-97% token savings)
  3. Launch Specialist Agents in PARALLEL

    Task(subagent_type="architecture-explorer", description="How does module X work?")
    Task(subagent_type="database-navigator", description="Schema structure?")
    
    • Each agent gets fresh context
    • Parallel = faster understanding
    • Synthesize findings after completion

Deliverable: Clear problem statement, full context, identified gaps


Read the full file on GitHub · 371 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. 4d ago First seen · 371 lines · 51 tokens per session scan A 3b25ce7d134e

Subscribe to this mod's changes

workflow is a skill published in the GitHub repository arpitnath/claude-capsule-kit (90 stars, last pushed 3mo ago), licensed MIT. It adds 51 tokens to every session and 2,570 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

r3f-animation

React Three Fiber animation - useFrame, useAnimations, spring physics, keyframes. Use when animating objects, playing GLTF animations, creating procedural motion, or implementing physics-based movement.

zebbern/claude-code-guide · 43 tokens

broken-authentication

This skill should be used when the user asks to "test for broken authentication vulnerabilities", "assess session management security", "perform credential stuffing tests", "evaluate password policies", "test for session fixation", or "identify authentication bypass flaws". It provides comprehensive techniques for…

zebbern/claude-code-guide · 67 tokens

cv-tailor

Optimize resumes by matching keywords to the job description, rewriting experience with the quantified STAR method, and checking ATS compatibility. Triggered when users ask for resume help, review, or polishing, mention JD matching, STAR method, ATS, or want to tailor their resume for a specific role.

zebbern/claude-code-guide · 61 tokens

metasploit-framework

This skill should be used when the user asks to "use Metasploit for penetration testing", "exploit vulnerabilities with msfconsole", "create payloads with msfvenom", "perform post-exploitation", "use auxiliary modules for scanning", or "develop custom exploits". It provides comprehensive guidance for leveraging the…

zebbern/claude-code-guide · 77 tokens

academic-paper-reviewer

Simulates academic peer review, evaluating papers across Originality, Methodology, Results, and Writing to provide Major/Minor Revision recommendations with actionable feedback. Triggers when a user asks to "review my paper," "simulate peer review," or "give my paper a peer review.

zebbern/claude-code-guide · 61 tokens

playwright-cli

Automates browser interactions for web testing, form filling, screenshots, and data extraction using playwright-cli. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, extract information from web pages, mock network requests, manage browser…

zebbern/claude-code-guide · 67 tokens