prd-diagram

Generates Mermaid .mmd files from specified PRD sections.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/sinositato/tato-claude-plugins --skill prd-diagram
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prd-diagram
Source: https://github.com/sinositato/tato-claude-plugins/tree/main/plugins/prd-builder/skills/prd-diagram
Command: npx skills add https://github.com/sinositato/tato-claude-plugins --skill prd-diagram

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill transforms complex PRD sections into easily understandable visual diagrams, making it simpler to grasp state transitions, user journeys, and data structures.

Core Features & Use Cases

  • Diagram Generation: Creates Mermaid diagrams for state machines, user flows, and data models directly from PRD content.
  • Multiple Diagram Types: Supports state-machine, user-flow, and data-model visualizations.
  • Use Case: After drafting a PRD, use this Skill to generate a user flow diagram from Section 6 and a data model diagram from Section 8, allowing stakeholders to quickly review the proposed user experience and data architecture.

Quick Start

Generate all diagrams from the PRD file located at 'prd/my-feature/prd.md'.

Frequently Asked Questions about prd-diagram

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate state machine and user flow diagrams from a PRD?

This Skill generates Mermaid diagrams by parsing specific PRD sections: it creates state machine diagrams from Section 10, user flow diagrams from Section 6, and data model diagrams from Section 8, outputting them as .mmd files.

What is the best way to visualize data models in a Product Requirements Document?

Visualizing data models in a Product Requirements Document involves transforming Section 8 content into Mermaid diagrams, which this Skill handles automatically to clarify data architecture for stakeholders.

Can I automatically create Mermaid diagrams from existing markdown PRD files?

Yes, you can automatically create Mermaid diagrams from existing markdown PRD files by pointing the Skill to a document path like 'prd/my-feature/prd.md' to generate all supported visualizations.

Does this PRD diagram generator support rendering user flow and state machine visualizations?

Yes, this PRD diagram generator supports user flow and state machine visualizations by outputting Mermaid syntax files (.mmd) that can be rendered in any compatible viewer.

What file format do I get when generating Mermaid diagrams from PRD sections?

Generating Mermaid diagrams from PRD sections outputs .mmd files containing Mermaid syntax, which you can render in compatible viewers to display the visual diagrams.