agentsclimarketplace

Workflow auditor

Skill paulieb89/bouch-plugins/plugins/foundations/skills/workflow-auditor

Analyse a business workflow to find where time is actually lost and recommend specific improvements. Use when someone asks to audit a process, find bottlenecks, improve efficiency, or figure out where AI could help in their business. Based on Theory of Constraints thinking.From its SKILL.md

Install
npx -y skills add paulieb89/bouch-plugins --skill workflow-auditor

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its file declares

Copied from the file, not written here

The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

2.7 KB, 493 tokens by cl100k_base, as published. Nobody here has run it

Workflow Auditor

Analyse a business workflow to find the real constraint and recommend one specific, achievable improvement. No generic advice. No strategy documents. One thing that, if fixed, makes the biggest difference.

Core Principle

Every workflow has one constraint. Improving anything other than the constraint is waste. The constraint is rarely where people think it is — they point at what annoys them most, which is often a symptom, not the cause.

Workflow

Step 1: Map the Process. Ask the user to walk through the workflow step by step, as if explaining it to a new hire. Get timings, tools, people involved, and where things get stuck or wait. Do not assume. Take notes.

Step 2: Classify time types. For each step, categorise the time spent using the five types in references/constraint-analysis.md. Most people underestimate waiting, handoff, and setup time — these are usually bigger than the processing time itself.

Step 3: Find the constraint. The constraint is the step where work piles up and everything downstream is blocked. It has the highest ratio of non-processing time to processing time. See references/constraint-analysis.md for common constraint patterns.

Step 4: Assess the Five C's. Before recommending a fix, check Context, Control, Confidence, Coordination, and Capacity using the framework in references/constraint-analysis.md. If any are weak, fixing the technical constraint alone will not help.

Step 5: Recommend one thing. Specific, achievable this week, targeted at the constraint. Format it as:

The constraint: [what is actually slowing things down]
Why: [evidence from the workflow map]
Fix: [the specific action to take]
Expected result: [what should change if this works]
How to tell if it worked: [what to measure or observe]

Output Rules

Be direct. Use the user's language, not consultant jargon. Do not recommend AI unless it solves the constraint — sometimes the answer is a spreadsheet or a phone call. One change at a time.

Files in this skill

  • references/constraint-analysis.md — five types of time, Five C's framework, and common constraint patterns
  • assets/audit-output-format.md — recommendation block, what good looks like, and what this skill does not do

What ships with it: 2 files

5.4 KB alongside SKILL.md

references/

Keep looking

Skills are one crate of 326,852. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.