diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 5a6691a..18d582a 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -42,6 +42,13 @@ "version": "5.6.1", "source": "./development-essentials", "category": "productivity" + }, + { + "name": "sparv", + "description": "Minimal SPARV workflow (Specify→Plan→Act→Review→Vault) with 10-point spec gate, unified journal, 2-action saves, 3-failure protocol, and EHRB risk detection", + "version": "1.1.0", + "source": "./skills/sparv", + "category": "development" } ] } diff --git a/skills/sparv/.claude-plugin/plugin.json b/skills/sparv/.claude-plugin/plugin.json new file mode 100644 index 0000000..da071e2 --- /dev/null +++ b/skills/sparv/.claude-plugin/plugin.json @@ -0,0 +1,9 @@ +{ + "name": "sparv", + "description": "Minimal SPARV workflow (Specify→Plan→Act→Review→Vault) with 10-point spec gate, unified journal, 2-action saves, 3-failure protocol, and EHRB risk detection.", + "version": "1.1.0", + "author": { + "name": "cexll", + "email": "cexll@cexll.com" + } +}