By vivaxy
Graph Driven Development: enforce development process consistency through flowcharts and architecture diagrams
Implement a feature guided by GDD diagrams — extract design constraints from flowcharts and architecture diagrams before writing code
Initialize GDD for this project — scan codebase and generate flowcharts and architecture diagrams in docs/gdd/
Plan a new requirement — update flowcharts and architecture diagrams to reflect the proposed changes, with user confirmation before writing
Review implemented code for diagram alignment and code quality — returns APPROVED, APPROVED_WITH_WARNINGS, or NEEDS_WORK
Review GDD diagram files for completeness, consistency, edge cases, design quality, and Mermaid syntax — returns APPROVED, APPROVED_WITH_WARNINGS, NEEDS_WORK, or BLOCKED
Guide for when to apply the GDD workflow — read at session start to understand when GDD applies and what to do first
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of Claude Code plugins by vivaxy.
Enforces development process consistency through Mermaid flowcharts and architecture diagrams.
Core idea: Diagrams are the source of truth. They change before code, and code is reviewed against them.
Commands: /gdd:init, /gdd:plan, /gdd:code
See plugins/gdd/README.md for full documentation and installation instructions.
Each plugin has its own installation instructions. See the plugin's README for details.
To add the marketplace:
/plugin marketplace add vivaxy/claude-code-plugins-vivaxy
MIT
npx claudepluginhub vivaxy/claude-code-plugins-vivaxySignals game-hub to enter/leave game-mode via UserPromptSubmit / Stop / Notification
Diagrams Generator plugins for C4 and Mermaid diagram generation from Feature Design Documents
Create, validate, and render Mermaid diagrams
General development utilities including Mermaid diagram creation for software documentation
Diagrams-as-code tools for visualizing code, data, and systems using Mermaid and PlantUML
Codebase visualization — generates architecture, data flow, dependency, call chain, community detection, and class diagrams via Mermaid Chart MCP
Agents and skills that are specialised in writing Web Applications