specweave 1.0.490 → 1.0.491

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.
Files changed (2) hide show
  1. package/README.md +5 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -46,8 +46,11 @@ When you describe what you want, your AI routes internally to the right skill. Y
46
46
  | "Build me X" / "Let's add Y" | `/sw:increment` → spec + plan + tasks |
47
47
  | "Go ahead" / "Build it" | `/sw:auto` → autonomous execution |
48
48
  | "Ship it" / "We're done" | `/sw:done` → quality gates + close |
49
- | "Split this into teams" | `/sw:team-lead` → parallel agents |
50
- | "Review the code" | `/sw:grill` → critical code review |
49
+ | "Split this into teams" | `/sw:team-lead` → parallel agents (implement mode) |
50
+ | "Brainstorm approaches for X" | `/sw:team-lead` → parallel perspectives (brainstorm mode) |
51
+ | "Plan X in parallel" | `/sw:team-lead` → PM + Architect agents (planning mode) |
52
+ | "Review the code" | `/sw:code-reviewer` → 6 parallel reviewers |
53
+ | "Grill the code" | `/sw:grill` → critical audit before close |
51
54
 
52
55
  You can also invoke these directly for fine-grained control — but you rarely need to.
53
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specweave",
3
- "version": "1.0.490",
3
+ "version": "1.0.491",
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",