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.
npx agentmods add skills/anotb/management-consulting-plugin/process-excellencenpx skills add anotb/management-consulting-plugin --skill process-excellencegit clone --depth 1 https://github.com/anotb/management-consulting-pluginWrote 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.
[](https://agentmods.dev/skills/anotb/management-consulting-plugin/process-excellence)<a href="https://agentmods.dev/skills/anotb/management-consulting-plugin/process-excellence"><img src="https://agentmods.dev/badge/skills/anotb/management-consulting-plugin/process-excellence.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00137 | $0.03242 |
| Opus 5 | $0.00068 | $0.01621 |
| Sonnet 5 | $0.00027 | $0.00648 |
| Haiku 4.5 | $0.00014 | $0.00324 |
Grade A, and why
process-excellence 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 237 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Process Excellence
Apply Lean Six Sigma to analyze, improve, and control business processes. Lean kills waste and improves flow. Six Sigma reduces variation and defects. Run them together: Lean makes the process faster, Six Sigma makes it reliable. One without the other leaves money on the table.
Before you produce anything, get real inputs. Ask for the process boundaries, baseline metrics, and event data. If the user cannot supply numbers, say so and mark every figure you use as an illustrative example that needs validation. A process analysis built on invented baselines is worse than no analysis, because it looks credible and points the team in the wrong direction.
DMAIC Methodology
DMAIC (Define, Measure, Analyze, Improve, Control) is the structured path for improving an existing process. Each phase has a deliverable and a gate. Do not advance until the gate is cleared. The two phases where engagements live or die are Measure (bad baselines poison everything downstream) and Analyze (skipping to solutions is the single most common failure). Spend your judgment there. The rest is disciplined execution.
Define
Articulate the opportunity before anyone proposes a fix.
Problem statement: Quantify the current problem in cycle time, cost, quality, or customer satisfaction. "Invoice approval is slow" is not a problem statement. "Invoice approval averages 6.2 days against a 2-day SLA, and 18% breach it" is. A vague problem produces a vague solution.
Scope: State what is in and what is out. Projects that try to fix the whole value chain fix nothing. Pick a start point and an end point and defend them.
Success criteria: Set measurable targets per metric. Record current state, target state, and the percentage improvement expected. If you cannot name the metric, you cannot claim the win.
Project charter:
- Problem statement with quantified impact
- Process boundaries (explicit start and end points)
- Success metrics with baselines and targets
- Timeline per DMAIC phase
- Team: process owner, sponsor, project lead, working members
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.
- 6d ago First seen · 237 lines · 137 tokens per session scan A 748a01c6c8e0
process-excellence is a skill published in the GitHub repository anotb/management-consulting-plugin (47 stars, last pushed 12d ago), licensed MIT. It adds 137 tokens to every session and 3,242 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.
Other skills, from other repositories
reinforcement-learning
Reinforcement Learning best practices for Python using modern libraries (Stable-Baselines3, RLlib, Gymnasium). Use when: Implementing RL algorithms (PPO, SAC, DQN, TD3, A2C) Creating custom Gymnasium environments Training, debugging, or evaluating RL agents Setting up hyperparameter tuning for RL Deploying RL models…
x402-payments
Build applications using the x402 protocol — Coinbase's open standard for HTTP-native stablecoin payments using the HTTP 402 status code. Use this skill when: Creating APIs that require USDC payments per request (seller/server side) Building clients or AI agents that pay for x402-protected resources (buyer/client…
cpp-reinforcement-learning
C++ Reinforcement Learning best practices using libtorch (PyTorch C++ frontend) and modern C++17/20. Use when: Implementing RL algorithms in C++ for performance-critical applications Building production RL systems with libtorch Creating replay buffers and experience storage Optimizing RL training with GPU acceleration…
deep-learning
Comprehensive guide for Deep Learning with Keras 3 (Multi-Backend: JAX, TensorFlow, PyTorch). Use when building neural networks, CNNs for computer vision, RNNs/Transformers for NLP, time series forecasting, or generative models (VAEs, GANs). Covers model building (Sequential/Functional/Subclassing APIs), custom…
real-estate-investment
End-to-end real estate investment analysis skill. Use when users ask to analyze a property deal, run the numbers on a rental, evaluate real estate investments, build a pro forma, compare markets, calculate cap rate, cash-on-cash return, IRR, NOI, DSCR, equity multiple, or GRM. Also triggers on: BRRRR analysis, house…
prompt-optimizer
Optimize prompts for Claude's latest models (Claude 5 family — Opus 5, Sonnet 5, Fable 5 — plus the still-active Opus 4.8, Sonnet 4.6, and Haiku 4.5) using Anthropic's official prompt-engineering guidance. Use when users want to improve, refine, debug, or create prompts or system prompts for Claude. Triggers include…