siesa-agents 2.1.1 → 2.1.3

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 (145) hide show
  1. package/README.md +83 -83
  2. package/bin/install.js +400 -399
  3. package/bin/prepare-publish.js +26 -26
  4. package/bin/restore-folders.js +26 -26
  5. package/bmad-core/agent-teams/team-all.yaml +15 -15
  6. package/bmad-core/agent-teams/team-fullstack.yaml +19 -19
  7. package/bmad-core/agent-teams/team-ide-minimal.yaml +11 -11
  8. package/bmad-core/agent-teams/team-no-ui.yaml +14 -14
  9. package/bmad-core/agents/analyst.md +84 -84
  10. package/bmad-core/agents/architect.md +94 -94
  11. package/bmad-core/agents/backend-agent.md +189 -189
  12. package/bmad-core/agents/bmad-master.md +110 -110
  13. package/bmad-core/agents/bmad-orchestrator.md +147 -147
  14. package/bmad-core/agents/dev.md +81 -81
  15. package/bmad-core/agents/frontend-agent.md +168 -168
  16. package/bmad-core/agents/pm.md +84 -84
  17. package/bmad-core/agents/po.md +79 -79
  18. package/bmad-core/agents/qa.md +91 -91
  19. package/bmad-core/agents/sm.md +65 -65
  20. package/bmad-core/agents/ux-expert.md +69 -69
  21. package/bmad-core/checklists/architect-checklist.md +440 -440
  22. package/bmad-core/checklists/backend-checklist.md +142 -142
  23. package/bmad-core/checklists/change-checklist.md +184 -184
  24. package/bmad-core/checklists/frontend-checklist.md +105 -105
  25. package/bmad-core/checklists/pm-checklist.md +372 -372
  26. package/bmad-core/checklists/po-master-checklist.md +434 -434
  27. package/bmad-core/checklists/story-dod-checklist.md +96 -96
  28. package/bmad-core/checklists/story-draft-checklist.md +155 -155
  29. package/bmad-core/core-config.yaml +22 -22
  30. package/bmad-core/data/backend-standards.md +439 -439
  31. package/bmad-core/data/bmad-kb.md +809 -809
  32. package/bmad-core/data/brainstorming-techniques.md +38 -38
  33. package/bmad-core/data/elicitation-methods.md +156 -156
  34. package/bmad-core/data/frontend-standards.md +323 -323
  35. package/bmad-core/data/technical-preferences.md +5 -5
  36. package/bmad-core/data/test-levels-framework.md +148 -148
  37. package/bmad-core/data/test-priorities-matrix.md +174 -174
  38. package/bmad-core/enhanced-ide-development-workflow.md +248 -248
  39. package/bmad-core/install-manifest.yaml +230 -230
  40. package/bmad-core/tasks/advanced-elicitation.md +119 -119
  41. package/bmad-core/tasks/apply-qa-fixes.md +150 -150
  42. package/bmad-core/tasks/brownfield-create-epic.md +162 -162
  43. package/bmad-core/tasks/brownfield-create-story.md +149 -149
  44. package/bmad-core/tasks/correct-course.md +72 -72
  45. package/bmad-core/tasks/create-brownfield-story.md +314 -314
  46. package/bmad-core/tasks/create-component.md +102 -102
  47. package/bmad-core/tasks/create-deep-research-prompt.md +280 -280
  48. package/bmad-core/tasks/create-doc.md +103 -103
  49. package/bmad-core/tasks/create-entity.md +132 -132
  50. package/bmad-core/tasks/create-feature.md +90 -90
  51. package/bmad-core/tasks/create-next-story.md +114 -114
  52. package/bmad-core/tasks/create-service.md +117 -117
  53. package/bmad-core/tasks/create-use-case.md +140 -140
  54. package/bmad-core/tasks/document-project.md +345 -345
  55. package/bmad-core/tasks/execute-checklist.md +88 -88
  56. package/bmad-core/tasks/facilitate-brainstorming-session.md +138 -138
  57. package/bmad-core/tasks/generate-ai-frontend-prompt.md +53 -53
  58. package/bmad-core/tasks/index-docs.md +175 -175
  59. package/bmad-core/tasks/kb-mode-interaction.md +77 -77
  60. package/bmad-core/tasks/nfr-assess.md +345 -345
  61. package/bmad-core/tasks/qa-gate.md +163 -163
  62. package/bmad-core/tasks/review-story.md +316 -316
  63. package/bmad-core/tasks/risk-profile.md +355 -355
  64. package/bmad-core/tasks/scaffold-backend.md +110 -110
  65. package/bmad-core/tasks/scaffold-frontend.md +78 -78
  66. package/bmad-core/tasks/shard-doc.md +187 -187
  67. package/bmad-core/tasks/test-design.md +176 -176
  68. package/bmad-core/tasks/trace-requirements.md +266 -266
  69. package/bmad-core/tasks/validate-next-story.md +136 -136
  70. package/bmad-core/templates/architecture-tmpl.yaml +662 -662
  71. package/bmad-core/templates/brainstorming-output-tmpl.yaml +156 -156
  72. package/bmad-core/templates/brownfield-architecture-tmpl.yaml +477 -477
  73. package/bmad-core/templates/brownfield-prd-tmpl.yaml +281 -281
  74. package/bmad-core/templates/competitor-analysis-tmpl.yaml +307 -307
  75. package/bmad-core/templates/front-end-architecture-tmpl.yaml +258 -258
  76. package/bmad-core/templates/front-end-spec-tmpl.yaml +350 -350
  77. package/bmad-core/templates/fullstack-architecture-tmpl.yaml +824 -824
  78. package/bmad-core/templates/market-research-tmpl.yaml +253 -253
  79. package/bmad-core/templates/prd-tmpl.yaml +203 -203
  80. package/bmad-core/templates/project-brief-tmpl.yaml +222 -222
  81. package/bmad-core/templates/qa-gate-tmpl.yaml +103 -103
  82. package/bmad-core/templates/story-tmpl.yaml +138 -138
  83. package/bmad-core/user-guide.md +530 -530
  84. package/bmad-core/utils/bmad-doc-template.md +327 -327
  85. package/bmad-core/utils/workflow-management.md +71 -71
  86. package/bmad-core/workflows/brownfield-fullstack.yaml +298 -298
  87. package/bmad-core/workflows/brownfield-service.yaml +188 -188
  88. package/bmad-core/workflows/brownfield-ui.yaml +198 -198
  89. package/bmad-core/workflows/greenfield-fullstack.yaml +241 -241
  90. package/bmad-core/workflows/greenfield-service.yaml +207 -207
  91. package/bmad-core/workflows/greenfield-ui.yaml +236 -236
  92. package/bmad-core/working-in-the-brownfield.md +606 -606
  93. package/claude/commands/BMad/agents/analyst.md +88 -0
  94. package/claude/commands/BMad/agents/architect.md +89 -0
  95. package/claude/commands/BMad/agents/backend.md +188 -0
  96. package/claude/commands/BMad/agents/bmad-master.md +114 -0
  97. package/claude/commands/BMad/agents/bmad-orchestrator.md +151 -0
  98. package/claude/commands/BMad/agents/dev.md +85 -0
  99. package/claude/commands/BMad/agents/frontend.md +151 -0
  100. package/claude/commands/BMad/agents/pm.md +88 -0
  101. package/claude/commands/BMad/agents/po.md +83 -0
  102. package/claude/commands/BMad/agents/qa.md +95 -0
  103. package/claude/commands/BMad/agents/sm.md +69 -0
  104. package/claude/commands/BMad/agents/ux-expert.md +73 -0
  105. package/claude/commands/BMad/tasks/advanced-elicitation.md +123 -0
  106. package/claude/commands/BMad/tasks/apply-qa-fixes.md +154 -0
  107. package/claude/commands/BMad/tasks/brownfield-create-epic.md +166 -0
  108. package/claude/commands/BMad/tasks/brownfield-create-story.md +153 -0
  109. package/claude/commands/BMad/tasks/correct-course.md +76 -0
  110. package/claude/commands/BMad/tasks/create-brownfield-story.md +318 -0
  111. package/claude/commands/BMad/tasks/create-deep-research-prompt.md +284 -0
  112. package/claude/commands/BMad/tasks/create-doc.md +107 -0
  113. package/claude/commands/BMad/tasks/create-next-story.md +118 -0
  114. package/claude/commands/BMad/tasks/document-project.md +349 -0
  115. package/claude/commands/BMad/tasks/execute-checklist.md +92 -0
  116. package/claude/commands/BMad/tasks/facilitate-brainstorming-session.md +142 -0
  117. package/claude/commands/BMad/tasks/generate-ai-frontend-prompt.md +57 -0
  118. package/claude/commands/BMad/tasks/index-docs.md +179 -0
  119. package/claude/commands/BMad/tasks/kb-mode-interaction.md +81 -0
  120. package/claude/commands/BMad/tasks/nfr-assess.md +349 -0
  121. package/claude/commands/BMad/tasks/qa-gate.md +167 -0
  122. package/claude/commands/BMad/tasks/review-story.md +320 -0
  123. package/claude/commands/BMad/tasks/risk-profile.md +359 -0
  124. package/claude/commands/BMad/tasks/shard-doc.md +191 -0
  125. package/claude/commands/BMad/tasks/test-design.md +180 -0
  126. package/claude/commands/BMad/tasks/trace-requirements.md +270 -0
  127. package/claude/commands/BMad/tasks/validate-next-story.md +140 -0
  128. package/claude/settings.local.json +20 -0
  129. package/github/b-mad-expert.md +742 -742
  130. package/github/chatmodes/analyst.chatmode.md +89 -89
  131. package/github/chatmodes/architect.chatmode.md +97 -97
  132. package/github/chatmodes/backend.chatmode.md +194 -194
  133. package/github/chatmodes/bmad-master.chatmode.md +115 -115
  134. package/github/chatmodes/bmad-orchestrator.chatmode.md +152 -152
  135. package/github/chatmodes/dev.chatmode.md +86 -86
  136. package/github/chatmodes/frontend.chatmode.md +157 -157
  137. package/github/chatmodes/pm.chatmode.md +89 -89
  138. package/github/chatmodes/po.chatmode.md +84 -84
  139. package/github/chatmodes/qa.chatmode.md +96 -96
  140. package/github/chatmodes/sm.chatmode.md +70 -70
  141. package/github/chatmodes/ux-expert.chatmode.md +74 -74
  142. package/index.js +9 -9
  143. package/package.json +37 -36
  144. package/vscode/mcp.json +11 -11
  145. package/vscode/settings.json +12 -12
