diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 505677a..54059aa 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,10 +1,19 @@ { + "name": "specforge", + "owner": { + "name": "Nguyen Duong" + }, + "metadata": { + "description": "Spec-driven development toolkit for AI coding agents. Provides structured templates, BA workflow skills, slash commands, and agents that turn requirements into sprint-ready work.", + "version": "1.0.0" + }, "plugins": [ { "name": "specforge", + "source": "./", "description": "Spec-driven development toolkit for AI coding agents. Provides structured templates, BA workflow skills, slash commands, and agents that turn requirements into sprint-ready work.", "version": "1.0.0", - "path": ".", + "category": "development", "keywords": [ "spec", "requirements", @@ -16,4 +25,4 @@ ] } ] -} \ No newline at end of file +}