From pm-operations
Document any business process in a clear, structured format. Use when asked to document a process, write a process guide, create a workflow document, or map out how something works. Produces a complete process document with steps, roles, inputs, outputs, and edge cases.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pm-operations:process-documentationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Produces clear, structured process documentation that someone new to a role can follow without needing to ask questions.
Produces clear, structured process documentation that someone new to a role can follow without needing to ask questions.
Owner: [Role] | Frequency: [How often] | Estimated time: [Duration]
[1-2 sentences. Why does this process exist? What breaks if it is not done?]
In scope: [What this covers] Out of scope: [What it does not cover]
| Role | Responsibility |
|---|---|
| [Role 1] | [What they do] |
Step 1: [Step name]
[Continue for all steps]
| Situation | What to do | Who to contact |
|---|---|---|
| [Edge case] | [Action] | [Name/role] |
[2-4 things people get wrong the first time]
[Name/role] → [Next level] → [Final escalation]
Next review due: [Date]
2plugins reuse this skill
First indexed Jul 8, 2026
npx claudepluginhub mileadev/pm-claude-skills --plugin pm-operationsCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.