@@ -1,143 +1,143 @@
1
- # Backend Development Checklist
2
-
3
- ## Architecture & Structure
4
- - [ ] Hexagonal architecture layers properly separated (domain, application, infrastructure)
5
- - [ ] Domain layer contains only business entities and rules
6
- - [ ] Application layer manages use cases and orchestration
7
- - [ ] Infrastructure layer handles external concerns (database, HTTP, messaging)
8
- - [ ] Primary and secondary ports clearly defined
9
- - [ ] Dependencies point inward toward domain core
10
- - [ ] No circular dependencies between layers
11
-
12
- ## Domain-Driven Design
13
- - [ ] Bounded contexts properly identified and separated
14
- - [ ] Domain entities follow DDD patterns
15
- - [ ] Value objects used for type safety and validation
16
- - [ ] Aggregates maintain consistency boundaries
17
- - [ ] Domain events properly implemented
18
- - [ ] Domain services handle complex business logic
19
- - [ ] Ubiquitous language used throughout codebase
20
-
21
- ## NestJS & TypeScript
22
- - [ ] NestJS 10+ with TypeScript strict mode
23
- - [ ] Dependency injection properly configured
24
- - [ ] All classes and methods have proper type definitions
25
- - [ ] No usage of `any` type
26
- - [ ] Decorators used appropriately (@Injectable, @Controller, etc.)
27
- - [ ] Module organization follows domain boundaries
28
- - [ ] Guards and interceptors properly implemented
29
-
30
- ## Database & Prisma
31
- - [ ] Prisma schema properly defined
32
- - [ ] No raw SQL queries - all operations through Prisma
33
- - [ ] Database migrations created and tested
34
- - [ ] Proper indexing for performance
35
- - [ ] Foreign key relationships properly defined
36
- - [ ] Connection pooling configured
37
- - [ ] Transaction handling for complex operations
38
-
39
- ## Use Cases & Business Logic
40
- - [ ] Use cases follow single responsibility principle
41
- - [ ] Input validation using class-validator
42
- - [ ] Business rules enforced in domain layer
43
- - [ ] Error handling comprehensive and consistent
44
- - [ ] Command/Query separation implemented
45
- - [ ] Use cases are testable with mocked dependencies
46
-
47
- ## Repository Pattern
48
- - [ ] Repository interfaces defined in application layer
49
- - [ ] Repository implementations in infrastructure layer
50
- - [ ] Repository methods return domain entities
51
- - [ ] Proper abstraction of data access concerns
52
- - [ ] Repository tests with test database
53
- - [ ] Prisma transformations to/from domain entities
54
-
55
- ## API Design
56
- - [ ] REST endpoints follow RESTful conventions
57
- - [ ] Request/response DTOs properly defined
58
- - [ ] Swagger/OpenAPI documentation complete
59
- - [ ] Proper HTTP status codes returned
60
- - [ ] Input validation on all endpoints
61
- - [ ] Error responses properly formatted
62
-
63
- ## Testing
64
- - [ ] Unit tests for all domain entities
65
- - [ ] Use case tests with mocked dependencies
66
- - [ ] Integration tests for repositories
67
- - [ ] E2E tests for critical workflows
68
- - [ ] Test coverage meets minimum threshold (80%)
69
- - [ ] Tests follow AAA pattern (Arrange, Act, Assert)
70
-
71
- ## Security
72
- - [ ] Authentication implemented (JWT/OAuth)
73
- - [ ] Authorization guards protect endpoints
74
- - [ ] Input validation prevents injection attacks
75
- - [ ] Sensitive data properly encrypted
76
- - [ ] Environment variables for secrets
77
- - [ ] CORS properly configured
78
- - [ ] Rate limiting implemented
79
-
80
- ## Performance
81
- - [ ] Database queries optimized
82
- - [ ] Proper indexing strategy
83
- - [ ] Caching implemented where appropriate
84
- - [ ] Pagination for large datasets
85
- - [ ] Connection pooling configured
86
- - [ ] Memory usage optimized
87
-
88
- ## Monitoring & Logging
89
- - [ ] Structured logging with Winston
90
- - [ ] Health check endpoints implemented
91
- - [ ] Error tracking and alerting
92
- - [ ] Performance monitoring
93
- - [ ] Audit logging for sensitive operations
94
- - [ ] Log rotation configured
95
-
96
- ## MonoRepo & Shared Libraries
97
- - [ ] Nx workspace properly configured
98
- - [ ] Shared libraries properly structured
99
- - [ ] Dependencies between apps and libs correct
100
- - [ ] Build system optimized
101
- - [ ] Shared code doesn't violate domain boundaries
102
- - [ ] Library versioning strategy defined
103
-
104
- ## Microservices (if applicable)
105
- - [ ] Service boundaries align with business domains
106
- - [ ] Inter-service communication via events/messages
107
- - [ ] Each service has independent database
108
- - [ ] Service discovery and configuration
109
- - [ ] Circuit breaker pattern for resilience
110
- - [ ] Distributed tracing implemented
111
-
112
- ## Development Workflow
113
- - [ ] Git hooks for pre-commit validation
114
- - [ ] Code formatting with Prettier
115
- - [ ] Linting rules enforced
116
- - [ ] TypeScript compilation successful
117
- - [ ] All tests passing
118
- - [ ] No security vulnerabilities
119
- - [ ] Documentation up to date
120
-
121
- ## Environment Configuration
122
- - [ ] Environment-specific configurations
123
- - [ ] Secrets management properly implemented
124
- - [ ] Database connection strings secure
125
- - [ ] Feature flags for conditional logic
126
- - [ ] Configuration validation on startup
127
- - [ ] Docker configuration if applicable
128
-
129
- ## Error Handling
130
- - [ ] Custom exception classes for domain errors
131
- - [ ] Global exception filter implemented
132
- - [ ] Proper error logging without sensitive data
133
- - [ ] User-friendly error messages
134
- - [ ] Error response consistency
135
- - [ ] Graceful degradation for external service failures
136
-
137
- ## Event Handling
138
- - [ ] Domain events properly published
139
- - [ ] Event handlers are idempotent
140
- - [ ] Event sourcing if applicable
141
- - [ ] Message queue integration
142
- - [ ] Dead letter queue handling
1
+ # Backend Development Checklist
2
+
3
+ ## Architecture & Structure
4
+ - [ ] Hexagonal architecture layers properly separated (domain, application, infrastructure)
5
+ - [ ] Domain layer contains only business entities and rules
6
+ - [ ] Application layer manages use cases and orchestration
7
+ - [ ] Infrastructure layer handles external concerns (database, HTTP, messaging)
8
+ - [ ] Primary and secondary ports clearly defined
9
+ - [ ] Dependencies point inward toward domain core
10
+ - [ ] No circular dependencies between layers
11
+
12
+ ## Domain-Driven Design
13
+ - [ ] Bounded contexts properly identified and separated
14
+ - [ ] Domain entities follow DDD patterns
15
+ - [ ] Value objects used for type safety and validation
16
+ - [ ] Aggregates maintain consistency boundaries
17
+ - [ ] Domain events properly implemented
18
+ - [ ] Domain services handle complex business logic
19
+ - [ ] Ubiquitous language used throughout codebase
20
+
21
+ ## NestJS & TypeScript
22
+ - [ ] NestJS 10+ with TypeScript strict mode
23
+ - [ ] Dependency injection properly configured
24
+ - [ ] All classes and methods have proper type definitions
25
+ - [ ] No usage of `any` type
26
+ - [ ] Decorators used appropriately (@Injectable, @Controller, etc.)
27
+ - [ ] Module organization follows domain boundaries
28
+ - [ ] Guards and interceptors properly implemented
29
+
30
+ ## Database & Prisma
31
+ - [ ] Prisma schema properly defined
32
+ - [ ] No raw SQL queries - all operations through Prisma
33
+ - [ ] Database migrations created and tested
34
+ - [ ] Proper indexing for performance
35
+ - [ ] Foreign key relationships properly defined
36
+ - [ ] Connection pooling configured
37
+ - [ ] Transaction handling for complex operations
38
+
39
+ ## Use Cases & Business Logic
40
+ - [ ] Use cases follow single responsibility principle
41
+ - [ ] Input validation using class-validator
42
+ - [ ] Business rules enforced in domain layer
43
+ - [ ] Error handling comprehensive and consistent
44
+ - [ ] Command/Query separation implemented
45
+ - [ ] Use cases are testable with mocked dependencies
46
+
47
+ ## Repository Pattern
48
+ - [ ] Repository interfaces defined in application layer
49
+ - [ ] Repository implementations in infrastructure layer
50
+ - [ ] Repository methods return domain entities
51
+ - [ ] Proper abstraction of data access concerns
52
+ - [ ] Repository tests with test database
53
+ - [ ] Prisma transformations to/from domain entities
54
+
55
+ ## API Design
56
+ - [ ] REST endpoints follow RESTful conventions
57
+ - [ ] Request/response DTOs properly defined
58
+ - [ ] Swagger/OpenAPI documentation complete
59
+ - [ ] Proper HTTP status codes returned
60
+ - [ ] Input validation on all endpoints
61
+ - [ ] Error responses properly formatted
62
+
63
+ ## Testing
64
+ - [ ] Unit tests for all domain entities
65
+ - [ ] Use case tests with mocked dependencies
66
+ - [ ] Integration tests for repositories
67
+ - [ ] E2E tests for critical workflows
68
+ - [ ] Test coverage meets minimum threshold (80%)
69
+ - [ ] Tests follow AAA pattern (Arrange, Act, Assert)
70
+
71
+ ## Security
72
+ - [ ] Authentication implemented (JWT/OAuth)
73
+ - [ ] Authorization guards protect endpoints
74
+ - [ ] Input validation prevents injection attacks
75
+ - [ ] Sensitive data properly encrypted
76
+ - [ ] Environment variables for secrets
77
+ - [ ] CORS properly configured
78
+ - [ ] Rate limiting implemented
79
+
80
+ ## Performance
81
+ - [ ] Database queries optimized
82
+ - [ ] Proper indexing strategy
83
+ - [ ] Caching implemented where appropriate
84
+ - [ ] Pagination for large datasets
85
+ - [ ] Connection pooling configured
86
+ - [ ] Memory usage optimized
87
+
88
+ ## Monitoring & Logging
89
+ - [ ] Structured logging with Winston
90
+ - [ ] Health check endpoints implemented
91
+ - [ ] Error tracking and alerting
92
+ - [ ] Performance monitoring
93
+ - [ ] Audit logging for sensitive operations
94
+ - [ ] Log rotation configured
95
+
96
+ ## MonoRepo & Shared Libraries
97
+ - [ ] Nx workspace properly configured
98
+ - [ ] Shared libraries properly structured
99
+ - [ ] Dependencies between apps and libs correct
100
+ - [ ] Build system optimized
101
+ - [ ] Shared code doesn't violate domain boundaries
102
+ - [ ] Library versioning strategy defined
103
+
104
+ ## Microservices (if applicable)
105
+ - [ ] Service boundaries align with business domains
106
+ - [ ] Inter-service communication via events/messages
107
+ - [ ] Each service has independent database
108
+ - [ ] Service discovery and configuration
109
+ - [ ] Circuit breaker pattern for resilience
110
+ - [ ] Distributed tracing implemented
111
+
112
+ ## Development Workflow
113
+ - [ ] Git hooks for pre-commit validation
114
+ - [ ] Code formatting with Prettier
115
+ - [ ] Linting rules enforced
116
+ - [ ] TypeScript compilation successful
117
+ - [ ] All tests passing
118
+ - [ ] No security vulnerabilities
119
+ - [ ] Documentation up to date
120
+
121
+ ## Environment Configuration
122
+ - [ ] Environment-specific configurations
123
+ - [ ] Secrets management properly implemented
124
+ - [ ] Database connection strings secure
125
+ - [ ] Feature flags for conditional logic
126
+ - [ ] Configuration validation on startup
127
+ - [ ] Docker configuration if applicable
128
+
129
+ ## Error Handling
130
+ - [ ] Custom exception classes for domain errors
131
+ - [ ] Global exception filter implemented
132
+ - [ ] Proper error logging without sensitive data
133
+ - [ ] User-friendly error messages
134
+ - [ ] Error response consistency
135
+ - [ ] Graceful degradation for external service failures
136
+
137
+ ## Event Handling
138
+ - [ ] Domain events properly published
139
+ - [ ] Event handlers are idempotent
140
+ - [ ] Event sourcing if applicable
141
+ - [ ] Message queue integration
142
+ - [ ] Dead letter queue handling
143
143
  - [ ] Event schema versioning
