feat: add sparv skill to claude-plugin v1.1.0

Generated with SWE-Agent.ai

Co-Authored-By: SWE-Agent.ai <noreply@swe-agent.ai>
This commit is contained in:
cexll
2026-01-16 22:26:31 +08:00
parent d1f13b3379
commit a88315d92d
2 changed files with 16 additions and 0 deletions

View File

@@ -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"
}
]
}

View File

@@ -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"
}
}