niopd-pd-process

star 1

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

8421bit By 8421bit schedule Updated 1/19/2026

name: niopd-pd-process description: Documents business processes with Mermaid flowcharts. Use for process documentation, workflow design, or system analysis.

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

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
Install via CLI
npx skills add https://github.com/8421bit/NioPD-Skills --skill niopd-pd-process
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator