@juancr11/sibu 0.9.0 → 0.9.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
package/templates/manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"templateVersion": "
|
|
2
|
+
"templateVersion": "75",
|
|
3
3
|
"templates": {
|
|
4
4
|
"AGENTS.md": {
|
|
5
5
|
"version": "25",
|
|
@@ -130,10 +130,10 @@
|
|
|
130
130
|
]
|
|
131
131
|
},
|
|
132
132
|
"skills/scrum-master-planner/SKILL.md": {
|
|
133
|
-
"version": "
|
|
133
|
+
"version": "9",
|
|
134
134
|
"description": "Mandatory Scrum planner skill for creating pragmatic Epics and User Stories from approved feature and technical design docs.",
|
|
135
135
|
"changes": [
|
|
136
|
-
"
|
|
136
|
+
"Makes the GitHub export gate mandatory after local Scrum planning, requiring agents to check available GitHub MCP capabilities and either ask for export, report skipped export, or report created issues."
|
|
137
137
|
]
|
|
138
138
|
},
|
|
139
139
|
"skills/ai-implementation-planner/SKILL.md": {
|
|
@@ -210,11 +210,13 @@ Before finishing, verify:
|
|
|
210
210
|
- no Story adds scope that is absent from the feature brief or technical design
|
|
211
211
|
- acceptance criteria are testable enough for a reviewer
|
|
212
212
|
|
|
213
|
-
### 6.
|
|
213
|
+
### 6. Mandatory GitHub export gate
|
|
214
214
|
|
|
215
|
-
After all local Epic and User Story files are written,
|
|
215
|
+
After all local Epic and User Story files are written, you must run the GitHub export gate before the final response. This gate is mandatory whenever Scrum planning creates or updates local Epic or User Story files.
|
|
216
216
|
|
|
217
|
-
|
|
217
|
+
Do not skip the gate because the user did not mention GitHub. Do not assume GitHub MCP is unavailable. Explicitly check whether GitHub MCP tools are available for issue creation, label creation, issue ID access, and native sub-issue mutation.
|
|
218
|
+
|
|
219
|
+
If any required GitHub MCP capability is unavailable, do not offer GitHub export. In the final response, include a single concise note that GitHub export was skipped because the required GitHub MCP capabilities were unavailable.
|
|
218
220
|
|
|
219
221
|
If the required GitHub MCP capabilities are available:
|
|
220
222
|
|
|
@@ -232,6 +234,14 @@ Keep issue bodies concise and source-grounded. Include the source local doc path
|
|
|
232
234
|
|
|
233
235
|
Native sub-issues are required for this export. Preserve each created User Story issue's GitHub issue `id` because native sub-issue APIs need the child issue ID, not only its issue number. If label creation, issue creation, issue ID access, or native sub-issue attachment fails or is unavailable, fail clearly and do not fall back to Markdown checklists, loose links, GitHub Projects, milestones, assignees, or status tracking.
|
|
234
236
|
|
|
237
|
+
Passing the gate means exactly one of these outcomes occurred:
|
|
238
|
+
|
|
239
|
+
- GitHub MCP was unavailable or incomplete, and the final response says export was skipped for that reason.
|
|
240
|
+
- GitHub MCP was available, the user declined export, and no GitHub mutation occurred.
|
|
241
|
+
- GitHub MCP was available, the user accepted export, and the created issue numbers or URLs are reported.
|
|
242
|
+
|
|
243
|
+
Never finish a Scrum planning run without one of these three GitHub export outcomes.
|
|
244
|
+
|
|
235
245
|
## Final response behavior
|
|
236
246
|
|
|
237
247
|
After writing files, final-answer with only:
|
|
@@ -239,5 +249,6 @@ After writing files, final-answer with only:
|
|
|
239
249
|
- the Epic directories created or updated
|
|
240
250
|
- the number of Epics and User Stories
|
|
241
251
|
- any source-scope items intentionally left unresolved or captured as risks
|
|
252
|
+
- the GitHub export gate outcome
|
|
242
253
|
|
|
243
254
|
Do not paste artifact bodies, excerpts, outlines, story text, acceptance criteria, or section summaries. Only include generated artifacts when the user explicitly asks for inline review in the current request.
|