Agent skill · Documentation

process-documentation

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.

mohitagw15856github.com/mohitagw15856GitHub ↗
claude-codecursorMIT
Install
npx skills add mohitagw15856/pm-claude-skills --skill process-documentation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/process-documentation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,255
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Process Documentation Skill Produces clear, structured process documentation that someone new to a role can follow without needing to ask questions. ## Required Inputs - **Process name** - **Process description** (rough notes are fine) - **Who does this process** (roles involved) - **How often it runs** (daily / weekly / monthly / event-triggered) - **Tools involved** - **Known edge cases** ## Output Structure --- # Process: [Process Name] **Owner:** [Role] | **Frequency:** [How often] | **Estimated time:** [Duration] --- ### Purpose [1-2 sentences. Why does this process exist? What breaks if it is not done?] ### Scope **In scope:** [What this covers] **Out of scope:** [What it does not cover] ### Prerequisites - [ ] [Required access or information] - [ ] [Any dependency that must be completed first] --- ### Roles and Responsibilities | Role | Responsibility | |---|---| | [Role 1] | [What they do] | --- ### Process Steps **Step 1: [Step name]** - **Who:** [Role] - **When:** [Trigger or timing] - **How:** [Substeps numbered] - **Output:** [What exists at end of this step] - **Tool:** [System used] [Continue for all steps] --- ### Edge Cases and Exceptions | Situation | What to do

What's inside
Steps it walks through
  1. Required Inputs
  2. Output Structure
  3. Purpose
  4. Scope
  5. Prerequisites
  6. Roles and Responsibilities
  7. Process Steps
  8. Edge Cases and Exceptions
  9. Common Mistakes
  10. Escalation Path
  11. Review
  12. Quality Checks
  13. Anti-Patterns
  14. Example Trigger Phrases
More from pm-claude-skills
All skills →
About this skill
What does the process-documentation skill do?

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 do I install it?

Run `npx skills add mohitagw15856/pm-claude-skills --skill process-documentation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From mohitagw15856/pm-claude-skills, a repository with 1,255 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going