process-mapping

process-mapping is a skill for Claude Code, Codex from Leo-maomao/pm-copilot. It costs 30 tokens per session (426 once invoked), scanned A, original, MIT.

A method for documenting how work moves through people, systems, queues, approvals, and exceptions. It records owners, inputs, outputs, waiting, processing, failures, and service targets.

In plain words
What is it for?
It helps map operational workflows, measure bottlenecks and cycle time, document exception paths and rollbacks, and turn process problems into product requirements.
Why use it?
It makes hidden delays, handoff problems, repeated work, approval gates, and overloaded owners visible when planning product 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/leo-maomao/pm-copilot/process-mapping
Any agent
npx skills add Leo-maomao/pm-copilot --skill process-mapping
Clone the repo
git clone --depth 1 https://github.com/Leo-maomao/pm-copilot

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 process-mapping

README.md
[![agentmods](https://agentmods.dev/badge/skills/leo-maomao/pm-copilot/process-mapping.svg)](https://agentmods.dev/skills/leo-maomao/pm-copilot/process-mapping)
Your own site
<a href="https://agentmods.dev/skills/leo-maomao/pm-copilot/process-mapping"><img src="https://agentmods.dev/badge/skills/leo-maomao/pm-copilot/process-mapping.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 426 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.00030 $0.00426
Opus 5 $0.00015 $0.00213
Sonnet 5 $0.00006 $0.00085
Haiku 4.5 $0.00003 $0.00043

Measured 4d ago against content hash b3e2cebfcd0b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

process-mapping 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/process-mapping/SKILL.md · 43 lines

What it actually says

Process Mapping

Goal

Map how work actually flows through people, systems, queues, approvals, and exceptions so PM decisions account for operational reality.

Workflow

  1. Define the process boundary: trigger, start state, end state, customer or internal user, and owner.
  2. Capture stages with owner, system, input, output, queue time, processing time, SLA, approval, failure mode, and handoff.
  3. Separate value-add work, waiting, rework, review, compliance gate, and notification steps.
  4. Identify bottlenecks using cycle time, wait ratio, rework frequency, owner load, dependency concentration, and escalation count.
  5. Capture exception paths, rollback, cancellation, manual override, audit logging, and customer-visible status.
  6. Convert bottlenecks into product implications: automate, simplify, expose status, add guardrail, change policy, add tooling, or leave manual.
  7. Link product requirements to affected process stages and operational owners.
  8. State what data is estimated versus measured.

Boundary

Use this skill for the flow of work across people, systems, queues, approvals, and exceptions. Use skills/knowledge-ops/SKILL.md for the documents operators read to execute that flow. Do not create separate BPMN, bottleneck, cycle-time, or handoff-analysis skills; extend this one.

Output

  • Process boundary and owner
  • Stage map or swimlane-ready table
  • Cycle-time and bottleneck notes
  • Exception and rollback paths
  • Product implications and non-goals
  • Instrumentation or reporting gaps

Quality Bar

  • The map includes owners and systems, not only user-facing screens.
  • Wait, rework, and approval time are visible.
  • The recommendation targets the constraint instead of optimizing a non-bottleneck step.
  • Manual operations and customer-visible status stay consistent.
  • Estimated process data is labeled as such.
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 · 43 lines · 30 tokens per session scan A b3e2cebfcd0b

Subscribe to this mod's changes

process-mapping is a skill published in the GitHub repository Leo-maomao/pm-copilot (4 stars, last pushed today), licensed MIT. It adds 30 tokens to every session and 426 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

dcjc

Use when executing multi-step tasks, when code quality or progress deviates from plan, when tool calls fail repeatedly, or when a task delay exceeds 50% of the estimate.

Jack-infinity420/three-mechanisms-plugin · 38 tokens

qsbg

Use when starting a new task, facing ambiguous requirements, choosing between multiple technical approaches, making architectural decisions, or considering parallel agent execution.

Jack-infinity420/three-mechanisms-plugin · 29 tokens

xxfw

Use when completing a milestone, encountering a major risk or blocker, finishing a task, or when more than two reporting nodes have passed without a status update.

Jack-infinity420/three-mechanisms-plugin · 33 tokens

chinese-documentation

中文文档排版参考——中英文空格、全半角标点、术语保留、链接格式、中文文案排版指北约定。仅在用户显式 /chinese-documentation 时调用,不要根据上下文自动触发。.

jnMetaCode/superpowers-zh · 62 tokens

chinese-git-workflow

国内 Git 平台配置参考——Gitee、Coding.net、极狐 GitLab、CNB 的 SSH/HTTPS/凭据/CI 接入差异与镜像同步配置。仅在用户显式 /chinese-git-workflow 时调用,不要根据上下文自动触发。.

jnMetaCode/superpowers-zh · 69 tokens

check-understanding

AI Engineering from Scratch 的阶段测验。用于“给我测验一下”、“测试阶段”、“检查我的理解”、“我掌握第 3 阶段了吗”,也支持 "quiz me", "test phase", "check my understanding", "do I know phase 3" 或 /check-understanding 。.

fancyboi999/ai-engineering-from-scratch-zh · 71 tokens