@juancr11/sibu 0.9.3 → 0.9.4
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": "78",
|
|
3
3
|
"templates": {
|
|
4
4
|
"AGENTS.md": {
|
|
5
5
|
"version": "25",
|
|
@@ -52,25 +52,24 @@
|
|
|
52
52
|
]
|
|
53
53
|
},
|
|
54
54
|
"skills/product-vision-writer/SKILL.md": {
|
|
55
|
-
"version": "
|
|
55
|
+
"version": "8",
|
|
56
56
|
"description": "Mandatory product vision writer skill installed once at the shared .agents/skills workspace path.",
|
|
57
57
|
"changes": [
|
|
58
|
-
"
|
|
58
|
+
"Strengthens product vision interviews to resolve material strategy questions before drafting instead of leaving uncertainty in the artifact."
|
|
59
59
|
]
|
|
60
60
|
},
|
|
61
61
|
"skills/deep-module-map-writer/SKILL.md": {
|
|
62
|
-
"version": "
|
|
62
|
+
"version": "3",
|
|
63
63
|
"description": "Mandatory Deep Module Map writer skill installed once at the shared .agents/skills workspace path.",
|
|
64
64
|
"changes": [
|
|
65
|
-
"
|
|
66
|
-
"Strengthens the interview flow so agents ask focused one-at-a-time questions until module interfaces, hidden complexity, and boundaries are defensible."
|
|
65
|
+
"Strengthens Deep Module Map interviews to ask as many one-at-a-time questions as needed and resolve material boundary questions before drafting."
|
|
67
66
|
]
|
|
68
67
|
},
|
|
69
68
|
"skills/feature-brief-writer/SKILL.md": {
|
|
70
|
-
"version": "
|
|
69
|
+
"version": "9",
|
|
71
70
|
"description": "Mandatory feature brief writer skill installed once at the shared .agents/skills workspace path.",
|
|
72
71
|
"changes": [
|
|
73
|
-
"
|
|
72
|
+
"Removes Open Questions from the feature brief template and requires the interview to resolve material feature questions before drafting."
|
|
74
73
|
]
|
|
75
74
|
},
|
|
76
75
|
"skills/technical-design-writer/SKILL.md": {
|
|
@@ -38,6 +38,7 @@ This skill owns the Deep Module Map only. It does not own feature briefs, techni
|
|
|
38
38
|
- Do not ask for or require a final confirmation summary before writing once enough Deep Module Map information is available.
|
|
39
39
|
- Do not invent Deep Modules without grounding them in the product vision, current system behavior, and user interview.
|
|
40
40
|
- Do not treat a command, screen, helper, folder, data object, or technical layer as a Deep Module merely because it exists.
|
|
41
|
+
- Do not leave material module-boundary questions unresolved in the final map; keep interviewing until the user answers, confirms an assumption, or explicitly excludes the boundary.
|
|
41
42
|
|
|
42
43
|
## What a Deep Module is
|
|
43
44
|
|
|
@@ -125,7 +126,10 @@ This file is user-owned product and implementation-boundary content created or u
|
|
|
125
126
|
Be deliberately interrogative before writing.
|
|
126
127
|
|
|
127
128
|
- Ask one focused question at a time.
|
|
128
|
-
- Ask as many one-at-a-time questions as needed to understand the app well enough to defend the map.
|
|
129
|
+
- Ask as many one-at-a-time questions as needed to understand the app well enough to defend the map; do not optimize for a short interview.
|
|
130
|
+
- Walk down each module-boundary decision branch one by one, resolving dependencies between candidate modules before drafting.
|
|
131
|
+
- When useful, provide your recommended answer or a concise default assumption with the question so the user can confirm, correct, or reject it quickly.
|
|
132
|
+
- If a question can be answered by reading repository artifacts, inspect those artifacts instead of asking.
|
|
129
133
|
- Do not rush to draft after a single answer unless the answer already makes interfaces, hidden complexity, boundaries, scenarios, and relationships clear.
|
|
130
134
|
- Treat "enough context" as: candidate modules, suggested slugs, simple external interfaces, hidden implementation complexity, responsibilities, exclusions, scenarios, relationships, and cross-module rules are clear enough to defend.
|
|
131
135
|
- Do not ask the user to name the Deep Modules up front. Most users do not know what the modules should be yet.
|
|
@@ -133,6 +137,7 @@ Be deliberately interrogative before writing.
|
|
|
133
137
|
- Teach briefly as needed. If the user seems unsure, explain that a Deep Module hides a lot of implementation behind a simple interface, then ask the next question.
|
|
134
138
|
- Do not create modules from vague labels without confirming what interface they expose and what complexity they hide.
|
|
135
139
|
- If the conversation stalls, propose one concise assumption for the next unresolved point and ask the user to confirm or correct it.
|
|
140
|
+
- Draft only when there are no material open questions about interfaces, hidden complexity, ownership, exclusions, relationships, or cross-module rules.
|
|
136
141
|
|
|
137
142
|
## Interview method
|
|
138
143
|
|
|
@@ -38,6 +38,7 @@ This skill owns the product/business shape of a feature. It does not own UI inte
|
|
|
38
38
|
- Do not invent Deep Modules or use modules that are absent from `docs/deep-module-map.md`.
|
|
39
39
|
- Do not require a final confirmation summary before writing once enough feature brief context is available.
|
|
40
40
|
- Do not duplicate or rewrite the product vision; apply only the relevant implications to the feature.
|
|
41
|
+
- Do not leave material product, scope, success, constraint, or Deep Module fit questions unresolved in the final brief; keep interviewing until the user answers, confirms an assumption, or explicitly excludes the topic.
|
|
41
42
|
|
|
42
43
|
## Required source of truth
|
|
43
44
|
|
|
@@ -99,7 +100,10 @@ Do not write the brief to technical design, UX, user story, implementation plan,
|
|
|
99
100
|
Be deliberately interrogative before drafting. The feature brief should reflect the user's intent, not the assistant's assumptions.
|
|
100
101
|
|
|
101
102
|
- Ask one focused question at a time.
|
|
102
|
-
- Keep asking until you have complete practical understanding and explicit user alignment.
|
|
103
|
+
- Keep asking until you have complete practical understanding and explicit user alignment; do not optimize for a short interview.
|
|
104
|
+
- Walk down each feature decision branch one by one, resolving dependencies between product, scope, success, constraint, and module-fit decisions before drafting.
|
|
105
|
+
- When useful, provide your recommended answer or a concise default assumption with the question so the user can confirm, correct, or reject it quickly.
|
|
106
|
+
- If a question can be answered by reading repository artifacts, inspect those artifacts instead of asking.
|
|
103
107
|
- Prefer follow-up questions over filling gaps with plausible invention.
|
|
104
108
|
- Treat "100% understanding" as: feature intent, target user, scenario, user problem, business goal, MVP boundary, out-of-scope boundary, success signals, and known constraints are all clear enough to defend in the brief.
|
|
105
109
|
- Treat "enough context" as: feature intent, target user/scenario, desired outcome, MVP boundary, out-of-scope boundary, success signals, constraints, and Deep Module fit are clear enough to defend in the brief.
|
|
@@ -165,9 +169,9 @@ Ask every question needed to remove material ambiguity, but only one at a time.
|
|
|
165
169
|
- what outcome should improve
|
|
166
170
|
- what must be included in the first version
|
|
167
171
|
- what should stay out of scope
|
|
168
|
-
- known constraints
|
|
172
|
+
- known constraints and risks
|
|
169
173
|
|
|
170
|
-
Draft only once feature intent, target user/scenario, desired outcome, MVP boundary, out-of-scope boundary, success signals, constraints, and Deep Module fit are clear enough to avoid invention.
|
|
174
|
+
Draft only once feature intent, target user/scenario, desired outcome, MVP boundary, out-of-scope boundary, success signals, constraints, and Deep Module fit are clear enough to avoid invention. Do not draft a brief with an `Open Questions` section.
|
|
171
175
|
|
|
172
176
|
If the conversation stalls, offer a concise default assumption for the next unresolved point and ask the user to confirm or correct it before proceeding.
|
|
173
177
|
|
|
@@ -215,9 +219,6 @@ Recommended structure:
|
|
|
215
219
|
|
|
216
220
|
## Risks / Tradeoffs
|
|
217
221
|
- <Important product, user, trust, operational, or positioning risks.>
|
|
218
|
-
|
|
219
|
-
## Open Questions
|
|
220
|
-
- <Decisions that still need user/product input.>
|
|
221
222
|
```
|
|
222
223
|
|
|
223
224
|
Adapt the structure to the feature. Add, rename, merge, or omit sections when useful, but keep the result business-level and product-vision-aligned.
|
|
@@ -234,7 +235,7 @@ Do not include:
|
|
|
234
235
|
- engineering task lists
|
|
235
236
|
- UI wireframes or detailed interaction specs
|
|
236
237
|
|
|
237
|
-
If technical or UX decisions come up, capture
|
|
238
|
+
If technical or UX decisions come up, either capture the resolved product-level implication as a constraint or ask follow-up questions before drafting. Do not add unresolved technical or UX decisions as open questions in the brief.
|
|
238
239
|
|
|
239
240
|
### 6. Save the document
|
|
240
241
|
|
|
@@ -267,6 +268,7 @@ Avoid:
|
|
|
267
268
|
- drafting from vague feature labels without discovery
|
|
268
269
|
- inventing new Deep Modules instead of stopping for a map update
|
|
269
270
|
- inventing certainty where the product vision or user input is unresolved
|
|
271
|
+
- including an Open Questions section instead of resolving the questions during the interview
|
|
270
272
|
|
|
271
273
|
## Decision rule
|
|
272
274
|
|
|
@@ -34,13 +34,17 @@ Default output path: `docs/product-vision.md`.
|
|
|
34
34
|
|
|
35
35
|
- Do not create Deep Module Maps, feature briefs, technical designs, UX specs, Epics, User Stories, implementation plans, or production code.
|
|
36
36
|
- Do not require a final confirmation summary before writing once enough product vision context is available.
|
|
37
|
-
- Do not
|
|
37
|
+
- Do not leave material strategy questions unresolved in the final document; keep interviewing until the user answers, confirms an assumption, or explicitly excludes the topic.
|
|
38
38
|
|
|
39
39
|
## Workflow
|
|
40
40
|
|
|
41
41
|
### 1. Start with discovery, not drafting
|
|
42
42
|
|
|
43
|
-
|
|
43
|
+
Interview before writing unless the user already provided complete source material. Be deliberately interrogative: ask as many focused questions as needed to extract all material product vision decisions before drafting.
|
|
44
|
+
|
|
45
|
+
Ask one question at a time. Walk down the product decision tree branch by branch, resolving dependencies between decisions before moving on. When useful, include a recommended answer or concise assumption so the user can confirm, correct, or reject it quickly. If a question can be answered from existing repository artifacts, inspect those artifacts instead of asking.
|
|
46
|
+
|
|
47
|
+
Do not optimize for the fewest questions. Optimize for ending the interview with no material open product vision questions. Cover these areas over the interview:
|
|
44
48
|
|
|
45
49
|
- **Product essence:** What is the product? What should it help people do, feel, or become?
|
|
46
50
|
- **Current context:** Is this a new concept, an active project, or an existing product?
|
|
@@ -67,7 +71,7 @@ Before drafting, infer the product's through-line:
|
|
|
67
71
|
- the product's opinion about the world
|
|
68
72
|
- the decision-making principles that should survive future feature debates
|
|
69
73
|
|
|
70
|
-
If the user's answers conflict,
|
|
74
|
+
If the user's answers conflict, ask follow-up questions until the conflict is resolved or the user confirms which direction should win. Do not preserve every idea equally.
|
|
71
75
|
|
|
72
76
|
### 3. Draft the product vision document
|
|
73
77
|
|
|
@@ -118,13 +122,13 @@ Avoid:
|
|
|
118
122
|
- overexplaining
|
|
119
123
|
- feature lists masquerading as vision
|
|
120
124
|
- excessive frameworks
|
|
121
|
-
-
|
|
125
|
+
- leaving unresolved strategy questions in the document
|
|
122
126
|
|
|
123
127
|
Use the user's own language when it is vivid or revealing. Improve clarity without sanding off personality.
|
|
124
128
|
|
|
125
129
|
### 5. Handle incomplete inputs
|
|
126
130
|
|
|
127
|
-
For rough ideas,
|
|
131
|
+
For rough ideas, keep interviewing until the user has confirmed enough assumptions to support a sharper first-pass vision. For existing products, reflect what the product is today and what it must protect or change. If context is still insufficient, ask the next most important follow-up instead of inventing details.
|
|
128
132
|
|
|
129
133
|
### 6. Save the document
|
|
130
134
|
|