diagram-generatecollaboration

Generate Mermaid collaboration diagrams from domain concepts and requirements.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/zhongadamwang/CCAGA --skill diagram-generatecollaboration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: diagram-generatecollaboration
Source: https://github.com/zhongadamwang/CCAGA/tree/main/.github/skills/diagram-generatecollaboration
Command: npx skills add https://github.com/zhongadamwang/CCAGA --skill diagram-generatecollaboration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagram generation helps teams visualize complex system interactions by turning domain concepts and requirements into Mermaid diagrams embedded in Markdown.

Core Features & Use Cases

  • Generates class diagrams from domain concepts and domain models to reveal entity relationships.
  • Creates collaboration diagrams for key user and system interactions, with traceability to requirements.
  • Outputs a Markdown report with embedded Mermaid diagrams and a diagrams.json metadata file for documentation and architecture planning.

Quick Start

Provide domain-concepts.json and requirements.json inputs, and this skill will generate Mermaid diagrams and a Markdown report.

Frequently Asked Questions about diagram-generatecollaboration

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

FAQPage Schema
How do I generate Mermaid diagrams from domain concepts and requirements?

To generate Mermaid diagrams, provide your domain-concepts.json and requirements.json as inputs. The skill processes these domain models to produce class diagrams, sequence diagrams, and traceability metadata embedded in a Markdown report.

What is the best way to visualize system interactions and traceability from domain models?

Visualizing system interactions is best achieved by generating Mermaid collaboration diagrams from domain concepts. This links diagrams to source artifacts and orgModel domain models, producing a Markdown report with embedded diagrams and a companion diagrams.json file.

Can I use this to generate class diagrams and sequence diagrams from existing domain models?

Yes, you can generate class diagrams and sequence diagrams from existing domain models. The skill extracts entity relationships from your domain concepts and creates collaboration diagrams for key user and system interactions.

Does generating Mermaid diagrams from domain concepts require any specific dependencies?

Generating Mermaid diagrams from domain concepts requires no specific external dependencies. You only need to provide the domain-concepts.json and requirements.json files to start visualizing your architecture and system interactions.

What formats are output when creating Mermaid collaboration diagrams from requirements?

Creating Mermaid collaboration diagrams outputs a Markdown report with embedded visualizations and a companion diagrams.json metadata file. These outputs link the generated diagrams directly to your source artifacts and orgModel domain models.