@atlashub/smartstack-cli 4.18.0 → 4.19.0
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 +1 -1
- package/templates/agents/ba-reader.md +86 -80
- package/templates/agents/ba-writer.md +318 -415
- package/templates/agents/docs-context-reader.md +3 -3
- package/templates/mcp-scaffolding/frontend/nav-routes.ts.hbs +133 -0
- package/templates/mcp-scaffolding/frontend/routes.tsx.hbs +126 -0
- package/templates/skills/apex/SKILL.md +29 -16
- package/templates/skills/apex/_shared.md +62 -9
- package/templates/skills/apex/references/analysis-methods.md +8 -6
- package/templates/skills/apex/references/challenge-questions.md +5 -5
- package/templates/skills/apex/references/core-seed-data.md +68 -45
- package/templates/skills/apex/references/frontend-route-wiring-app-tsx.md +26 -21
- package/templates/skills/apex/references/parallel-execution.md +156 -0
- package/templates/skills/apex/references/person-extension-pattern.md +12 -12
- package/templates/skills/apex/references/post-checks.md +1748 -1726
- package/templates/skills/apex/references/smartstack-api.md +63 -57
- package/templates/skills/apex/references/smartstack-frontend-compliance.md +594 -0
- package/templates/skills/apex/references/smartstack-frontend.md +1246 -1842
- package/templates/skills/apex/references/smartstack-layers.md +98 -145
- package/templates/skills/apex/steps/step-00-init.md +30 -6
- package/templates/skills/apex/steps/step-01-analyze.md +27 -23
- package/templates/skills/apex/steps/step-02-plan.md +12 -12
- package/templates/skills/apex/steps/step-03-execute.md +198 -143
- package/templates/skills/apex/steps/step-04-examine.md +24 -93
- package/templates/skills/apex/steps/step-05-deep-review.md +16 -16
- package/templates/skills/apex/steps/step-06-resolve.md +9 -9
- package/templates/skills/apex/steps/step-07-tests.md +3 -1
- package/templates/skills/apex/steps/step-08-run-tests.md +1 -1
- package/templates/skills/business-analyse/SKILL.md +182 -301
- package/templates/skills/business-analyse/_shared.md +119 -336
- package/templates/skills/business-analyse/html/ba-interactive.html +703 -82
- package/templates/skills/business-analyse/html/build-html.js +41 -3
- package/templates/skills/business-analyse/html/src/partials/cadrage-context.html +34 -0
- package/templates/skills/business-analyse/html/src/partials/cadrage-risks.html +48 -0
- package/templates/skills/business-analyse/html/src/partials/cadrage-scope.html +49 -0
- package/templates/skills/business-analyse/html/src/partials/cadrage-stakeholders.html +55 -0
- package/templates/skills/business-analyse/html/src/partials/cadrage-success.html +34 -0
- package/templates/skills/business-analyse/html/src/partials/consol-datamodel.html +8 -0
- package/templates/skills/business-analyse/html/src/partials/consol-flows.html +29 -0
- package/templates/skills/business-analyse/html/src/partials/consol-interactions.html +8 -0
- package/templates/skills/business-analyse/html/src/partials/consol-permissions.html +8 -0
- package/templates/skills/business-analyse/html/src/partials/decomp-dependencies.html +38 -0
- package/templates/skills/business-analyse/html/src/partials/decomp-modules.html +51 -0
- package/templates/skills/business-analyse/html/src/partials/handoff-summary.html +24 -0
- package/templates/skills/business-analyse/html/src/partials/module-spec-container.html +4 -0
- package/templates/skills/business-analyse/html/src/scripts/01-data-init.js +17 -1
- package/templates/skills/business-analyse/html/src/scripts/02-navigation.js +31 -5
- package/templates/skills/business-analyse/html/src/scripts/05-render-specs.js +100 -63
- package/templates/skills/business-analyse/html/src/scripts/06-render-mockups.js +372 -0
- package/templates/skills/business-analyse/html/src/scripts/10-comments.js +41 -13
- package/templates/skills/business-analyse/html/src/styles/09-mockups-html.css +136 -0
- package/templates/skills/business-analyse/patterns/suggestion-catalog.md +7 -5
- package/templates/skills/business-analyse/questionnaire/02-stakeholders-scope.md +142 -0
- package/templates/skills/business-analyse/questionnaire/03-data-ui.md +94 -0
- package/templates/skills/business-analyse/questionnaire/04-risks-metrics.md +150 -0
- package/templates/skills/business-analyse/questionnaire/05-cross-module.md +69 -0
- package/templates/skills/business-analyse/questionnaire.md +23 -280
- package/templates/skills/business-analyse/react/application-viewer.md +2 -2
- package/templates/skills/business-analyse/react/components.md +4 -4
- package/templates/skills/business-analyse/react/i18n-template.md +1 -1
- package/templates/skills/business-analyse/react/schema.md +14 -14
- package/templates/skills/business-analyse/references/acceptance-criteria.md +21 -21
- package/templates/skills/business-analyse/references/analysis-semantic-checks.md +3 -3
- package/templates/skills/business-analyse/references/compilation-structure-cards.md +1 -1
- package/templates/skills/business-analyse/references/consolidation-structural-checks.md +5 -5
- package/templates/skills/business-analyse/references/deploy-data-build.md +12 -11
- package/templates/skills/business-analyse/references/deploy-modes.md +10 -10
- package/templates/skills/business-analyse/references/detection-strategies.md +6 -6
- package/templates/skills/business-analyse/references/html-data-mapping.md +15 -15
- package/templates/skills/business-analyse/references/naming-conventions.md +4 -4
- package/templates/skills/business-analyse/references/review-data-mapping.md +29 -29
- package/templates/skills/business-analyse/references/robustness-checks.md +36 -36
- package/templates/skills/business-analyse/references/spec-auto-inference.md +2 -2
- package/templates/skills/business-analyse/references/ui-dashboard-spec.md +1 -1
- package/templates/skills/business-analyse/references/ui-resource-cards.md +1 -1
- package/templates/skills/business-analyse/references/validation-checklist.md +3 -3
- package/templates/skills/business-analyse/references/wireframe-svg-style-guide.md +2 -2
- package/templates/skills/business-analyse/schemas/application-schema.json +8 -8
- package/templates/skills/business-analyse/schemas/feature-schema.json +3 -3
- package/templates/skills/business-analyse/schemas/index-schema.json +47 -0
- package/templates/skills/business-analyse/schemas/project-schema.json +6 -6
- package/templates/skills/business-analyse/schemas/sections/analysis-schema.json +1 -1
- package/templates/skills/business-analyse/schemas/sections/handoff-schema.json +5 -3
- package/templates/skills/business-analyse/schemas/sections/metadata-schema.json +4 -4
- package/templates/skills/business-analyse/schemas/sections/specification-schema.json +1 -1
- package/templates/skills/business-analyse/schemas/shared/common-defs.json +4 -4
- package/templates/skills/business-analyse/steps/step-00-init.md +68 -77
- package/templates/skills/business-analyse/steps/step-01-cadrage.md +54 -180
- package/templates/skills/business-analyse/steps/step-02-structure.md +175 -0
- package/templates/skills/business-analyse/steps/step-03-specify.md +198 -0
- package/templates/skills/business-analyse/steps/step-04-consolidate.md +478 -0
- package/templates/skills/business-analyse/steps/step-05-deploy.md +220 -0
- package/templates/skills/business-analyse/steps/step-06-review.md +51 -69
- package/templates/skills/business-analyse/templates/tpl-frd.md +1 -1
- package/templates/skills/business-analyse/templates/tpl-handoff.md +20 -17
- package/templates/skills/business-analyse/templates/tpl-launch-displays.md +2 -2
- package/templates/skills/business-analyse/templates-react.md +2 -2
- package/templates/skills/derive-prd/SKILL.md +92 -0
- package/templates/skills/derive-prd/references/acceptance-criteria.md +169 -0
- package/templates/skills/derive-prd/references/entity-domain-mapping.md +115 -0
- package/templates/skills/{business-analyse → derive-prd}/references/handoff-file-templates.md +131 -120
- package/templates/skills/{business-analyse → derive-prd}/references/handoff-mappings.md +95 -95
- package/templates/skills/{business-analyse → derive-prd}/references/handoff-seeddata-generation.md +312 -312
- package/templates/skills/{business-analyse → derive-prd}/references/prd-generation.md +262 -263
- package/templates/skills/derive-prd/references/readiness-scoring.md +104 -0
- package/templates/skills/derive-prd/schemas/handoff-schema.json +95 -0
- package/templates/skills/derive-prd/steps/step-00-validate.md +130 -0
- package/templates/skills/derive-prd/steps/step-01-transform.md +206 -0
- package/templates/skills/derive-prd/steps/step-02-export.md +181 -0
- package/templates/skills/{business-analyse → derive-prd}/templates/tpl-progress.md +172 -172
- package/templates/skills/ralph-loop/SKILL.md +2 -1
- package/templates/skills/ralph-loop/references/init-resume-recovery.md +1 -1
- package/templates/skills/ralph-loop/steps/step-01-task.md +2 -2
- package/templates/skills/apex/references/agent-teams-protocol.md +0 -203
- package/templates/skills/business-analyse/_architecture.md +0 -124
- package/templates/skills/business-analyse/_elicitation.md +0 -206
- package/templates/skills/business-analyse/_module-loop.md +0 -115
- package/templates/skills/business-analyse/_rules.md +0 -142
- package/templates/skills/business-analyse/_suggestions.md +0 -34
- package/templates/skills/business-analyse/questionnaire/00-application.md +0 -160
- package/templates/skills/business-analyse/questionnaire/00b-project.md +0 -85
- package/templates/skills/business-analyse/questionnaire/02-stakeholders.md +0 -189
- package/templates/skills/business-analyse/questionnaire/03-scope.md +0 -164
- package/templates/skills/business-analyse/questionnaire/04-data.md +0 -88
- package/templates/skills/business-analyse/questionnaire/05-integrations.md +0 -58
- package/templates/skills/business-analyse/questionnaire/06-security.md +0 -68
- package/templates/skills/business-analyse/questionnaire/07-ui.md +0 -76
- package/templates/skills/business-analyse/questionnaire/08-performance.md +0 -42
- package/templates/skills/business-analyse/questionnaire/09-constraints.md +0 -45
- package/templates/skills/business-analyse/questionnaire/10-documentation.md +0 -58
- package/templates/skills/business-analyse/questionnaire/11-data-lifecycle.md +0 -59
- package/templates/skills/business-analyse/questionnaire/12-migration.md +0 -58
- package/templates/skills/business-analyse/questionnaire/13-cross-module.md +0 -69
- package/templates/skills/business-analyse/questionnaire/14-risk-assumptions.md +0 -135
- package/templates/skills/business-analyse/questionnaire/15-success-metrics.md +0 -136
- package/templates/skills/business-analyse/references/agent-module-prompt.md +0 -366
- package/templates/skills/business-analyse/references/agent-pooling-best-practices.md +0 -557
- package/templates/skills/business-analyse/references/cache-warming-strategy.md +0 -566
- package/templates/skills/business-analyse/references/cadrage-challenge-patterns.md +0 -41
- package/templates/skills/business-analyse/references/cadrage-coverage-matrix.md +0 -74
- package/templates/skills/business-analyse/references/cadrage-pre-analysis.md +0 -115
- package/templates/skills/business-analyse/references/cadrage-shared-modules.md +0 -68
- package/templates/skills/business-analyse/references/cadrage-structure-cards.md +0 -85
- package/templates/skills/business-analyse/references/team-orchestration.md +0 -1093
- package/templates/skills/business-analyse/references/validate-incremental-html.md +0 -121
- package/templates/skills/business-analyse/steps/step-01b-applications.md +0 -419
- package/templates/skills/business-analyse/steps/step-02-decomposition.md +0 -387
- package/templates/skills/business-analyse/steps/step-03a-data.md +0 -16
- package/templates/skills/business-analyse/steps/step-03a1-setup.md +0 -486
- package/templates/skills/business-analyse/steps/step-03a2-analysis.md +0 -300
- package/templates/skills/business-analyse/steps/step-03b-ui.md +0 -405
- package/templates/skills/business-analyse/steps/step-03c-compile.md +0 -516
- package/templates/skills/business-analyse/steps/step-03d-validate.md +0 -691
- package/templates/skills/business-analyse/steps/step-04-consolidation.md +0 -17
- package/templates/skills/business-analyse/steps/step-04a-collect.md +0 -415
- package/templates/skills/business-analyse/steps/step-04b-analyze.md +0 -163
- package/templates/skills/business-analyse/steps/step-04c-decide.md +0 -186
- package/templates/skills/business-analyse/steps/step-05a-handoff.md +0 -937
- package/templates/skills/business-analyse/steps/step-05b-deploy.md +0 -522
- package/templates/skills/business-analyse/steps/step-05c-ralph-readiness.md +0 -703
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# Elicitation Questionnaire - Business Analysis
|
|
2
2
|
|
|
3
|
-
> **Usage:** Structured questions for step-01-cadrage and step-
|
|
3
|
+
> **Usage:** Structured questions for step-01-cadrage and step-03-specify
|
|
4
4
|
> **Standard:** BABOK v3 - Elicitation Techniques (Interactive analysis)
|
|
5
5
|
> **Model:** OPUS with ULTRATHINK
|
|
6
|
-
> **Total:** ~
|
|
6
|
+
> **Total:** ~90 targeted questions across 5 questionnaire files
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
@@ -30,250 +30,15 @@
|
|
|
30
30
|
|
|
31
31
|
---
|
|
32
32
|
|
|
33
|
-
##
|
|
33
|
+
## Questionnaire Files (v2)
|
|
34
34
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
|
42
|
-
|---|----------|-------------|
|
|
43
|
-
| Q0.1 | Quel est le nom de l'application ? | PascalCase identifier |
|
|
44
|
-
| Q0.2 | En 1-2 phrases, quel est l'objectif principal ? | Free text |
|
|
45
|
-
|
|
46
|
-
### 0.2 Module Landscape
|
|
47
|
-
|
|
48
|
-
| # | Question | Answer Type |
|
|
49
|
-
|---|----------|-------------|
|
|
50
|
-
| Q0.3 | Combien de domaines fonctionnels distincts identifiez-vous ? | Number + names |
|
|
51
|
-
| Q0.4 | Lesquels sont indispensables pour la première version ? | List (must-haves) |
|
|
52
|
-
|
|
53
|
-
### 0.3 Application Roles
|
|
54
|
-
|
|
55
|
-
| # | Question | Answer Type |
|
|
56
|
-
|---|----------|-------------|
|
|
57
|
-
| Q0.5 | Les 4 rôles standards (Admin, Manager, Contributor, Viewer) conviennent-ils ? | Yes/Customize |
|
|
58
|
-
| Q0.6 | Certains rôles sont-ils spécifiques à certains modules ? | Per-role restrictions |
|
|
59
|
-
|
|
60
|
-
### 0.4 Cross-Module Expectations
|
|
61
|
-
|
|
62
|
-
| # | Question | Answer Type |
|
|
63
|
-
|---|----------|-------------|
|
|
64
|
-
| Q0.7 | Quels processus métier traversent plusieurs modules ? | List of E2E flows |
|
|
65
|
-
| Q0.8 | Quel rôle par défaut pour les nouveaux utilisateurs ? | Role selection |
|
|
66
|
-
|
|
67
|
-
---
|
|
68
|
-
|
|
69
|
-
## Category 1: Business Context (4 questions)
|
|
70
|
-
|
|
71
|
-
### 1.1 Fundamental Need
|
|
72
|
-
|
|
73
|
-
| # | Question | Answer Type |
|
|
74
|
-
|---|----------|-------------|
|
|
75
|
-
| Q1.1 | What business problem should this module/feature solve? | Free text |
|
|
76
|
-
| Q1.2 | What is the current situation (AS-IS)? | Description |
|
|
77
|
-
| Q1.3 | What is the target situation (TO-BE)? | Description |
|
|
78
|
-
| Q1.4 | What happens if this module is NOT developed? | Impact |
|
|
79
|
-
|
|
80
|
-
> **Trimmed:** KPIs, ROI, savings, timeline (project management scope)
|
|
81
|
-
|
|
82
|
-
---
|
|
83
|
-
|
|
84
|
-
## Category 2: Stakeholders (8 questions)
|
|
85
|
-
|
|
86
|
-
### 2.1 Identification
|
|
87
|
-
|
|
88
|
-
| # | Question | Answer Type |
|
|
89
|
-
|---|----------|-------------|
|
|
90
|
-
| Q2.1 | Who are the direct end users? | List of roles |
|
|
91
|
-
| Q2.2 | Who are the indirect beneficiaries? | List |
|
|
92
|
-
| Q2.3 | Who is the sponsor/final decision maker? | Name + role |
|
|
93
|
-
| Q2.4 | Who can block the project? | List + reasons |
|
|
94
|
-
|
|
95
|
-
### 2.2 Needs by Role
|
|
96
|
-
|
|
97
|
-
| # | Question | Answer Type |
|
|
98
|
-
|---|----------|-------------|
|
|
99
|
-
| Q2.5 | For each role: What tasks should they accomplish? | Per role |
|
|
100
|
-
| Q2.6 | What frequency of use per role? | Daily/Weekly/Monthly |
|
|
101
|
-
| Q2.7 | What level of technical expertise per role? | Novice/Intermediate/Expert |
|
|
102
|
-
| Q2.8 | What current frustrations per role? | List of pain points |
|
|
103
|
-
|
|
104
|
-
---
|
|
105
|
-
|
|
106
|
-
## Category 3: Functional Scope (8 questions)
|
|
107
|
-
|
|
108
|
-
### 3.1 Functionality
|
|
109
|
-
|
|
110
|
-
| # | Question | Answer Type |
|
|
111
|
-
|---|----------|-------------|
|
|
112
|
-
| Q3.1 | List ESSENTIAL features (Must-Have) | List |
|
|
113
|
-
| Q3.2 | List DESIRED features (Should-Have) | List |
|
|
114
|
-
| Q3.3 | List OPTIONAL features (Could-Have) | List |
|
|
115
|
-
| Q3.4 | What is EXPLICITLY excluded? | List of exclusions |
|
|
116
|
-
|
|
117
|
-
### 3.2 Business Process
|
|
118
|
-
|
|
119
|
-
| # | Question | Answer Type |
|
|
120
|
-
|---|----------|-------------|
|
|
121
|
-
| Q3.5 | Describe the main user flow | Steps |
|
|
122
|
-
| Q3.6 | What are the decision points in the flow? | List |
|
|
123
|
-
| Q3.7 | What alternative flows exist? | Per condition |
|
|
124
|
-
| Q3.8 | What are the possible error cases? | List |
|
|
125
|
-
|
|
126
|
-
---
|
|
127
|
-
|
|
128
|
-
## Category 4: Data (8 questions)
|
|
129
|
-
|
|
130
|
-
### 4.1 Entities
|
|
131
|
-
|
|
132
|
-
| # | Question | Answer Type |
|
|
133
|
-
|---|----------|-------------|
|
|
134
|
-
| Q4.1 | What are the main entities handled? | List |
|
|
135
|
-
| Q4.2 | For each entity: important attributes? | Per entity |
|
|
136
|
-
| Q4.3 | What relationships exist between entities? | Text schema |
|
|
137
|
-
| Q4.4 | Expected data volume? | Estimation |
|
|
138
|
-
|
|
139
|
-
### 4.2 Data Rules
|
|
140
|
-
|
|
141
|
-
| # | Question | Answer Type |
|
|
142
|
-
|---|----------|-------------|
|
|
143
|
-
| Q4.5 | What validations on data? | List of rules |
|
|
144
|
-
| Q4.6 | Which fields are required vs optional? | Per field |
|
|
145
|
-
| Q4.7 | What specific formats/constraints? | List |
|
|
146
|
-
| Q4.8 | Sensitive data to protect? | List + level |
|
|
147
|
-
|
|
148
|
-
---
|
|
149
|
-
|
|
150
|
-
## Category 5: Integrations (8 questions)
|
|
151
|
-
|
|
152
|
-
### 5.1 Existing Systems
|
|
153
|
-
|
|
154
|
-
| # | Question | Answer Type |
|
|
155
|
-
|---|----------|-------------|
|
|
156
|
-
| Q5.1 | What internal systems should we integrate with? | List |
|
|
157
|
-
| Q5.2 | What external systems? | List |
|
|
158
|
-
| Q5.3 | Existing APIs to use? | Documentation |
|
|
159
|
-
| Q5.4 | Data to import from another system? | List + format |
|
|
160
|
-
|
|
161
|
-
### 5.2 Data Flows
|
|
162
|
-
|
|
163
|
-
| # | Question | Answer Type |
|
|
164
|
-
|---|----------|-------------|
|
|
165
|
-
| Q5.5 | Flow direction? (inbound/outbound/bidirectional) | Per system |
|
|
166
|
-
| Q5.6 | Synchronization frequency? | Real-time/Batch |
|
|
167
|
-
| Q5.7 | Data conflict management? | Strategy |
|
|
168
|
-
| Q5.8 | Fallback if external system unavailable? | Behavior |
|
|
169
|
-
|
|
170
|
-
---
|
|
171
|
-
|
|
172
|
-
## Category 6: Security & Permissions (8 questions)
|
|
173
|
-
|
|
174
|
-
### 6.1 Access
|
|
175
|
-
|
|
176
|
-
| # | Question | Answer Type |
|
|
177
|
-
|---|----------|-------------|
|
|
178
|
-
| Q6.1 | Who can VIEW data? | List of roles |
|
|
179
|
-
| Q6.2 | Who can CREATE entries? | List of roles |
|
|
180
|
-
| Q6.3 | Who can MODIFY? | List of roles |
|
|
181
|
-
| Q6.4 | Who can DELETE? | List of roles |
|
|
182
|
-
|
|
183
|
-
### 6.2 Restrictions
|
|
184
|
-
|
|
185
|
-
| # | Question | Answer Type |
|
|
186
|
-
|---|----------|-------------|
|
|
187
|
-
| Q6.5 | Geographic restrictions? | Countries/regions |
|
|
188
|
-
| Q6.6 | Time-based restrictions? (hours, periods) | Ranges |
|
|
189
|
-
| Q6.7 | Audit trail required? Which actions? | List |
|
|
190
|
-
| Q6.8 | Regulatory compliance? (GDPR, etc.) | List of standards |
|
|
191
|
-
|
|
192
|
-
---
|
|
193
|
-
|
|
194
|
-
## Category 7: User Interface (8 questions)
|
|
195
|
-
|
|
196
|
-
### 7.1 Experience
|
|
197
|
-
|
|
198
|
-
| # | Question | Answer Type |
|
|
199
|
-
|---|----------|-------------|
|
|
200
|
-
| Q7.1 | Target devices? (desktop, mobile, tablet) | List |
|
|
201
|
-
| Q7.2 | Browsers to support? | List + versions |
|
|
202
|
-
| Q7.3 | Accessibility required? (WCAG level) | A/AA/AAA |
|
|
203
|
-
| Q7.4 | Dark/light mode required? | Yes/No |
|
|
204
|
-
|
|
205
|
-
### 7.2 Screens
|
|
206
|
-
|
|
207
|
-
| # | Question | Answer Type |
|
|
208
|
-
|---|----------|-------------|
|
|
209
|
-
| Q7.5 | Main screens needed? | List |
|
|
210
|
-
| Q7.6 | Existing mockups/wireframes? | Documents |
|
|
211
|
-
| Q7.7 | Key information per screen? | Per screen |
|
|
212
|
-
| Q7.8 | Possible actions per screen? | Per screen |
|
|
213
|
-
|
|
214
|
-
---
|
|
215
|
-
|
|
216
|
-
## Category 8: Performance & Quality (4 questions)
|
|
217
|
-
|
|
218
|
-
### 8.1 Performance & Quality
|
|
219
|
-
|
|
220
|
-
| # | Question | Answer Type |
|
|
221
|
-
|---|----------|-------------|
|
|
222
|
-
| Q8.1 | Acceptable response time? | Milliseconds |
|
|
223
|
-
| Q8.2 | Expected load peaks? | When + volume |
|
|
224
|
-
| Q8.3 | Specific tests required? | Types |
|
|
225
|
-
| Q8.4 | Overall acceptance criteria? | List |
|
|
226
|
-
|
|
227
|
-
> **Trimmed:** Concurrent users, SLA, error rate, test environments (ops/infra scope)
|
|
228
|
-
|
|
229
|
-
---
|
|
230
|
-
|
|
231
|
-
## Category 9: Constraints (4 questions)
|
|
232
|
-
|
|
233
|
-
### 9.1 Technical
|
|
234
|
-
|
|
235
|
-
| # | Question | Answer Type |
|
|
236
|
-
|---|----------|-------------|
|
|
237
|
-
| Q9.1 | Mandated tech stack? | Technologies |
|
|
238
|
-
| Q9.2 | Infrastructure limitations? | Description |
|
|
239
|
-
| Q9.3 | Technology dependencies? | List |
|
|
240
|
-
| Q9.4 | Compatibility constraints? | List |
|
|
241
|
-
|
|
242
|
-
> **Trimmed:** Budget, deadline, resources, approval process (PM scope)
|
|
243
|
-
|
|
244
|
-
---
|
|
245
|
-
|
|
246
|
-
## Category 10: Documentation & Support (4 questions)
|
|
247
|
-
|
|
248
|
-
### 10.1 Documentation
|
|
249
|
-
|
|
250
|
-
| # | Question | Answer Type |
|
|
251
|
-
|---|----------|-------------|
|
|
252
|
-
| Q10.1 | User documentation needed? | Yes/No + type |
|
|
253
|
-
| Q10.2 | Technical documentation needed? | Yes/No + type |
|
|
254
|
-
| Q10.3 | User training planned? | Plan |
|
|
255
|
-
| Q10.4 | Knowledge base to create? | Scope |
|
|
256
|
-
|
|
257
|
-
> **Trimmed:** Support level, L1/L2, escalation, monitoring (ops scope)
|
|
258
|
-
|
|
259
|
-
---
|
|
260
|
-
|
|
261
|
-
## Categories conditionnelles (chargees selon le contexte)
|
|
262
|
-
|
|
263
|
-
### Categorie 11 : Cycle de vie des donnees (questionnaire/11-data-lifecycle.md)
|
|
264
|
-
> Charge si : les entites ont des exigences de retention, d'archivage ou de conformite
|
|
265
|
-
|
|
266
|
-
### Categorie 12 : Migration (questionnaire/12-migration.md)
|
|
267
|
-
> Charge si : migration de donnees depuis un systeme existant
|
|
268
|
-
|
|
269
|
-
### Categorie 13 : Impact inter-modules (questionnaire/13-cross-module.md)
|
|
270
|
-
> Charge si : la fonctionnalite interagit avec des modules existants
|
|
271
|
-
|
|
272
|
-
### Categorie 14 : Risques et hypotheses (questionnaire/14-risk-assumptions.md)
|
|
273
|
-
> Charge : TOUJOURS (noyau, integre au cadrage)
|
|
274
|
-
|
|
275
|
-
### Categorie 15 : Criteres de reussite (questionnaire/15-success-metrics.md)
|
|
276
|
-
> Charge : TOUJOURS (noyau, integre au cadrage)
|
|
35
|
+
| File | Questions | Phase | Focus |
|
|
36
|
+
|------|-----------|-------|-------|
|
|
37
|
+
| `questionnaire/01-context.md` | ~20 | step-01-cadrage | Problem, current state, vision, triggers, application identity |
|
|
38
|
+
| `questionnaire/02-stakeholders-scope.md` | ~25 | step-01-cadrage | User profiles, priorities, scope boundaries, MoSCoW |
|
|
39
|
+
| `questionnaire/03-data-ui.md` | ~20 | step-03-specify (per module) | Data entities, UI expectations, integrations |
|
|
40
|
+
| `questionnaire/04-risks-metrics.md` | ~15 | step-01-cadrage | Risks, success criteria, constraints, performance |
|
|
41
|
+
| `questionnaire/05-cross-module.md` | ~10 | step-03-specify (conditional) | Cross-module dependencies, shared data, E2E flows |
|
|
277
42
|
|
|
278
43
|
---
|
|
279
44
|
|
|
@@ -281,19 +46,24 @@
|
|
|
281
46
|
|
|
282
47
|
### Correspondance avec les phases
|
|
283
48
|
|
|
284
|
-
| Phase |
|
|
285
|
-
|
|
286
|
-
| step-01-cadrage |
|
|
287
|
-
| step-
|
|
49
|
+
| Phase | Questionnaires charges |
|
|
50
|
+
|-------|----------------------|
|
|
51
|
+
| step-01-cadrage | 01-context, 02-stakeholders-scope, 04-risks-metrics |
|
|
52
|
+
| step-03-specify (par module) | 03-data-ui, conditionnellement 05-cross-module |
|
|
288
53
|
|
|
289
|
-
### Phase de cadrage
|
|
54
|
+
### Phase de cadrage (step-01)
|
|
290
55
|
|
|
291
|
-
1. **Debut :** Commencer par
|
|
56
|
+
1. **Debut :** Commencer par 01-context (contexte metier, identite application)
|
|
292
57
|
2. **Adapter :** Sauter les questions non pertinentes selon le contexte
|
|
293
58
|
3. **Approfondir :** Poser des questions de relance sur les reponses vagues
|
|
294
59
|
4. **Challenger :** Ne pas accepter "on verra plus tard" sur les fonctionnalites indispensables
|
|
295
60
|
5. **Par lots :** Presenter 3 a 4 questions par interaction (AskUserQuestion)
|
|
296
|
-
6. **Risques et succes :**
|
|
61
|
+
6. **Risques et succes :** Charger 04-risks-metrics en fin de cadrage
|
|
62
|
+
|
|
63
|
+
### Phase de specification (step-03)
|
|
64
|
+
|
|
65
|
+
1. **Par module :** Charger 03-data-ui pour chaque module en cours de specification
|
|
66
|
+
2. **Cross-module :** Charger 05-cross-module si le module a des dependances identifiees en step-02
|
|
297
67
|
|
|
298
68
|
### Questions de relance
|
|
299
69
|
|
|
@@ -307,31 +77,4 @@ Pour chaque reponse vague, utiliser :
|
|
|
307
77
|
|
|
308
78
|
Chaque question conservee passe ce test :
|
|
309
79
|
> "La reponse change-t-elle quelque chose dans le systeme a construire ?"
|
|
310
|
-
> Oui
|
|
311
|
-
|
|
312
|
-
---
|
|
313
|
-
|
|
314
|
-
## Synthese
|
|
315
|
-
|
|
316
|
-
| Categorie | Questions | Phase | Focus |
|
|
317
|
-
|-----------|-----------|-------|-------|
|
|
318
|
-
| 0. Identite de l'application | 18 | step-01 (mode application) | Nom, domaines, profils |
|
|
319
|
-
| 1. Contexte metier | 32 | step-01 | Probleme, situation actuelle, vision, declencheur |
|
|
320
|
-
| 2. Parties prenantes | 33 | step-01 | Utilisateurs, taches, acces, changement |
|
|
321
|
-
| 3. Perimetre fonctionnel | 32 | step-01 | Priorites, parcours, besoins transversaux |
|
|
322
|
-
| 4. Donnees | 15 | step-03 (par module) | Entites et regles |
|
|
323
|
-
| 5. Integrations | 14 | step-01 (conditionnel) | Systemes et flux |
|
|
324
|
-
| 6. Securite et acces | 13 | step-01 (conditionnel) | Permissions et restrictions |
|
|
325
|
-
| 7. Interface utilisateur | 19 | step-03 (par module) | Ecrans et experience |
|
|
326
|
-
| 8. Performance et qualite | 8 | step-01 (conditionnel) | Temps de reponse et tests |
|
|
327
|
-
| 9. Contraintes | 6 | step-01 (conditionnel) | Technologies et dependances |
|
|
328
|
-
| 10. Documentation | 7 | step-01 (conditionnel) | Guides et formation |
|
|
329
|
-
| 11. Cycle de vie donnees | 14 | step-03 (conditionnel) | Retention, archivage, RGPD |
|
|
330
|
-
| 12. Migration et transition | 14 | step-03 (conditionnel) | Donnees existantes, cutover |
|
|
331
|
-
| 13. Impact inter-modules | 14 | step-03 (conditionnel) | Dependances, evenements |
|
|
332
|
-
| 14. Risques et hypotheses | 16 | step-01 | Risques, hypotheses, lecons du passe |
|
|
333
|
-
| 15. Criteres de reussite | 17 | step-01 | Indicateurs de succes, conditions d'acceptation |
|
|
334
|
-
| **Total noyau (01-03, 14-15)** | **130** | | **Toujours charges** |
|
|
335
|
-
| **Total avec app (00)** | **148** | | **Si mode application** |
|
|
336
|
-
| **Total conditionnel (04-13)** | **124** | | **Selon contexte** |
|
|
337
|
-
| **Total maximum possible** | **272** | | **Noyau + app + tous conditionnels** |
|
|
80
|
+
> Oui -> Conserver | Non -> Supprimer
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> **Usage:** React component for application-level BA documentation within SmartStack web app
|
|
4
4
|
> **Route:** `/docs/{app}` (application overview)
|
|
5
|
-
> **Data source:** `docs/{app}/business-analyse/v{X.Y}/
|
|
5
|
+
> **Data source:** `docs/{app}/business-analyse/v{X.Y}/index.json` (scope: "application")
|
|
6
6
|
> **Linked to:** Module viewers at `/docs/{app}/{module}`
|
|
7
7
|
|
|
8
8
|
---
|
|
@@ -205,7 +205,7 @@ export async function loadApplicationFeature(
|
|
|
205
205
|
version: string
|
|
206
206
|
): Promise<ApplicationFeatureJson> {
|
|
207
207
|
const response = await fetch(
|
|
208
|
-
`/docs/${app}/business-analyse/v${version}/
|
|
208
|
+
`/docs/${app}/business-analyse/v${version}/index.json`
|
|
209
209
|
);
|
|
210
210
|
return response.json();
|
|
211
211
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# React Components - Business Analyse Viewer
|
|
2
2
|
|
|
3
|
-
> **Usage:** React component that renders
|
|
4
|
-
> **Loaded in:** step-
|
|
5
|
-
> **Data source (module):** `docs/{app}/{module}/business-analyse/v{X.Y}/
|
|
6
|
-
> **Data source (application):** `docs/{app}/business-analyse/v{X.Y}/
|
|
3
|
+
> **Usage:** React component that renders index.json directly
|
|
4
|
+
> **Loaded in:** step-05-deploy.md
|
|
5
|
+
> **Data source (module):** `docs/{app}/{module}/business-analyse/v{X.Y}/index.json`
|
|
6
|
+
> **Data source (application):** `docs/{app}/business-analyse/v{X.Y}/index.json`
|
|
7
7
|
> **Related:** `react/application-viewer.md` for application-level view
|
|
8
8
|
> **Context7:** /facebook/react, /lucide-icons/lucide-react
|
|
9
9
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# TypeScript Schema - Feature JSON Types
|
|
2
2
|
|
|
3
|
-
> **Usage:** TypeScript interfaces aligned with
|
|
4
|
-
> **Loaded in:** step-
|
|
5
|
-
> **Source (module):** `docs/{app}/{module}/business-analyse/v{X.Y}/
|
|
6
|
-
> **Source (application):** `docs/{app}/business-analyse/v{X.Y}/
|
|
3
|
+
> **Usage:** TypeScript interfaces aligned with index.json and application-schema.json
|
|
4
|
+
> **Loaded in:** step-05-deploy.md (for web app rendering)
|
|
5
|
+
> **Source (module):** `docs/{app}/{module}/business-analyse/v{X.Y}/index.json`
|
|
6
|
+
> **Source (application):** `docs/{app}/business-analyse/v{X.Y}/index.json`
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
// web/smartstack-web/src/types/docs.ts
|
|
14
14
|
|
|
15
15
|
// ===================================================================
|
|
16
|
-
// APPLICATION-LEVEL TYPES (master
|
|
16
|
+
// APPLICATION-LEVEL TYPES (master index.json, scope: "application")
|
|
17
17
|
// ===================================================================
|
|
18
18
|
|
|
19
19
|
/**
|
|
20
|
-
* Application-level
|
|
20
|
+
* Application-level index.json structure
|
|
21
21
|
* Matches schemas/application-schema.json
|
|
22
22
|
* Master document for multi-module BA
|
|
23
23
|
*/
|
|
@@ -180,11 +180,11 @@ export interface E2EFlowStep {
|
|
|
180
180
|
}
|
|
181
181
|
|
|
182
182
|
// ===================================================================
|
|
183
|
-
// MODULE-LEVEL TYPES (per-module
|
|
183
|
+
// MODULE-LEVEL TYPES (per-module index.json, scope: "module")
|
|
184
184
|
// ===================================================================
|
|
185
185
|
|
|
186
186
|
/**
|
|
187
|
-
* Module-level
|
|
187
|
+
* Module-level index.json structure
|
|
188
188
|
* Matches schemas/feature-schema.json
|
|
189
189
|
* Progressively enriched by each BA step
|
|
190
190
|
*/
|
|
@@ -664,7 +664,7 @@ export interface FileSpec {
|
|
|
664
664
|
linkedFRs?: string[]; // FR-XXX references
|
|
665
665
|
linkedUCs?: string[]; // UC-XXX references
|
|
666
666
|
category?: 'core' | 'business'; // For seedData files
|
|
667
|
-
source?: string; // Derivation source in
|
|
667
|
+
source?: string; // Derivation source in index.json
|
|
668
668
|
description?: string;
|
|
669
669
|
}
|
|
670
670
|
|
|
@@ -700,7 +700,7 @@ export interface FeatureSuggestion {
|
|
|
700
700
|
}
|
|
701
701
|
|
|
702
702
|
export interface ChangelogEntry {
|
|
703
|
-
step?: string; // step-01-
|
|
703
|
+
step?: string; // step-01-cadrage, step-03-specify, etc.
|
|
704
704
|
version?: string;
|
|
705
705
|
timestamp: string;
|
|
706
706
|
author?: string;
|
|
@@ -720,7 +720,7 @@ export interface ChangelogEntry {
|
|
|
720
720
|
import type { FeatureJson, ApplicationFeatureJson } from '../types/business-analyse';
|
|
721
721
|
|
|
722
722
|
/**
|
|
723
|
-
* Load module-level
|
|
723
|
+
* Load module-level index.json from docs path
|
|
724
724
|
* The web app reads the JSON directly - no transformation needed
|
|
725
725
|
*/
|
|
726
726
|
export async function loadFeature(
|
|
@@ -729,20 +729,20 @@ export async function loadFeature(
|
|
|
729
729
|
version: string
|
|
730
730
|
): Promise<FeatureJson> {
|
|
731
731
|
const response = await fetch(
|
|
732
|
-
`/docs/${app}/${module}/business-analyse/v${version}/
|
|
732
|
+
`/docs/${app}/${module}/business-analyse/v${version}/index.json`
|
|
733
733
|
);
|
|
734
734
|
return response.json();
|
|
735
735
|
}
|
|
736
736
|
|
|
737
737
|
/**
|
|
738
|
-
* Load application-level (master)
|
|
738
|
+
* Load application-level (master) index.json
|
|
739
739
|
*/
|
|
740
740
|
export async function loadApplicationFeature(
|
|
741
741
|
app: string,
|
|
742
742
|
version: string
|
|
743
743
|
): Promise<ApplicationFeatureJson> {
|
|
744
744
|
const response = await fetch(
|
|
745
|
-
`/docs/${app}/business-analyse/v${version}/
|
|
745
|
+
`/docs/${app}/business-analyse/v${version}/index.json`
|
|
746
746
|
);
|
|
747
747
|
return response.json();
|
|
748
748
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Module Acceptance Criteria (Shared Reference)
|
|
2
2
|
|
|
3
|
-
> **Loaded by:** step-
|
|
3
|
+
> **Loaded by:** step-03-specify (post-check), step-05-deploy (pre-handoff gate), ralph-loop step-01-task (input validation)
|
|
4
4
|
> **Purpose:** Define measurable, bash-verifiable acceptance criteria that a module MUST pass before being marked "specified".
|
|
5
|
-
> **Key principle:** These checks read the REAL
|
|
5
|
+
> **Key principle:** These checks read the REAL JSON files on disk — NOT in-memory data the model "thinks" it wrote.
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
@@ -38,8 +38,8 @@ All previous checks were **pseudocode interpreted by the model**. The model can
|
|
|
38
38
|
|
|
39
39
|
## Bash Verification Script (node -e)
|
|
40
40
|
|
|
41
|
-
> **Usage:** Called from step-
|
|
42
|
-
> Also callable standalone for debugging: `node -e "..." path/to/
|
|
41
|
+
> **Usage:** Called from step-03 post-check after writing module JSON files.
|
|
42
|
+
> Also callable standalone for debugging: `node -e "..." path/to/index.json`
|
|
43
43
|
|
|
44
44
|
```bash
|
|
45
45
|
MODULE_JSON="{module_feature_json_path}"
|
|
@@ -132,19 +132,19 @@ console.log('PASS: All acceptance criteria met (AC-01 to AC-17)');
|
|
|
132
132
|
|
|
133
133
|
## Integration Points
|
|
134
134
|
|
|
135
|
-
### 1. step-
|
|
135
|
+
### 1. step-03-specify.md (post-check)
|
|
136
136
|
|
|
137
|
-
After writing module
|
|
137
|
+
After writing module JSON files, run the bash script above.
|
|
138
138
|
IF FAIL → re-execute section 11 write with corrected data → re-run until PASS.
|
|
139
139
|
|
|
140
|
-
### 2. step-
|
|
140
|
+
### 2. step-05-deploy.md (pre-handoff gate)
|
|
141
141
|
|
|
142
|
-
Before writing handoff for each module
|
|
142
|
+
Before writing handoff for each module, run the bash script on the module index.json.
|
|
143
143
|
IF FAIL → STOP handoff for this module, report which criteria failed.
|
|
144
144
|
|
|
145
145
|
### 3. ralph-loop step-01-task.md (input validation)
|
|
146
146
|
|
|
147
|
-
At PRD load time, run the bash script on each module
|
|
147
|
+
At PRD load time, run the bash script on each module index.json.
|
|
148
148
|
IF FAIL → BLOCKING: "Module {name} does not meet acceptance criteria — run /business-analyse to fix".
|
|
149
149
|
This prevents ralph-loop from generating code from incomplete specifications.
|
|
150
150
|
|
|
@@ -154,16 +154,16 @@ This prevents ralph-loop from generating code from incomplete specifications.
|
|
|
154
154
|
|
|
155
155
|
| Criterion | Recovery |
|
|
156
156
|
|-----------|----------|
|
|
157
|
-
| AC-01/02 | Re-run step-
|
|
158
|
-
| AC-03/04 | Re-run step-
|
|
159
|
-
| AC-05/06/07 | Re-run step-
|
|
160
|
-
| AC-08 | Re-run step-
|
|
161
|
-
| AC-09 | Re-run step-
|
|
157
|
+
| AC-01/02 | Re-run step-03 entity specification |
|
|
158
|
+
| AC-03/04 | Re-run step-03 use case / functional requirements |
|
|
159
|
+
| AC-05/06/07 | Re-run step-03 wireframe generation |
|
|
160
|
+
| AC-08 | Re-run step-03 section definition |
|
|
161
|
+
| AC-09 | Re-run step-03 seedDataCore transform |
|
|
162
162
|
| AC-10 | Auto-fix: wrap in array `[gherkinScenarios]` |
|
|
163
|
-
| AC-11 | Re-run step-
|
|
164
|
-
| AC-12 | Re-run step-
|
|
165
|
-
| AC-13 | Re-run step-
|
|
166
|
-
| AC-14 | Auto-fix: rename title→screen, ascii→mockup
|
|
167
|
-
| AC-15 | Auto-fix: wrap string in array `[rules]`
|
|
168
|
-
| AC-16 | Auto-fix: copy `description` → `message`
|
|
169
|
-
| AC-17 | Re-run step-
|
|
163
|
+
| AC-11 | Re-run step-03 API endpoints |
|
|
164
|
+
| AC-12 | Re-run step-03 messages |
|
|
165
|
+
| AC-13 | Re-run step-03 validations |
|
|
166
|
+
| AC-14 | Auto-fix: rename title→screen, ascii→mockup |
|
|
167
|
+
| AC-15 | Auto-fix: wrap string in array `[rules]` |
|
|
168
|
+
| AC-16 | Auto-fix: copy `description` → `message` |
|
|
169
|
+
| AC-17 | Re-run step-03 gherkin — ensure each entry has `feature` string + `scenarios` array |
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# Semantic Validation Checks for Analysis
|
|
2
2
|
|
|
3
|
-
Complete reference for step-
|
|
3
|
+
Complete reference for step-04 semantic validation, permission coherence, and complexity assessment.
|
|
4
4
|
|
|
5
5
|
## Semantic Validation Checks (13 checks total)
|
|
6
6
|
|
|
7
|
-
Execute for EACH module
|
|
7
|
+
Execute for EACH module in step-04:
|
|
8
8
|
|
|
9
9
|
| # | Check | Rule | Severity |
|
|
10
10
|
|---|-------|------|----------|
|
|
@@ -42,7 +42,7 @@ Execute for EACH module feature.json:
|
|
|
42
42
|
|
|
43
43
|
## Complexity Calculation
|
|
44
44
|
|
|
45
|
-
For each module in
|
|
45
|
+
For each module in index.json modules[], calculate:
|
|
46
46
|
|
|
47
47
|
```json
|
|
48
48
|
{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Compilation Structure Cards Reference
|
|
2
2
|
|
|
3
|
-
Exact JSON format templates for specification compilation (step-
|
|
3
|
+
Exact JSON format templates for specification compilation (step-03). All data MUST fit these schemas exactly.
|
|
4
4
|
|
|
5
5
|
## STRUCTURE CARD: analysis.entities[].attributes[]
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Consolidation Structural Schema Conformity Checks
|
|
2
2
|
|
|
3
|
-
> Post-generation validation. After semantic checks, verify ALL module
|
|
3
|
+
> Post-generation validation. After semantic checks, verify ALL module JSON files conform to JSON schema.
|
|
4
4
|
|
|
5
5
|
## A. Required Sections Presence
|
|
6
6
|
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
| `specification.functionalRequirements[]` | YES | Must have >=1 FR |
|
|
18
18
|
| `specification.permissionMatrix` | YES | Must be `{permissions[], roleAssignments[]}` (NOT flat array) |
|
|
19
19
|
| `specification.sections[]` | YES | Must have >=1 section with resources |
|
|
20
|
-
| `specification.
|
|
20
|
+
| `specification.wireframes[]` | YES | Must have >=1 wireframe with `layout` object |
|
|
21
21
|
| `specification.lifeCycles[]` | IF entities have status | States must be objects (NOT strings) |
|
|
22
22
|
| `specification.seedDataCore` | YES | Must have 9 arrays: navigationApplications, applicationRoles, navigationModules, navigationSections, navigationResources, navigationTranslations, permissions, rolePermissions, permissionConstants |
|
|
23
23
|
| `specification.seedDataBusiness` | NO (WARNING) | Business seed data is generated during implementation (ralph-loop), not during BA. If present, validates format. |
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
|
|
29
29
|
## B. Field Name Conformity
|
|
30
30
|
|
|
31
|
-
> **Two-phase entity schema:** In the **analysis** phase (step-
|
|
32
|
-
> In the **compilation** phase (step-
|
|
31
|
+
> **Two-phase entity schema:** In the **analysis** phase (step-03), entity attributes use a business-friendly format WITHOUT `type`.
|
|
32
|
+
> In the **compilation** phase (step-03), `type` is auto-inferred and added to each attribute.
|
|
33
33
|
> Therefore `type` is FORBIDDEN in the raw analysis input but MANDATORY after compilation.
|
|
34
34
|
|
|
35
35
|
| Section | FORBIDDEN fields | Correct fields |
|
|
36
36
|
|---------|-----------------|----------------|
|
|
37
|
-
| `entities[].attributes[]` | `values`, `rules` | `type` (added by step-
|
|
37
|
+
| `entities[].attributes[]` | `values`, `rules` | `type` (added by step-03 compilation), `description`, `unique`, `validation` |
|
|
38
38
|
| `businessRules[]` | `rule`, `condition` (singular) | `name`, `statement`, `conditions[]` |
|
|
39
39
|
| `useCases[]` | `actor`, `linkedBRs`, `linkedFRs` | `primaryActor`, `linkedRules` |
|
|
40
40
|
| `functionalRequirements[]` | `name`, `description`, `linkedUCs`, `linkedBRs` | `statement`, `linkedUseCases`, `linkedRules` |
|