@@ -1,184 +1,184 @@
1
- <!-- Powered by BMAD™ Core -->
2
-
3
- # Change Navigation Checklist
4
-
5
- **Purpose:** To systematically guide the selected Agent and user through the analysis and planning required when a significant change (pivot, tech issue, missing requirement, failed story) is identified during the BMad workflow.
6
-
7
- **Instructions:** Review each item with the user. Mark `[x]` for completed/confirmed, `[N/A]` if not applicable, or add notes for discussion points.
8
-
9
- [[LLM: INITIALIZATION INSTRUCTIONS - CHANGE NAVIGATION
10
-
11
- Changes during development are inevitable, but how we handle them determines project success or failure.
12
-
13
- Before proceeding, understand:
14
-
15
- 1. This checklist is for SIGNIFICANT changes that affect the project direction
16
- 2. Minor adjustments within a story don't require this process
17
- 3. The goal is to minimize wasted work while adapting to new realities
18
- 4. User buy-in is critical - they must understand and approve changes
19
-
20
- Required context:
21
-
22
- - The triggering story or issue
23
- - Current project state (completed stories, current epic)
24
- - Access to PRD, architecture, and other key documents
25
- - Understanding of remaining work planned
26
-
27
- APPROACH:
28
- This is an interactive process with the user. Work through each section together, discussing implications and options. The user makes final decisions, but provide expert guidance on technical feasibility and impact.
29
-
30
- REMEMBER: Changes are opportunities to improve, not failures. Handle them professionally and constructively.]]
31
-
32
- ---
33
-
34
- ## 1. Understand the Trigger & Context
35
-
36
- [[LLM: Start by fully understanding what went wrong and why. Don't jump to solutions yet. Ask probing questions:
37
-
38
- - What exactly happened that triggered this review?
39
- - Is this a one-time issue or symptomatic of a larger problem?
40
- - Could this have been anticipated earlier?
41
- - What assumptions were incorrect?
42
-
43
- Be specific and factual, not blame-oriented.]]
44
-
45
- - [ ] **Identify Triggering Story:** Clearly identify the story (or stories) that revealed the issue.
46
- - [ ] **Define the Issue:** Articulate the core problem precisely.
47
- - [ ] Is it a technical limitation/dead-end?
48
- - [ ] Is it a newly discovered requirement?
49
- - [ ] Is it a fundamental misunderstanding of existing requirements?
50
- - [ ] Is it a necessary pivot based on feedback or new information?
51
- - [ ] Is it a failed/abandoned story needing a new approach?
52
- - [ ] **Assess Initial Impact:** Describe the immediate observed consequences (e.g., blocked progress, incorrect functionality, non-viable tech).
53
- - [ ] **Gather Evidence:** Note any specific logs, error messages, user feedback, or analysis that supports the issue definition.
54
-
55
- ## 2. Epic Impact Assessment
56
-
57
- [[LLM: Changes ripple through the project structure. Systematically evaluate:
58
-
59
- 1. Can we salvage the current epic with modifications?
60
- 2. Do future epics still make sense given this change?
61
- 3. Are we creating or eliminating dependencies?
62
- 4. Does the epic sequence need reordering?
63
-
64
- Think about both immediate and downstream effects.]]
65
-
66
- - [ ] **Analyze Current Epic:**
67
- - [ ] Can the current epic containing the trigger story still be completed?
68
- - [ ] Does the current epic need modification (story changes, additions, removals)?
69
- - [ ] Should the current epic be abandoned or fundamentally redefined?
70
- - [ ] **Analyze Future Epics:**
71
- - [ ] Review all remaining planned epics.
72
- - [ ] Does the issue require changes to planned stories in future epics?
73
- - [ ] Does the issue invalidate any future epics?
74
- - [ ] Does the issue necessitate the creation of entirely new epics?
75
- - [ ] Should the order/priority of future epics be changed?
76
- - [ ] **Summarize Epic Impact:** Briefly document the overall effect on the project's epic structure and flow.
77
-
78
- ## 3. Artifact Conflict & Impact Analysis
79
-
80
- [[LLM: Documentation drives development in BMad. Check each artifact:
81
-
82
- 1. Does this change invalidate documented decisions?
83
- 2. Are architectural assumptions still valid?
84
- 3. Do user flows need rethinking?
85
- 4. Are technical constraints different than documented?
86
-
87
- Be thorough - missed conflicts cause future problems.]]
88
-
89
- - [ ] **Review PRD:**
90
- - [ ] Does the issue conflict with the core goals or requirements stated in the PRD?
91
- - [ ] Does the PRD need clarification or updates based on the new understanding?
92
- - [ ] **Review Architecture Document:**
93
- - [ ] Does the issue conflict with the documented architecture (components, patterns, tech choices)?
94
- - [ ] Are specific components/diagrams/sections impacted?
95
- - [ ] Does the technology list need updating?
96
- - [ ] Do data models or schemas need revision?
97
- - [ ] Are external API integrations affected?
98
- - [ ] **Review Frontend Spec (if applicable):**
99
- - [ ] Does the issue conflict with the FE architecture, component library choice, or UI/UX design?
100
- - [ ] Are specific FE components or user flows impacted?
101
- - [ ] **Review Other Artifacts (if applicable):**
102
- - [ ] Consider impact on deployment scripts, IaC, monitoring setup, etc.
103
- - [ ] **Summarize Artifact Impact:** List all artifacts requiring updates and the nature of the changes needed.
104
-
105
- ## 4. Path Forward Evaluation
106
-
107
- [[LLM: Present options clearly with pros/cons. For each path:
108
-
109
- 1. What's the effort required?
110
- 2. What work gets thrown away?
111
- 3. What risks are we taking?
112
- 4. How does this affect timeline?
113
- 5. Is this sustainable long-term?
114
-
115
- Be honest about trade-offs. There's rarely a perfect solution.]]
116
-
117
- - [ ] **Option 1: Direct Adjustment / Integration:**
118
- - [ ] Can the issue be addressed by modifying/adding future stories within the existing plan?
119
- - [ ] Define the scope and nature of these adjustments.
120
- - [ ] Assess feasibility, effort, and risks of this path.
121
- - [ ] **Option 2: Potential Rollback:**
122
- - [ ] Would reverting completed stories significantly simplify addressing the issue?
123
- - [ ] Identify specific stories/commits to consider for rollback.
124
- - [ ] Assess the effort required for rollback.
125
- - [ ] Assess the impact of rollback (lost work, data implications).
126
- - [ ] Compare the net benefit/cost vs. Direct Adjustment.
127
- - [ ] **Option 3: PRD MVP Review & Potential Re-scoping:**
128
- - [ ] Is the original PRD MVP still achievable given the issue and constraints?
129
- - [ ] Does the MVP scope need reduction (removing features/epics)?
130
- - [ ] Do the core MVP goals need modification?
131
- - [ ] Are alternative approaches needed to meet the original MVP intent?
132
- - [ ] **Extreme Case:** Does the issue necessitate a fundamental replan or potentially a new PRD V2 (to be handled by PM)?
133
- - [ ] **Select Recommended Path:** Based on the evaluation, agree on the most viable path forward.
134
-
135
- ## 5. Sprint Change Proposal Components
136
-
137
- [[LLM: The proposal must be actionable and clear. Ensure:
138
-
139
- 1. The issue is explained in plain language
140
- 2. Impacts are quantified where possible
141
- 3. The recommended path has clear rationale
142
- 4. Next steps are specific and assigned
143
- 5. Success criteria for the change are defined
144
-
145
- This proposal guides all subsequent work.]]
146
-
147
- (Ensure all agreed-upon points from previous sections are captured in the proposal)
148
-
149
- - [ ] **Identified Issue Summary:** Clear, concise problem statement.
150
- - [ ] **Epic Impact Summary:** How epics are affected.
151
- - [ ] **Artifact Adjustment Needs:** List of documents to change.
152
- - [ ] **Recommended Path Forward:** Chosen solution with rationale.
153
- - [ ] **PRD MVP Impact:** Changes to scope/goals (if any).
154
- - [ ] **High-Level Action Plan:** Next steps for stories/updates.
155
- - [ ] **Agent Handoff Plan:** Identify roles needed (PM, Arch, Design Arch, PO).
156
-
157
- ## 6. Final Review & Handoff
158
-
159
- [[LLM: Changes require coordination. Before concluding:
160
-
161
- 1. Is the user fully aligned with the plan?
162
- 2. Do all stakeholders understand the impacts?
163
- 3. Are handoffs to other agents clear?
164
- 4. Is there a rollback plan if the change fails?
165
- 5. How will we validate the change worked?
166
-
167
- Get explicit approval - implicit agreement causes problems.
168
-
169
- FINAL REPORT:
170
- After completing the checklist, provide a concise summary:
171
-
172
- - What changed and why
173
- - What we're doing about it
174
- - Who needs to do what
175
- - When we'll know if it worked
176
-
177
- Keep it action-oriented and forward-looking.]]
178
-
179
- - [ ] **Review Checklist:** Confirm all relevant items were discussed.
180
- - [ ] **Review Sprint Change Proposal:** Ensure it accurately reflects the discussion and decisions.
181
- - [ ] **User Approval:** Obtain explicit user approval for the proposal.
182
- - [ ] **Confirm Next Steps:** Reiterate the handoff plan and the next actions to be taken by specific agents.
183
-
184
- ---
1
+ <!-- Powered by BMAD™ Core -->
2
+
3
+ # Change Navigation Checklist
4
+
5
+ **Purpose:** To systematically guide the selected Agent and user through the analysis and planning required when a significant change (pivot, tech issue, missing requirement, failed story) is identified during the BMad workflow.
6
+
7
+ **Instructions:** Review each item with the user. Mark `[x]` for completed/confirmed, `[N/A]` if not applicable, or add notes for discussion points.
8
+
9
+ [[LLM: INITIALIZATION INSTRUCTIONS - CHANGE NAVIGATION
10
+
11
+ Changes during development are inevitable, but how we handle them determines project success or failure.
12
+
13
+ Before proceeding, understand:
14
+
15
+ 1. This checklist is for SIGNIFICANT changes that affect the project direction
16
+ 2. Minor adjustments within a story don't require this process
17
+ 3. The goal is to minimize wasted work while adapting to new realities
18
+ 4. User buy-in is critical - they must understand and approve changes
19
+
20
+ Required context:
21
+
22
+ - The triggering story or issue
23
+ - Current project state (completed stories, current epic)
24
+ - Access to PRD, architecture, and other key documents
25
+ - Understanding of remaining work planned
26
+
27
+ APPROACH:
28
+ This is an interactive process with the user. Work through each section together, discussing implications and options. The user makes final decisions, but provide expert guidance on technical feasibility and impact.
29
+
30
+ REMEMBER: Changes are opportunities to improve, not failures. Handle them professionally and constructively.]]
31
+
32
+ ---
33
+
34
+ ## 1. Understand the Trigger & Context
35
+
36
+ [[LLM: Start by fully understanding what went wrong and why. Don't jump to solutions yet. Ask probing questions:
37
+
38
+ - What exactly happened that triggered this review?
39
+ - Is this a one-time issue or symptomatic of a larger problem?
40
+ - Could this have been anticipated earlier?
41
+ - What assumptions were incorrect?
42
+
43
+ Be specific and factual, not blame-oriented.]]
44
+
45
+ - [ ] **Identify Triggering Story:** Clearly identify the story (or stories) that revealed the issue.
46
+ - [ ] **Define the Issue:** Articulate the core problem precisely.
47
+ - [ ] Is it a technical limitation/dead-end?
48
+ - [ ] Is it a newly discovered requirement?
49
+ - [ ] Is it a fundamental misunderstanding of existing requirements?
50
+ - [ ] Is it a necessary pivot based on feedback or new information?
51
+ - [ ] Is it a failed/abandoned story needing a new approach?
52
+ - [ ] **Assess Initial Impact:** Describe the immediate observed consequences (e.g., blocked progress, incorrect functionality, non-viable tech).
53
+ - [ ] **Gather Evidence:** Note any specific logs, error messages, user feedback, or analysis that supports the issue definition.
54
+
55
+ ## 2. Epic Impact Assessment
56
+
57
+ [[LLM: Changes ripple through the project structure. Systematically evaluate:
58
+
59
+ 1. Can we salvage the current epic with modifications?
60
+ 2. Do future epics still make sense given this change?
61
+ 3. Are we creating or eliminating dependencies?
62
+ 4. Does the epic sequence need reordering?
63
+
64
+ Think about both immediate and downstream effects.]]
65
+
66
+ - [ ] **Analyze Current Epic:**
67
+ - [ ] Can the current epic containing the trigger story still be completed?
68
+ - [ ] Does the current epic need modification (story changes, additions, removals)?
69
+ - [ ] Should the current epic be abandoned or fundamentally redefined?
70
+ - [ ] **Analyze Future Epics:**
71
+ - [ ] Review all remaining planned epics.
72
+ - [ ] Does the issue require changes to planned stories in future epics?
73
+ - [ ] Does the issue invalidate any future epics?
74
+ - [ ] Does the issue necessitate the creation of entirely new epics?
75
+ - [ ] Should the order/priority of future epics be changed?
76
+ - [ ] **Summarize Epic Impact:** Briefly document the overall effect on the project's epic structure and flow.
77
+
78
+ ## 3. Artifact Conflict & Impact Analysis
79
+
80
+ [[LLM: Documentation drives development in BMad. Check each artifact:
81
+
82
+ 1. Does this change invalidate documented decisions?
83
+ 2. Are architectural assumptions still valid?
84
+ 3. Do user flows need rethinking?
85
+ 4. Are technical constraints different than documented?
86
+
87
+ Be thorough - missed conflicts cause future problems.]]
88
+
89
+ - [ ] **Review PRD:**
90
+ - [ ] Does the issue conflict with the core goals or requirements stated in the PRD?
91
+ - [ ] Does the PRD need clarification or updates based on the new understanding?
92
+ - [ ] **Review Architecture Document:**
93
+ - [ ] Does the issue conflict with the documented architecture (components, patterns, tech choices)?
94
+ - [ ] Are specific components/diagrams/sections impacted?
95
+ - [ ] Does the technology list need updating?
96
+ - [ ] Do data models or schemas need revision?
97
+ - [ ] Are external API integrations affected?
98
+ - [ ] **Review Frontend Spec (if applicable):**
99
+ - [ ] Does the issue conflict with the FE architecture, component library choice, or UI/UX design?
100
+ - [ ] Are specific FE components or user flows impacted?
101
+ - [ ] **Review Other Artifacts (if applicable):**
102
+ - [ ] Consider impact on deployment scripts, IaC, monitoring setup, etc.
103
+ - [ ] **Summarize Artifact Impact:** List all artifacts requiring updates and the nature of the changes needed.
104
+
105
+ ## 4. Path Forward Evaluation
106
+
107
+ [[LLM: Present options clearly with pros/cons. For each path:
108
+
109
+ 1. What's the effort required?
110
+ 2. What work gets thrown away?
111
+ 3. What risks are we taking?
112
+ 4. How does this affect timeline?
113
+ 5. Is this sustainable long-term?
114
+
115
+ Be honest about trade-offs. There's rarely a perfect solution.]]
116
+
117
+ - [ ] **Option 1: Direct Adjustment / Integration:**
118
+ - [ ] Can the issue be addressed by modifying/adding future stories within the existing plan?
119
+ - [ ] Define the scope and nature of these adjustments.
120
+ - [ ] Assess feasibility, effort, and risks of this path.
121
+ - [ ] **Option 2: Potential Rollback:**
122
+ - [ ] Would reverting completed stories significantly simplify addressing the issue?
123
+ - [ ] Identify specific stories/commits to consider for rollback.
124
+ - [ ] Assess the effort required for rollback.
125
+ - [ ] Assess the impact of rollback (lost work, data implications).
126
+ - [ ] Compare the net benefit/cost vs. Direct Adjustment.
127
+ - [ ] **Option 3: PRD MVP Review & Potential Re-scoping:**
128
+ - [ ] Is the original PRD MVP still achievable given the issue and constraints?
129
+ - [ ] Does the MVP scope need reduction (removing features/epics)?
130
+ - [ ] Do the core MVP goals need modification?
131
+ - [ ] Are alternative approaches needed to meet the original MVP intent?
132
+ - [ ] **Extreme Case:** Does the issue necessitate a fundamental replan or potentially a new PRD V2 (to be handled by PM)?
133
+ - [ ] **Select Recommended Path:** Based on the evaluation, agree on the most viable path forward.
134
+
135
+ ## 5. Sprint Change Proposal Components
136
+
137
+ [[LLM: The proposal must be actionable and clear. Ensure:
138
+
139
+ 1. The issue is explained in plain language
140
+ 2. Impacts are quantified where possible
141
+ 3. The recommended path has clear rationale
142
+ 4. Next steps are specific and assigned
143
+ 5. Success criteria for the change are defined
144
+
145
+ This proposal guides all subsequent work.]]
146
+
147
+ (Ensure all agreed-upon points from previous sections are captured in the proposal)
148
+
149
+ - [ ] **Identified Issue Summary:** Clear, concise problem statement.
150
+ - [ ] **Epic Impact Summary:** How epics are affected.
151
+ - [ ] **Artifact Adjustment Needs:** List of documents to change.
152
+ - [ ] **Recommended Path Forward:** Chosen solution with rationale.
153
+ - [ ] **PRD MVP Impact:** Changes to scope/goals (if any).
154
+ - [ ] **High-Level Action Plan:** Next steps for stories/updates.
155
+ - [ ] **Agent Handoff Plan:** Identify roles needed (PM, Arch, Design Arch, PO).
156
+
157
+ ## 6. Final Review & Handoff
158
+
159
+ [[LLM: Changes require coordination. Before concluding:
160
+
161
+ 1. Is the user fully aligned with the plan?
162
+ 2. Do all stakeholders understand the impacts?
163
+ 3. Are handoffs to other agents clear?
164
+ 4. Is there a rollback plan if the change fails?
165
+ 5. How will we validate the change worked?
166
+
167
+ Get explicit approval - implicit agreement causes problems.
168
+
169
+ FINAL REPORT:
170
+ After completing the checklist, provide a concise summary:
171
+
172
+ - What changed and why
173
+ - What we're doing about it
174
+ - Who needs to do what
175
+ - When we'll know if it worked
176
+
177
+ Keep it action-oriented and forward-looking.]]
178
+
179
+ - [ ] **Review Checklist:** Confirm all relevant items were discussed.
180
+ - [ ] **Review Sprint Change Proposal:** Ensure it accurately reflects the discussion and decisions.
181
+ - [ ] **User Approval:** Obtain explicit user approval for the proposal.
182
+ - [ ] **Confirm Next Steps:** Reiterate the handoff plan and the next actions to be taken by specific agents.
183
+
184
+ ---