@juancr11/sibu 0.13.0 → 0.13.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juancr11/sibu",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "CLI for setting up a local AI-augmented development workflow.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,5 +1,5 @@
1
1
  {
2
- "templateVersion": "96",
2
+ "templateVersion": "97",
3
3
  "templates": {
4
4
  "AGENTS.md": {
5
5
  "version": "29",
@@ -128,10 +128,10 @@
128
128
  ]
129
129
  },
130
130
  "skills/scrum-master-planner/SKILL.md": {
131
- "version": "10",
131
+ "version": "11",
132
132
  "description": "Mandatory Scrum planner skill for creating pragmatic Epics and User Stories from approved feature and technical design docs.",
133
133
  "changes": [
134
- "Removes label creation and label assignment from Scrum planning GitHub issue export while keeping the mandatory GitHub export gate and native sub-issue requirements."
134
+ "Clarifies that User Stories should be deployable increments that can be merged safely on their own, even when gated or incomplete until the parent Epic is done."
135
135
  ]
136
136
  },
137
137
  "skills/ai-implementation-planner/SKILL.md": {
@@ -164,7 +164,9 @@ Adapt headings only when it improves clarity. Keep the Epic brief short.
164
164
 
165
165
  Within each Epic, decide the order of execution before writing User Story files. Use the lowest practical sequence number for the first story that should be implemented, then increment only when later stories depend on earlier work. If two or more stories can be developed at the same time, give them the same order number.
166
166
 
167
- Each User Story should be independently understandable and reviewable.
167
+ Each User Story should be independently understandable, reviewable, and deployable.
168
+
169
+ A User Story represents a shippable increment that can move from backlog to Done and be merged safely on its own. It may be hidden behind feature flags, internal-only paths, disabled defaults, or incomplete parent-Epic workflows, but it must leave the product in a valid deployable state without requiring unmerged sibling Stories.
168
170
 
169
171
  Use this structure:
170
172
 
@@ -206,6 +208,7 @@ Before finishing, verify:
206
208
  - every Story belongs to exactly one Epic
207
209
  - every Story filename includes a two-digit execution order prefix
208
210
  - Stories with the same order number are actually parallelizable
211
+ - every Story can be merged and deployed safely on its own, even if its user-facing value is gated or incomplete until the Epic is done
209
212
  - Story count is pragmatic, not inflated
210
213
  - no Story adds scope that is absent from the feature brief or technical design
211
214
  - acceptance criteria are testable enough for a reviewer