NioPD PD process
Skill 8421bit/NioPD-Skills/plugins/niopd/skills/NioPD-PD-process
Agent Skills for AI-powered Product Management with Claude Code.
npx -y skills add 8421bit/NioPD-Skills --skill NioPD-PD-processAssembled 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
| 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