plugins marketplace
← All plugins

voltagent-biz

v1.0.3

Product, legal, and business specialists - product strategy, licensing, project management, UX research

Claude Code

by VoltAgent CommunityMIT24.2kupdated 1 week ago

Source

git clone https://github.com/VoltAgent/awesome-claude-code-subagents

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is categories/08-business-product/ inside the repository.

Layout

categories/08-business-product/
└── .claude-plugin/plugin.json

Manifests1

categories/08-business-product/.claude-plugin/plugin.json
{
  "name": "voltagent-biz",
  "version": "1.0.3",
  "description": "Product, legal, and business specialists - product strategy, licensing, project management, UX research",
  "author": {
    "name": "VoltAgent Community",
    "url": "https://github.com/VoltAgent"
  },
  "repository": "https://github.com/VoltAgent/awesome-claude-code-subagents",
  "license": "MIT",
  "agents": [
    "./assumption-mapping.md",
    "./backlog-grooming.md",
    "./business-analyst.md",
    "./content-marketer.md",
    "./content-quality-editor.md",
    "./customer-success-manager.md",
    "./growth-loops.md",
    "./legal-advisor.md",
    "./license-engineer.md",
    "./product-manager.md",
    "./project-manager.md",
    "./sales-engineer.md",
    "./scrum-master.md",
    "./technical-writer.md",
    "./ux-researcher.md",
    "./wordpress-master.md"
  ]
}