siesa-agents 1.3.0 → 1.5.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.
Files changed (107) hide show
  1. package/bin/install.js +1 -1
  2. package/package.json +1 -1
  3. package/.bmad-core/agent-teams/team-all.yaml +0 -15
  4. package/.bmad-core/agent-teams/team-fullstack.yaml +0 -19
  5. package/.bmad-core/agent-teams/team-ide-minimal.yaml +0 -11
  6. package/.bmad-core/agent-teams/team-no-ui.yaml +0 -14
  7. package/.bmad-core/agents/analyst.md +0 -84
  8. package/.bmad-core/agents/architect.md +0 -94
  9. package/.bmad-core/agents/backend-agent.md +0 -190
  10. package/.bmad-core/agents/bmad-master.md +0 -110
  11. package/.bmad-core/agents/bmad-orchestrator.md +0 -147
  12. package/.bmad-core/agents/dev.md +0 -81
  13. package/.bmad-core/agents/frontend-agent.md +0 -169
  14. package/.bmad-core/agents/pm.md +0 -84
  15. package/.bmad-core/agents/po.md +0 -79
  16. package/.bmad-core/agents/qa.md +0 -91
  17. package/.bmad-core/agents/sm.md +0 -65
  18. package/.bmad-core/agents/ux-expert.md +0 -69
  19. package/.bmad-core/checklists/architect-checklist.md +0 -440
  20. package/.bmad-core/checklists/backend-checklist.md +0 -143
  21. package/.bmad-core/checklists/change-checklist.md +0 -184
  22. package/.bmad-core/checklists/frontend-checklist.md +0 -106
  23. package/.bmad-core/checklists/pm-checklist.md +0 -372
  24. package/.bmad-core/checklists/po-master-checklist.md +0 -434
  25. package/.bmad-core/checklists/story-dod-checklist.md +0 -96
  26. package/.bmad-core/checklists/story-draft-checklist.md +0 -155
  27. package/.bmad-core/config.json +0 -11
  28. package/.bmad-core/core-config.yaml +0 -22
  29. package/.bmad-core/data/backend-standards.md +0 -440
  30. package/.bmad-core/data/bmad-kb.md +0 -809
  31. package/.bmad-core/data/brainstorming-techniques.md +0 -38
  32. package/.bmad-core/data/elicitation-methods.md +0 -156
  33. package/.bmad-core/data/frontend-standards.md +0 -324
  34. package/.bmad-core/data/technical-preferences.md +0 -5
  35. package/.bmad-core/data/test-levels-framework.md +0 -148
  36. package/.bmad-core/data/test-priorities-matrix.md +0 -174
  37. package/.bmad-core/enhanced-ide-development-workflow.md +0 -248
  38. package/.bmad-core/install-manifest.yaml +0 -230
  39. package/.bmad-core/tasks/advanced-elicitation.md +0 -119
  40. package/.bmad-core/tasks/apply-qa-fixes.md +0 -150
  41. package/.bmad-core/tasks/brownfield-create-epic.md +0 -162
  42. package/.bmad-core/tasks/brownfield-create-story.md +0 -149
  43. package/.bmad-core/tasks/correct-course.md +0 -72
  44. package/.bmad-core/tasks/create-brownfield-story.md +0 -314
  45. package/.bmad-core/tasks/create-component.md +0 -103
  46. package/.bmad-core/tasks/create-deep-research-prompt.md +0 -280
  47. package/.bmad-core/tasks/create-doc.md +0 -103
  48. package/.bmad-core/tasks/create-entity.md +0 -133
  49. package/.bmad-core/tasks/create-feature.md +0 -91
  50. package/.bmad-core/tasks/create-next-story.md +0 -114
  51. package/.bmad-core/tasks/create-service.md +0 -118
  52. package/.bmad-core/tasks/create-use-case.md +0 -141
  53. package/.bmad-core/tasks/document-project.md +0 -345
  54. package/.bmad-core/tasks/execute-checklist.md +0 -88
  55. package/.bmad-core/tasks/facilitate-brainstorming-session.md +0 -138
  56. package/.bmad-core/tasks/generate-ai-frontend-prompt.md +0 -53
  57. package/.bmad-core/tasks/index-docs.md +0 -175
  58. package/.bmad-core/tasks/kb-mode-interaction.md +0 -77
  59. package/.bmad-core/tasks/nfr-assess.md +0 -345
  60. package/.bmad-core/tasks/qa-gate.md +0 -163
  61. package/.bmad-core/tasks/review-story.md +0 -316
  62. package/.bmad-core/tasks/risk-profile.md +0 -355
  63. package/.bmad-core/tasks/scaffold-backend.md +0 -111
  64. package/.bmad-core/tasks/scaffold-frontend.md +0 -79
  65. package/.bmad-core/tasks/shard-doc.md +0 -187
  66. package/.bmad-core/tasks/test-design.md +0 -176
  67. package/.bmad-core/tasks/trace-requirements.md +0 -266
  68. package/.bmad-core/tasks/validate-next-story.md +0 -136
  69. package/.bmad-core/templates/architecture-tmpl.yaml +0 -662
  70. package/.bmad-core/templates/brainstorming-output-tmpl.yaml +0 -156
  71. package/.bmad-core/templates/brownfield-architecture-tmpl.yaml +0 -477
  72. package/.bmad-core/templates/brownfield-prd-tmpl.yaml +0 -281
  73. package/.bmad-core/templates/competitor-analysis-tmpl.yaml +0 -307
  74. package/.bmad-core/templates/front-end-architecture-tmpl.yaml +0 -258
  75. package/.bmad-core/templates/front-end-spec-tmpl.yaml +0 -350
  76. package/.bmad-core/templates/fullstack-architecture-tmpl.yaml +0 -824
  77. package/.bmad-core/templates/market-research-tmpl.yaml +0 -253
  78. package/.bmad-core/templates/prd-tmpl.yaml +0 -203
  79. package/.bmad-core/templates/project-brief-tmpl.yaml +0 -222
  80. package/.bmad-core/templates/qa-gate-tmpl.yaml +0 -103
  81. package/.bmad-core/templates/story-tmpl.yaml +0 -138
  82. package/.bmad-core/user-guide.md +0 -530
  83. package/.bmad-core/utils/bmad-doc-template.md +0 -327
  84. package/.bmad-core/utils/workflow-management.md +0 -71
  85. package/.bmad-core/workflows/brownfield-fullstack.yaml +0 -298
  86. package/.bmad-core/workflows/brownfield-service.yaml +0 -188
  87. package/.bmad-core/workflows/brownfield-ui.yaml +0 -198
  88. package/.bmad-core/workflows/greenfield-fullstack.yaml +0 -241
  89. package/.bmad-core/workflows/greenfield-service.yaml +0 -207
  90. package/.bmad-core/workflows/greenfield-ui.yaml +0 -236
  91. package/.bmad-core/working-in-the-brownfield.md +0 -606
  92. package/.github/b-mad-expert.md +0 -742
  93. package/.github/chatmodes/analyst.chatmode.md +0 -89
  94. package/.github/chatmodes/architect.chatmode.md +0 -97
  95. package/.github/chatmodes/backend.chatmode.md +0 -195
  96. package/.github/chatmodes/bmad-master.chatmode.md +0 -115
  97. package/.github/chatmodes/bmad-orchestrator.chatmode.md +0 -152
  98. package/.github/chatmodes/dev.chatmode.md +0 -86
  99. package/.github/chatmodes/frontend.chatmode.md +0 -158
  100. package/.github/chatmodes/pm.chatmode.md +0 -89
  101. package/.github/chatmodes/po.chatmode.md +0 -84
  102. package/.github/chatmodes/qa.chatmode.md +0 -96
  103. package/.github/chatmodes/sm.chatmode.md +0 -70
  104. package/.github/chatmodes/ux-expert.chatmode.md +0 -74
  105. package/.github/workflows/ci.yml +0 -19
  106. package/.vscode/mcp.json +0 -11
  107. package/.vscode/settings.json +0 -13
