agentsclimarketplace

NioPD PD process

Skill 8421bit/NioPD-Skills/plugins/niopd/skills/NioPD-PD-process

Agent Skills for AI-powered Product Management with Claude Code.

Install
npx -y skills add 8421bit/NioPD-Skills --skill NioPD-PD-process

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

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

SKILL.md

1.0 KB, as published. Nobody here has run it

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

StepDescriptionOwnerSystem
[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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.