# Niopd Pd Process

> Documents business processes with Mermaid flowcharts. Use for process documentation, workflow design, or system analysis.

- Skill: `8421bit/niopd-pd-process` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add 8421bit/niopd-pd-process`
- Raw SKILL.md: https://api.skillmd.com/api/skills/8421bit/niopd-pd-process/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: 8421bit (https://skillmd.com/u/8421bit)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/8421bit/niopd-pd-process

---


# Business Process Documentation Skill

This skill documents business processes with visual flowcharts.

## Instructions

### Step 1: Define Process Scope
- Process name
- Trigger (what starts it)
- End state (what completes it)

### Step 2: Identify Steps
List all steps in sequence

### Step 3: Create Flowchart
```mermaid
flowchart TD
    A[Start] --> B{Decision?}
    B -->|Yes| C[Action A]
    B -->|No| D[Action B]
    C --> E[End]
    D --> E
```

### Step 4: Document Each Step
| Step | Description | Owner | System |
|------|-------------|-------|--------|
| [Step] | [What happens] | [Who] | [Where] |

### Step 5: Generate Document
**File path**: `03-docs/[YYYYMMDD]-process-v0.md`

## Output Specifications
- **File Naming**: `[YYYYMMDD]-process-v0.md`
- **Location**: `03-docs/`
- **Template**: `references/process-template.md`