@@ -1,143 +0,0 @@
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
- - [ ] Event schema versioning
@@ -1,184 +0,0 @@
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,106 +0,0 @@
1
- # Frontend Development Checklist
2
-
3
- ## Architecture & Structure
4
- - [ ] Clean Architecture layers properly separated (domain, application, infrastructure, presentation)
5
- - [ ] Domain layer contains only business entities and rules
6
- - [ ] Application layer manages use cases and orchestration
7
- - [ ] Infrastructure layer handles external concerns (API, storage, etc.)
8
- - [ ] Presentation layer contains only UI components and pages
9
- - [ ] No circular dependencies between layers
10
- - [ ] Dependency inversion principle followed
11
-
12
- ## TypeScript & Code Quality
13
- - [ ] Strict TypeScript configuration enabled
14
- - [ ] All components have proper type definitions
15
- - [ ] No usage of `any` type
16
- - [ ] Props interfaces properly defined
17
- - [ ] Custom hooks have proper typing
18
- - [ ] API responses are properly typed
19
- - [ ] State management stores have type safety
20
-
21
- ## Component Standards
22
- - [ ] Components follow single responsibility principle
23
- - [ ] Proper use of React.memo for performance
24
- - [ ] Components are composable and reusable
25
- - [ ] Props are properly documented with JSDoc
26
- - [ ] Default props are defined where appropriate
27
- - [ ] Components handle loading and error states
28
-
29
- ## State Management
30
- - [ ] Zustand stores follow DDD patterns
31
- - [ ] Global vs local state properly separated
32
- - [ ] Actions call use cases from application layer
33
- - [ ] State updates are immutable
34
- - [ ] Store subscriptions are optimized
35
-
36
- ## Styling & UI
37
- - [ ] TailwindCSS used consistently
38
- - [ ] Shadcn/ui components properly configured
39
- - [ ] Responsive design implemented
40
- - [ ] Design system patterns followed
41
- - [ ] Color scheme and theme support
42
- - [ ] Loading states have proper UI feedback
43
-
44
- ## Performance
45
- - [ ] Components are lazily loaded where appropriate
46
- - [ ] Images are optimized and properly sized
47
- - [ ] Bundle size is within acceptable limits
48
- - [ ] React.memo used strategically
49
- - [ ] Expensive operations are memoized
50
- - [ ] Infinite scrolls or virtual lists for large datasets
51
-
52
- ## Accessibility
53
- - [ ] ARIA labels and roles properly implemented
54
- - [ ] Keyboard navigation works correctly
55
- - [ ] Color contrast meets WCAG 2.1 AA standards
56
- - [ ] Screen reader compatibility tested
57
- - [ ] Focus management implemented
58
- - [ ] Form validation errors are accessible
59
-
60
- ## Testing
61
- - [ ] Unit tests for all custom hooks
62
- - [ ] Component tests cover user interactions
63
- - [ ] Integration tests for feature workflows
64
- - [ ] Accessibility tests using jest-axe
65
- - [ ] Test coverage meets minimum threshold (80%)
66
- - [ ] Edge cases and error scenarios tested
67
-
68
- ## API Integration
69
- - [ ] HTTP client properly configured
70
- - [ ] Error handling for network failures
71
- - [ ] Request/response interceptors for auth
72
- - [ ] API types match backend specifications
73
- - [ ] Loading states during API calls
74
- - [ ] Proper error messages displayed to users
75
-
76
- ## PWA Features (if enabled)
77
- - [ ] Service worker configured correctly
78
- - [ ] Offline functionality works
79
- - [ ] App manifest is valid
80
- - [ ] Cache strategies implemented
81
- - [ ] App can be installed on devices
82
- - [ ] Push notifications work (if required)
83
-
84
- ## Security
85
- - [ ] No secrets or API keys in frontend code
86
- - [ ] XSS prevention measures implemented
87
- - [ ] CSRF protection where needed
88
- - [ ] Secure authentication flow
89
- - [ ] Input validation and sanitization
90
- - [ ] Safe handling of user data
91
-
92
- ## Development Experience
93
- - [ ] Hot reloading works correctly
94
- - [ ] TypeScript compilation is fast
95
- - [ ] Linting rules are enforced
96
- - [ ] Code formatting is consistent
97
- - [ ] Development tools are configured
98
- - [ ] Environment-specific configurations work
99
-
100
- ## Documentation
101
- - [ ] README with setup instructions
102
- - [ ] Component documentation exists
103
- - [ ] API integration documented
104
- - [ ] Deployment guide available
105
- - [ ] Architecture decisions recorded
106
- - [ ] Troubleshooting guide provided