diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 8abf2d8..42fd3ae 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -11,7 +11,7 @@ "url": "https://github.com/clownware/product-dev", "path": "plugin" }, - "description": "AI-assisted product development framework \u2014 vague idea to technical spec through structured UX research, hypothesis formation, and prototype planning, plus a reverse pass (/optimize) that audits existing products: extracts problem/personas/journeys/value-props from the repo, validates with the owner, verifies with optional live-site browser and build-and-run runtime audits, and produces a prioritized optimization spec with an owner scope walk (accepted/deferred/skipped, deferred items filed as GitHub issues). v0.5.0 adds rigor throughout the forward pass: forcing-question interrogation gates, premise challenges and candidate solution directions before commitment, computable artifact staleness via input-version provenance, adversarial spec-review loops with decision logs, and per-project process learnings that persist across sessions. Ships 6 commands (/idea, /problem, /spec, /compile, /summary, /optimize), 5 skills, and 2 subagents (tech-spec-writer, ux-extractor)." + "description": "AI-assisted product development framework \u2014 vague idea to technical spec through structured UX research, hypothesis formation, and prototype planning, plus a reverse pass (/optimize) that audits existing products: extracts problem/personas/journeys/value-props from the repo, validates with the owner, verifies with optional live-site browser and build-and-run runtime audits, and produces a prioritized optimization spec with an owner scope walk (accepted/deferred/skipped, deferred items filed as GitHub issues). v0.5.0 adds rigor throughout the forward pass: forcing-question interrogation gates, premise challenges and candidate solution directions before commitment, computable artifact staleness via input-version provenance, adversarial spec-review loops with decision logs, and per-project process learnings that persist across sessions. Ships the /idea, /problem, /spec, /compile, /summary and /optimize commands, plus skills and the tech-spec-writer and ux-extractor subagents." }, { "name": "clownware-code-tools", diff --git a/plugins/astro-tools/.claude-plugin/plugin.json b/plugins/astro-tools/.claude-plugin/plugin.json index c4fe95d..88471d3 100644 --- a/plugins/astro-tools/.claude-plugin/plugin.json +++ b/plugins/astro-tools/.claude-plugin/plugin.json @@ -2,6 +2,7 @@ "name": "clownware-astro-tools", "description": "Astro + Preact stack skills: component scaffolding, template-aware PR descriptions, and performance-budget gate checks, following astro-performance-starter conventions with fallbacks for other Astro projects. Also ships a format-on-edit hook that runs Biome on every file Claude edits in Biome-configured projects.", "version": "0.5.1", + "license": "Apache-2.0", "author": { "name": "clownware" } diff --git a/plugins/code-tools/.claude-plugin/plugin.json b/plugins/code-tools/.claude-plugin/plugin.json index d7a8478..2d84cbd 100644 --- a/plugins/code-tools/.claude-plugin/plugin.json +++ b/plugins/code-tools/.claude-plugin/plugin.json @@ -2,6 +2,7 @@ "name": "clownware-code-tools", "description": "Universal dev workflow skills: architecture/deployment-readiness auditing, security auditing, test-suite auditing, skill auditing, design-system auditing, accessibility auditing, dependency auditing, performance auditing, devops/CI-CD auditing, audit-fix application, plugin releasing, skill validation, ADR authoring, PR descriptions, root-cause debugging, and test scaffolding. Each skill probes the repo it runs in and degrades gracefully. Also ships a git guard hook: blocks --no-verify commits/pushes and secret-scans staged changes (gitleaks, with a pattern fallback) before every commit.", "version": "0.14.3", + "license": "Apache-2.0", "author": { "name": "clownware" } diff --git a/plugins/go-tools/.claude-plugin/plugin.json b/plugins/go-tools/.claude-plugin/plugin.json index cfdaa62..8f65ed5 100644 --- a/plugins/go-tools/.claude-plugin/plugin.json +++ b/plugins/go-tools/.claude-plugin/plugin.json @@ -2,6 +2,7 @@ "name": "clownware-go-tools", "description": "Go + templ + sqlc stack skills: templ component scaffolding, table-driven test scaffolding, sqlc query scaffolding, performance-budget gate checks, and task-ci-aware PR descriptions, following go-performance-starter conventions with fallbacks for other Go projects. Also ships a format-on-edit hook that runs goimports/gofmt and templ fmt on files Claude edits.", "version": "0.3.2", + "license": "Apache-2.0", "author": { "name": "clownware" } diff --git a/plugins/pezza-design-system/.claude-plugin/plugin.json b/plugins/pezza-design-system/.claude-plugin/plugin.json index fec352f..ee2663c 100644 --- a/plugins/pezza-design-system/.claude-plugin/plugin.json +++ b/plugins/pezza-design-system/.claude-plugin/plugin.json @@ -2,6 +2,7 @@ "name": "pezza-design-system", "description": "The Pezza brand design system as a skill: design guidelines, color/type/spacing tokens, logo and photography assets, React component primitives, and two UI kit starters (web-app shell and DJ/producer site). Generates on-brand interfaces, artifacts, and production code.", "version": "0.5.2", + "license": "Apache-2.0", "author": { "name": "clownware" } diff --git a/plugins/rust-tools/.claude-plugin/plugin.json b/plugins/rust-tools/.claude-plugin/plugin.json index 524f1dd..7f722b6 100644 --- a/plugins/rust-tools/.claude-plugin/plugin.json +++ b/plugins/rust-tools/.claude-plugin/plugin.json @@ -2,6 +2,7 @@ "name": "clownware-rust-tools", "description": "Rust stack skills: table-driven test scaffolding and CI-aware quality-gate checks (cargo fmt/clippy/test/deny, fuzz targets), following the tunes_protocol and gittunes workspace conventions with fallbacks for other Rust projects. Also ships a format-on-edit hook that runs rustfmt (edition-detected from the nearest Cargo.toml) on files Claude edits.", "version": "0.1.1", + "license": "Apache-2.0", "author": { "name": "clownware" }