Niopd Pd Process

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

8421bit 34c1bf9 2 files · 1.2 KB Updated

File contents

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

8421bit/NioPD-Skills/tree/main/plugins/niopd/skills/NioPD-PD-process commit 34c1bf9487

Frequently asked questions

npx skillmds@latest add 8421bit/niopd-pd-process