diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..4633850 --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,26 @@ +{ + "name": "bmad-creative-intelligence-suite", + "owner": { + "name": "Brian (BMad) Madison" + }, + "plugins": [ + { + "name": "bmad-creative-intelligence-suite", + "source": "./", + "description": "Creative AI agents and workflows — brainstorming, problem-solving, design thinking, innovation strategy, storytelling, and visual presentations.", + "version": "0.1.9", + "skills": [ + "./src/skills/bmad-cis-agent-brainstorming-coach", + "./src/skills/bmad-cis-agent-creative-problem-solver", + "./src/skills/bmad-cis-agent-design-thinking-coach", + "./src/skills/bmad-cis-agent-innovation-strategist", + "./src/skills/bmad-cis-agent-presentation-master", + "./src/skills/bmad-cis-agent-storyteller", + "./src/skills/bmad-cis-design-thinking", + "./src/skills/bmad-cis-innovation-strategy", + "./src/skills/bmad-cis-problem-solving", + "./src/skills/bmad-cis-storytelling" + ] + } + ] +} diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..23b29dd --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "bmad-creative-intelligence-suite", + "version": "0.1.9", + "description": "A suite of creative AI agents and workflows for brainstorming, problem-solving, design thinking, innovation strategy, storytelling, and presentations. Part of the BMad Method ecosystem.", + "author": { + "name": "Brian (BMad) Madison" + }, + "license": "MIT", + "homepage": "https://github.com/bmad-code-org/bmad-module-creative-intelligence-suite", + "repository": "https://github.com/bmad-code-org/bmad-module-creative-intelligence-suite", + "keywords": ["bmad", "creative", "brainstorming", "design-thinking", "innovation", "storytelling"] +}