specweave 1.0.510 → 1.0.511
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/specweave.js
CHANGED
|
@@ -1387,9 +1387,8 @@ program.on('--help', () => {
|
|
|
1387
1387
|
console.log('');
|
|
1388
1388
|
console.log('Plugin Management (use Claude CLI commands):');
|
|
1389
1389
|
console.log(' $ claude plugin install sw@specweave # Install core SpecWeave');
|
|
1390
|
-
console.log(' $ claude plugin install frontend@vskill # Install frontend plugin');
|
|
1391
1390
|
console.log(' $ claude plugin list # Show installed plugins');
|
|
1392
|
-
console.log(' $
|
|
1391
|
+
console.log(' $ vskill install anton-abyzov/vskill --plugin mobile # Install domain plugin');
|
|
1393
1392
|
console.log('');
|
|
1394
1393
|
console.log('Supported AI Tools:');
|
|
1395
1394
|
console.log(' - Claude Code (full automation) - Native skills, agents, hooks');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "specweave",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.511",
|
|
4
4
|
"description": "100+ domain-expert AI skills — PM, Architect, Frontend, QA, Security and more. Skills learn your team's patterns permanently. Spec-first planning, autonomous execution, multi-agent teams, synced to GitHub/JIRA. Claude Code, Cursor, Copilot & more.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
|
|
30
30
|
**Skill chaining** — skills are NOT "one and done":
|
|
31
31
|
1. **Planning**: `sw:pm` (specs) → `sw:architect` (design)
|
|
32
|
-
2. **Implementation**: Use `sw:architect` for all domains. Optional domain plugins available via `vskill install` (
|
|
32
|
+
2. **Implementation**: Use `sw:architect` for all domains. Optional domain plugins available via `vskill install` (mobile, marketing, etc.)
|
|
33
33
|
3. **Closure**: `sw:grill` runs automatically via `/sw:done`
|
|
34
34
|
|
|
35
35
|
**Complexity gate** — before chaining domain skills:
|