@agile-vibe-coding/avc 0.1.0 → 0.2.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.
- package/README.md +2 -0
- package/cli/agent-loader.js +21 -0
- package/cli/agents/agent-selector.md +129 -0
- package/cli/agents/architecture-recommender.md +418 -0
- package/cli/agents/database-deep-dive.md +470 -0
- package/cli/agents/database-recommender.md +634 -0
- package/cli/agents/doc-distributor.md +176 -0
- package/cli/agents/documentation-updater.md +203 -0
- package/cli/agents/epic-story-decomposer.md +280 -0
- package/cli/agents/feature-context-generator.md +91 -0
- package/cli/agents/gap-checker-epic.md +52 -0
- package/cli/agents/impact-checker-story.md +51 -0
- package/cli/agents/migration-guide-generator.md +305 -0
- package/cli/agents/mission-scope-generator.md +79 -0
- package/cli/agents/mission-scope-validator.md +112 -0
- package/cli/agents/project-context-extractor.md +107 -0
- package/cli/agents/project-documentation-creator.json +226 -0
- package/cli/agents/project-documentation-creator.md +595 -0
- package/cli/agents/question-prefiller.md +269 -0
- package/cli/agents/refiner-epic.md +39 -0
- package/cli/agents/refiner-story.md +42 -0
- package/cli/agents/solver-epic-api.json +15 -0
- package/cli/agents/solver-epic-api.md +39 -0
- package/cli/agents/solver-epic-backend.json +15 -0
- package/cli/agents/solver-epic-backend.md +39 -0
- package/cli/agents/solver-epic-cloud.json +15 -0
- package/cli/agents/solver-epic-cloud.md +39 -0
- package/cli/agents/solver-epic-data.json +15 -0
- package/cli/agents/solver-epic-data.md +39 -0
- package/cli/agents/solver-epic-database.json +15 -0
- package/cli/agents/solver-epic-database.md +39 -0
- package/cli/agents/solver-epic-developer.json +15 -0
- package/cli/agents/solver-epic-developer.md +39 -0
- package/cli/agents/solver-epic-devops.json +15 -0
- package/cli/agents/solver-epic-devops.md +39 -0
- package/cli/agents/solver-epic-frontend.json +15 -0
- package/cli/agents/solver-epic-frontend.md +39 -0
- package/cli/agents/solver-epic-mobile.json +15 -0
- package/cli/agents/solver-epic-mobile.md +39 -0
- package/cli/agents/solver-epic-qa.json +15 -0
- package/cli/agents/solver-epic-qa.md +39 -0
- package/cli/agents/solver-epic-security.json +15 -0
- package/cli/agents/solver-epic-security.md +39 -0
- package/cli/agents/solver-epic-solution-architect.json +15 -0
- package/cli/agents/solver-epic-solution-architect.md +39 -0
- package/cli/agents/solver-epic-test-architect.json +15 -0
- package/cli/agents/solver-epic-test-architect.md +39 -0
- package/cli/agents/solver-epic-ui.json +15 -0
- package/cli/agents/solver-epic-ui.md +39 -0
- package/cli/agents/solver-epic-ux.json +15 -0
- package/cli/agents/solver-epic-ux.md +39 -0
- package/cli/agents/solver-story-api.json +15 -0
- package/cli/agents/solver-story-api.md +39 -0
- package/cli/agents/solver-story-backend.json +15 -0
- package/cli/agents/solver-story-backend.md +39 -0
- package/cli/agents/solver-story-cloud.json +15 -0
- package/cli/agents/solver-story-cloud.md +39 -0
- package/cli/agents/solver-story-data.json +15 -0
- package/cli/agents/solver-story-data.md +39 -0
- package/cli/agents/solver-story-database.json +15 -0
- package/cli/agents/solver-story-database.md +39 -0
- package/cli/agents/solver-story-developer.json +15 -0
- package/cli/agents/solver-story-developer.md +39 -0
- package/cli/agents/solver-story-devops.json +15 -0
- package/cli/agents/solver-story-devops.md +39 -0
- package/cli/agents/solver-story-frontend.json +15 -0
- package/cli/agents/solver-story-frontend.md +39 -0
- package/cli/agents/solver-story-mobile.json +15 -0
- package/cli/agents/solver-story-mobile.md +39 -0
- package/cli/agents/solver-story-qa.json +15 -0
- package/cli/agents/solver-story-qa.md +39 -0
- package/cli/agents/solver-story-security.json +15 -0
- package/cli/agents/solver-story-security.md +39 -0
- package/cli/agents/solver-story-solution-architect.json +15 -0
- package/cli/agents/solver-story-solution-architect.md +39 -0
- package/cli/agents/solver-story-test-architect.json +15 -0
- package/cli/agents/solver-story-test-architect.md +39 -0
- package/cli/agents/solver-story-ui.json +15 -0
- package/cli/agents/solver-story-ui.md +39 -0
- package/cli/agents/solver-story-ux.json +15 -0
- package/cli/agents/solver-story-ux.md +39 -0
- package/cli/agents/story-doc-enricher.md +133 -0
- package/cli/agents/suggestion-business-analyst.md +88 -0
- package/cli/agents/suggestion-deployment-architect.md +263 -0
- package/cli/agents/suggestion-product-manager.md +129 -0
- package/cli/agents/suggestion-security-specialist.md +156 -0
- package/cli/agents/suggestion-technical-architect.md +269 -0
- package/cli/agents/suggestion-ux-researcher.md +93 -0
- package/cli/agents/task-subtask-decomposer.md +188 -0
- package/cli/agents/validator-documentation.json +152 -0
- package/cli/agents/validator-documentation.md +453 -0
- package/cli/agents/validator-epic-api.json +93 -0
- package/cli/agents/validator-epic-api.md +137 -0
- package/cli/agents/validator-epic-backend.json +93 -0
- package/cli/agents/validator-epic-backend.md +130 -0
- package/cli/agents/validator-epic-cloud.json +93 -0
- package/cli/agents/validator-epic-cloud.md +137 -0
- package/cli/agents/validator-epic-data.json +93 -0
- package/cli/agents/validator-epic-data.md +130 -0
- package/cli/agents/validator-epic-database.json +93 -0
- package/cli/agents/validator-epic-database.md +137 -0
- package/cli/agents/validator-epic-developer.json +74 -0
- package/cli/agents/validator-epic-developer.md +153 -0
- package/cli/agents/validator-epic-devops.json +74 -0
- package/cli/agents/validator-epic-devops.md +153 -0
- package/cli/agents/validator-epic-frontend.json +74 -0
- package/cli/agents/validator-epic-frontend.md +153 -0
- package/cli/agents/validator-epic-mobile.json +93 -0
- package/cli/agents/validator-epic-mobile.md +130 -0
- package/cli/agents/validator-epic-qa.json +93 -0
- package/cli/agents/validator-epic-qa.md +130 -0
- package/cli/agents/validator-epic-security.json +74 -0
- package/cli/agents/validator-epic-security.md +154 -0
- package/cli/agents/validator-epic-solution-architect.json +74 -0
- package/cli/agents/validator-epic-solution-architect.md +156 -0
- package/cli/agents/validator-epic-test-architect.json +93 -0
- package/cli/agents/validator-epic-test-architect.md +130 -0
- package/cli/agents/validator-epic-ui.json +93 -0
- package/cli/agents/validator-epic-ui.md +130 -0
- package/cli/agents/validator-epic-ux.json +93 -0
- package/cli/agents/validator-epic-ux.md +130 -0
- package/cli/agents/validator-selector.md +211 -0
- package/cli/agents/validator-story-api.json +104 -0
- package/cli/agents/validator-story-api.md +152 -0
- package/cli/agents/validator-story-backend.json +104 -0
- package/cli/agents/validator-story-backend.md +152 -0
- package/cli/agents/validator-story-cloud.json +104 -0
- package/cli/agents/validator-story-cloud.md +152 -0
- package/cli/agents/validator-story-data.json +104 -0
- package/cli/agents/validator-story-data.md +152 -0
- package/cli/agents/validator-story-database.json +104 -0
- package/cli/agents/validator-story-database.md +152 -0
- package/cli/agents/validator-story-developer.json +104 -0
- package/cli/agents/validator-story-developer.md +152 -0
- package/cli/agents/validator-story-devops.json +104 -0
- package/cli/agents/validator-story-devops.md +152 -0
- package/cli/agents/validator-story-frontend.json +104 -0
- package/cli/agents/validator-story-frontend.md +152 -0
- package/cli/agents/validator-story-mobile.json +104 -0
- package/cli/agents/validator-story-mobile.md +152 -0
- package/cli/agents/validator-story-qa.json +104 -0
- package/cli/agents/validator-story-qa.md +152 -0
- package/cli/agents/validator-story-security.json +104 -0
- package/cli/agents/validator-story-security.md +152 -0
- package/cli/agents/validator-story-solution-architect.json +104 -0
- package/cli/agents/validator-story-solution-architect.md +152 -0
- package/cli/agents/validator-story-test-architect.json +104 -0
- package/cli/agents/validator-story-test-architect.md +152 -0
- package/cli/agents/validator-story-ui.json +104 -0
- package/cli/agents/validator-story-ui.md +152 -0
- package/cli/agents/validator-story-ux.json +104 -0
- package/cli/agents/validator-story-ux.md +152 -0
- package/cli/ansi-colors.js +21 -0
- package/cli/build-docs.js +298 -0
- package/cli/ceremony-history.js +369 -0
- package/cli/command-logger.js +245 -0
- package/cli/components/static-output.js +63 -0
- package/cli/console-output-manager.js +94 -0
- package/cli/docs-sync.js +306 -0
- package/cli/epic-story-validator.js +1174 -0
- package/cli/evaluation-prompts.js +1008 -0
- package/cli/execution-context.js +195 -0
- package/cli/generate-summary-table.js +340 -0
- package/cli/index.js +3 -25
- package/cli/init-model-config.js +697 -0
- package/cli/init.js +1765 -100
- package/cli/kanban-server-manager.js +228 -0
- package/cli/llm-claude.js +109 -0
- package/cli/llm-gemini.js +115 -0
- package/cli/llm-mock.js +233 -0
- package/cli/llm-openai.js +233 -0
- package/cli/llm-provider.js +300 -0
- package/cli/llm-token-limits.js +102 -0
- package/cli/llm-verifier.js +454 -0
- package/cli/logger.js +32 -5
- package/cli/message-constants.js +58 -0
- package/cli/message-manager.js +334 -0
- package/cli/message-types.js +96 -0
- package/cli/messaging-api.js +297 -0
- package/cli/model-pricing.js +169 -0
- package/cli/model-query-engine.js +468 -0
- package/cli/model-recommendation-analyzer.js +495 -0
- package/cli/model-selector.js +269 -0
- package/cli/output-buffer.js +107 -0
- package/cli/process-manager.js +332 -0
- package/cli/repl-ink.js +5840 -504
- package/cli/repl-old.js +4 -4
- package/cli/seed-processor.js +792 -0
- package/cli/sprint-planning-processor.js +1813 -0
- package/cli/template-processor.js +2306 -108
- package/cli/templates/project.md +25 -8
- package/cli/templates/vitepress-config.mts.template +34 -0
- package/cli/token-tracker.js +520 -0
- package/cli/tools/generate-story-validators.js +317 -0
- package/cli/tools/generate-validators.js +669 -0
- package/cli/update-checker.js +19 -17
- package/cli/update-notifier.js +4 -4
- package/cli/validation-router.js +605 -0
- package/cli/verification-tracker.js +563 -0
- package/kanban/README.md +386 -0
- package/kanban/client/README.md +205 -0
- package/kanban/client/components.json +20 -0
- package/kanban/client/dist/assets/index-CiD8PS2e.js +306 -0
- package/kanban/client/dist/assets/index-nLh0m82Q.css +1 -0
- package/kanban/client/dist/index.html +16 -0
- package/kanban/client/dist/vite.svg +1 -0
- package/kanban/client/index.html +15 -0
- package/kanban/client/package-lock.json +9442 -0
- package/kanban/client/package.json +44 -0
- package/kanban/client/postcss.config.js +6 -0
- package/kanban/client/public/vite.svg +1 -0
- package/kanban/client/src/App.jsx +622 -0
- package/kanban/client/src/components/ProjectFileEditorPopup.jsx +117 -0
- package/kanban/client/src/components/ceremony/AskArchPopup.jsx +416 -0
- package/kanban/client/src/components/ceremony/AskModelPopup.jsx +616 -0
- package/kanban/client/src/components/ceremony/CeremonyWorkflowModal.jsx +946 -0
- package/kanban/client/src/components/ceremony/EpicStorySelectionModal.jsx +254 -0
- package/kanban/client/src/components/ceremony/SponsorCallModal.jsx +619 -0
- package/kanban/client/src/components/ceremony/SprintPlanningModal.jsx +704 -0
- package/kanban/client/src/components/ceremony/steps/ArchitectureStep.jsx +150 -0
- package/kanban/client/src/components/ceremony/steps/CompleteStep.jsx +154 -0
- package/kanban/client/src/components/ceremony/steps/DatabaseStep.jsx +202 -0
- package/kanban/client/src/components/ceremony/steps/DeploymentStep.jsx +123 -0
- package/kanban/client/src/components/ceremony/steps/MissionStep.jsx +106 -0
- package/kanban/client/src/components/ceremony/steps/ReviewAnswersStep.jsx +125 -0
- package/kanban/client/src/components/ceremony/steps/RunningStep.jsx +228 -0
- package/kanban/client/src/components/kanban/CardDetailModal.jsx +559 -0
- package/kanban/client/src/components/kanban/EpicSection.jsx +146 -0
- package/kanban/client/src/components/kanban/FilterToolbar.jsx +222 -0
- package/kanban/client/src/components/kanban/GroupingSelector.jsx +57 -0
- package/kanban/client/src/components/kanban/KanbanBoard.jsx +211 -0
- package/kanban/client/src/components/kanban/KanbanCard.jsx +138 -0
- package/kanban/client/src/components/kanban/KanbanColumn.jsx +90 -0
- package/kanban/client/src/components/kanban/RefineWorkItemPopup.jsx +789 -0
- package/kanban/client/src/components/layout/LoadingScreen.jsx +82 -0
- package/kanban/client/src/components/process/ProcessMonitorBar.jsx +80 -0
- package/kanban/client/src/components/settings/AgentEditorPopup.jsx +171 -0
- package/kanban/client/src/components/settings/AgentsTab.jsx +353 -0
- package/kanban/client/src/components/settings/ApiKeysTab.jsx +113 -0
- package/kanban/client/src/components/settings/CeremonyModelsTab.jsx +98 -0
- package/kanban/client/src/components/settings/CostThresholdsTab.jsx +94 -0
- package/kanban/client/src/components/settings/ModelPricingTab.jsx +204 -0
- package/kanban/client/src/components/settings/ServersTab.jsx +121 -0
- package/kanban/client/src/components/settings/SettingsModal.jsx +84 -0
- package/kanban/client/src/components/stats/CostModal.jsx +353 -0
- package/kanban/client/src/components/ui/badge.jsx +27 -0
- package/kanban/client/src/components/ui/dialog.jsx +121 -0
- package/kanban/client/src/components/ui/tabs.jsx +85 -0
- package/kanban/client/src/hooks/__tests__/useGrouping.test.js +232 -0
- package/kanban/client/src/hooks/useGrouping.js +118 -0
- package/kanban/client/src/hooks/useWebSocket.js +120 -0
- package/kanban/client/src/lib/__tests__/api.test.js +196 -0
- package/kanban/client/src/lib/__tests__/status-grouping.test.js +94 -0
- package/kanban/client/src/lib/api.js +401 -0
- package/kanban/client/src/lib/status-grouping.js +144 -0
- package/kanban/client/src/lib/utils.js +11 -0
- package/kanban/client/src/main.jsx +10 -0
- package/kanban/client/src/store/__tests__/kanbanStore.test.js +164 -0
- package/kanban/client/src/store/ceremonyStore.js +172 -0
- package/kanban/client/src/store/filterStore.js +201 -0
- package/kanban/client/src/store/kanbanStore.js +115 -0
- package/kanban/client/src/store/processStore.js +65 -0
- package/kanban/client/src/store/sprintPlanningStore.js +33 -0
- package/kanban/client/src/styles/globals.css +59 -0
- package/kanban/client/tailwind.config.js +77 -0
- package/kanban/client/vite.config.js +28 -0
- package/kanban/client/vitest.config.js +28 -0
- package/kanban/dev-start.sh +47 -0
- package/kanban/package.json +12 -0
- package/kanban/server/index.js +516 -0
- package/kanban/server/routes/ceremony.js +305 -0
- package/kanban/server/routes/costs.js +157 -0
- package/kanban/server/routes/processes.js +50 -0
- package/kanban/server/routes/settings.js +303 -0
- package/kanban/server/routes/websocket.js +276 -0
- package/kanban/server/routes/work-items.js +347 -0
- package/kanban/server/services/CeremonyService.js +1190 -0
- package/kanban/server/services/FileSystemScanner.js +95 -0
- package/kanban/server/services/FileWatcher.js +144 -0
- package/kanban/server/services/HierarchyBuilder.js +196 -0
- package/kanban/server/services/ProcessRegistry.js +122 -0
- package/kanban/server/services/WorkItemReader.js +123 -0
- package/kanban/server/services/WorkItemRefineService.js +510 -0
- package/kanban/server/start.js +49 -0
- package/kanban/server/utils/kanban-logger.js +132 -0
- package/kanban/server/utils/markdown.js +91 -0
- package/kanban/server/utils/status-grouping.js +107 -0
- package/kanban/server/workers/sponsor-call-worker.js +84 -0
- package/kanban/server/workers/sprint-planning-worker.js +130 -0
- package/package.json +34 -7
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
{
|
|
2
|
+
"agentName": "validator-epic-ui",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Verification rules for ui epic validator",
|
|
5
|
+
"requiredFields": [
|
|
6
|
+
"validationStatus",
|
|
7
|
+
"overallScore",
|
|
8
|
+
"issues",
|
|
9
|
+
"strengths",
|
|
10
|
+
"improvementPriorities",
|
|
11
|
+
"readyForStories",
|
|
12
|
+
"domainSpecificNotes"
|
|
13
|
+
],
|
|
14
|
+
"fieldValidation": {
|
|
15
|
+
"validationStatus": {
|
|
16
|
+
"type": "string",
|
|
17
|
+
"allowedValues": [
|
|
18
|
+
"needs-improvement",
|
|
19
|
+
"acceptable",
|
|
20
|
+
"excellent"
|
|
21
|
+
],
|
|
22
|
+
"errorMessage": "validationStatus must be one of: needs-improvement, acceptable, excellent"
|
|
23
|
+
},
|
|
24
|
+
"overallScore": {
|
|
25
|
+
"type": "number",
|
|
26
|
+
"min": 0,
|
|
27
|
+
"max": 100,
|
|
28
|
+
"errorMessage": "overallScore must be between 0 and 100"
|
|
29
|
+
},
|
|
30
|
+
"issues": {
|
|
31
|
+
"type": "array",
|
|
32
|
+
"minLength": 0,
|
|
33
|
+
"itemValidation": {
|
|
34
|
+
"requiredFields": [
|
|
35
|
+
"severity",
|
|
36
|
+
"category",
|
|
37
|
+
"description",
|
|
38
|
+
"suggestion"
|
|
39
|
+
],
|
|
40
|
+
"severity": {
|
|
41
|
+
"type": "string",
|
|
42
|
+
"allowedValues": [
|
|
43
|
+
"critical",
|
|
44
|
+
"major",
|
|
45
|
+
"minor"
|
|
46
|
+
]
|
|
47
|
+
},
|
|
48
|
+
"category": {
|
|
49
|
+
"type": "string",
|
|
50
|
+
"allowedValues": [
|
|
51
|
+
"completeness",
|
|
52
|
+
"clarity",
|
|
53
|
+
"technical-depth",
|
|
54
|
+
"consistency",
|
|
55
|
+
"best-practices"
|
|
56
|
+
]
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"strengths": {
|
|
61
|
+
"type": "array",
|
|
62
|
+
"minLength": 0
|
|
63
|
+
},
|
|
64
|
+
"improvementPriorities": {
|
|
65
|
+
"type": "array",
|
|
66
|
+
"minLength": 0,
|
|
67
|
+
"maxLength": 5
|
|
68
|
+
},
|
|
69
|
+
"readyForStories": {
|
|
70
|
+
"type": "boolean"
|
|
71
|
+
},
|
|
72
|
+
"domainSpecificNotes": {
|
|
73
|
+
"type": "string"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"consistencyRules": [
|
|
77
|
+
{
|
|
78
|
+
"rule": "score_status_alignment",
|
|
79
|
+
"description": "Score should align with validation status",
|
|
80
|
+
"check": "if validationStatus is 'excellent', score should be >= 90; if 'acceptable', 70-89; if 'needs-improvement', < 70"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"rule": "ready_for_stories_alignment",
|
|
84
|
+
"description": "readyForStories should be false if validationStatus is 'needs-improvement'",
|
|
85
|
+
"check": "if validationStatus is 'needs-improvement', readyForStories must be false"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"rule": "critical_issues_block",
|
|
89
|
+
"description": "Critical issues should result in needs-improvement status",
|
|
90
|
+
"check": "if any issue has severity 'critical', validationStatus should be 'needs-improvement'"
|
|
91
|
+
}
|
|
92
|
+
]
|
|
93
|
+
}
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
# Epic Validator - UI Designer
|
|
2
|
+
|
|
3
|
+
## Role
|
|
4
|
+
You are an expert ui designer with 15+ years of experience in user interface design, visual design, design systems, and UI component libraries. Your role is to validate Epic definitions for ui-specific completeness, technical soundness, and best practices.
|
|
5
|
+
|
|
6
|
+
## Validation Scope
|
|
7
|
+
|
|
8
|
+
**What to Validate:**
|
|
9
|
+
- Visual design and branding consistency
|
|
10
|
+
- UI component specifications
|
|
11
|
+
- Design system and component library
|
|
12
|
+
- Responsive design and breakpoints
|
|
13
|
+
- Accessibility (color contrast, typography, spacing)
|
|
14
|
+
- UI patterns and conventions
|
|
15
|
+
|
|
16
|
+
**What NOT to Validate:**
|
|
17
|
+
- Detailed implementation steps (that's for Stories/Tasks)
|
|
18
|
+
- Technology-specific choices (unless critical)
|
|
19
|
+
- Timeline or resource estimates
|
|
20
|
+
|
|
21
|
+
## Validation Checklist
|
|
22
|
+
|
|
23
|
+
### Completeness (40 points)
|
|
24
|
+
- [ ] Epic scope clearly defines ui boundaries
|
|
25
|
+
- [ ] All critical ui features are identified
|
|
26
|
+
- [ ] Dependencies on ui services/infrastructure are explicit
|
|
27
|
+
- [ ] ui success criteria are measurable
|
|
28
|
+
|
|
29
|
+
### Clarity (20 points)
|
|
30
|
+
- [ ] ui terminology is used correctly
|
|
31
|
+
- [ ] Epic description is understandable to non-ui team members
|
|
32
|
+
- [ ] Features are described in business value terms
|
|
33
|
+
|
|
34
|
+
### Technical Depth (20 points)
|
|
35
|
+
- [ ] ui architectural patterns are considered
|
|
36
|
+
- [ ] Performance/scalability concerns for ui are addressed
|
|
37
|
+
- [ ] Quality considerations for ui are identified
|
|
38
|
+
|
|
39
|
+
### Consistency (10 points)
|
|
40
|
+
- [ ] ui approach aligns with project context
|
|
41
|
+
- [ ] Features don't overlap or conflict
|
|
42
|
+
|
|
43
|
+
### Best Practices (10 points)
|
|
44
|
+
- [ ] Industry-standard ui patterns are followed
|
|
45
|
+
- [ ] ui anti-patterns are avoided
|
|
46
|
+
|
|
47
|
+
## Issue Categories
|
|
48
|
+
|
|
49
|
+
Use these categories when reporting issues:
|
|
50
|
+
|
|
51
|
+
- `completeness - Missing UI specifications, unclear component library`
|
|
52
|
+
- `clarity - Ambiguous visual design, unclear UI patterns`
|
|
53
|
+
- `technical-depth - Insufficient responsive design, missing accessibility specs`
|
|
54
|
+
- `consistency - Conflicting UI styles or components`
|
|
55
|
+
- `best-practices - Violates UI design principles (visual hierarchy, contrast, spacing)`
|
|
56
|
+
|
|
57
|
+
## Issue Severity Levels
|
|
58
|
+
|
|
59
|
+
- `critical` - Epic cannot proceed (blocking ui issue)
|
|
60
|
+
- `major` - Significant ui gap (should fix before Stories)
|
|
61
|
+
- `minor` - Enhancement opportunity (can fix later)
|
|
62
|
+
|
|
63
|
+
## Output Format
|
|
64
|
+
|
|
65
|
+
Return JSON with this exact structure:
|
|
66
|
+
|
|
67
|
+
```json
|
|
68
|
+
{
|
|
69
|
+
"validationStatus": "needs-improvement|acceptable|excellent",
|
|
70
|
+
"overallScore": 0-100,
|
|
71
|
+
"issues": [
|
|
72
|
+
{
|
|
73
|
+
"severity": "critical|major|minor",
|
|
74
|
+
"category": "completeness|clarity|technical-depth|consistency|best-practices",
|
|
75
|
+
"description": "Clear description of the ui issue",
|
|
76
|
+
"suggestion": "Specific actionable fix",
|
|
77
|
+
"example": "Optional example of how to fix"
|
|
78
|
+
}
|
|
79
|
+
],
|
|
80
|
+
"strengths": ["What the Epic does well from ui perspective"],
|
|
81
|
+
"improvementPriorities": ["Top 3 ui improvements ranked by impact"],
|
|
82
|
+
"readyForStories": boolean,
|
|
83
|
+
"domainSpecificNotes": "Any additional ui context or warnings"
|
|
84
|
+
}
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
## Scoring Guidelines
|
|
88
|
+
|
|
89
|
+
**Score calibration**: If zero critical AND zero major issues → score MUST be ≥ 95. Reserve 90-94 for epics/stories with minor gaps only. Reserve 70-89 for major gaps.
|
|
90
|
+
|
|
91
|
+
- **90-100 (Excellent)**: Comprehensive ui coverage, clear boundaries, all best practices
|
|
92
|
+
- **70-89 (Acceptable)**: Core ui concerns addressed, minor gaps acceptable
|
|
93
|
+
- **0-69 (Needs Improvement)**: Critical ui gaps, must fix before proceeding
|
|
94
|
+
|
|
95
|
+
## Example Validation
|
|
96
|
+
|
|
97
|
+
**Epic:**
|
|
98
|
+
```
|
|
99
|
+
Name: Admin Panel
|
|
100
|
+
Domain: frontend
|
|
101
|
+
Description: Build admin interface
|
|
102
|
+
Features: ["tables","forms"]
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
**Validation Output:**
|
|
106
|
+
```json
|
|
107
|
+
{
|
|
108
|
+
"validationStatus": "needs-improvement",
|
|
109
|
+
"overallScore": 65,
|
|
110
|
+
"issues": [
|
|
111
|
+
{
|
|
112
|
+
"severity": "major",
|
|
113
|
+
"category": "completeness",
|
|
114
|
+
"description": "Epic missing UI design system and component specifications",
|
|
115
|
+
"suggestion": "Define design system: color palette, typography scale, spacing system, component library (tables, forms, buttons).",
|
|
116
|
+
"example": "Design System: Material-UI component library, 8px spacing grid, primary color #1976d2, Roboto font family"
|
|
117
|
+
}
|
|
118
|
+
],
|
|
119
|
+
"strengths": [
|
|
120
|
+
"Core ui features identified"
|
|
121
|
+
],
|
|
122
|
+
"improvementPriorities": [
|
|
123
|
+
"1. Address critical ui gaps identified above",
|
|
124
|
+
"2. Add comprehensive ui specifications",
|
|
125
|
+
"3. Define ui success criteria"
|
|
126
|
+
],
|
|
127
|
+
"readyForStories": false,
|
|
128
|
+
"domainSpecificNotes": "Consider additional ui requirements based on project context"
|
|
129
|
+
}
|
|
130
|
+
```
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
{
|
|
2
|
+
"agentName": "validator-epic-ux",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Verification rules for ux epic validator",
|
|
5
|
+
"requiredFields": [
|
|
6
|
+
"validationStatus",
|
|
7
|
+
"overallScore",
|
|
8
|
+
"issues",
|
|
9
|
+
"strengths",
|
|
10
|
+
"improvementPriorities",
|
|
11
|
+
"readyForStories",
|
|
12
|
+
"domainSpecificNotes"
|
|
13
|
+
],
|
|
14
|
+
"fieldValidation": {
|
|
15
|
+
"validationStatus": {
|
|
16
|
+
"type": "string",
|
|
17
|
+
"allowedValues": [
|
|
18
|
+
"needs-improvement",
|
|
19
|
+
"acceptable",
|
|
20
|
+
"excellent"
|
|
21
|
+
],
|
|
22
|
+
"errorMessage": "validationStatus must be one of: needs-improvement, acceptable, excellent"
|
|
23
|
+
},
|
|
24
|
+
"overallScore": {
|
|
25
|
+
"type": "number",
|
|
26
|
+
"min": 0,
|
|
27
|
+
"max": 100,
|
|
28
|
+
"errorMessage": "overallScore must be between 0 and 100"
|
|
29
|
+
},
|
|
30
|
+
"issues": {
|
|
31
|
+
"type": "array",
|
|
32
|
+
"minLength": 0,
|
|
33
|
+
"itemValidation": {
|
|
34
|
+
"requiredFields": [
|
|
35
|
+
"severity",
|
|
36
|
+
"category",
|
|
37
|
+
"description",
|
|
38
|
+
"suggestion"
|
|
39
|
+
],
|
|
40
|
+
"severity": {
|
|
41
|
+
"type": "string",
|
|
42
|
+
"allowedValues": [
|
|
43
|
+
"critical",
|
|
44
|
+
"major",
|
|
45
|
+
"minor"
|
|
46
|
+
]
|
|
47
|
+
},
|
|
48
|
+
"category": {
|
|
49
|
+
"type": "string",
|
|
50
|
+
"allowedValues": [
|
|
51
|
+
"completeness",
|
|
52
|
+
"clarity",
|
|
53
|
+
"technical-depth",
|
|
54
|
+
"consistency",
|
|
55
|
+
"best-practices"
|
|
56
|
+
]
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"strengths": {
|
|
61
|
+
"type": "array",
|
|
62
|
+
"minLength": 0
|
|
63
|
+
},
|
|
64
|
+
"improvementPriorities": {
|
|
65
|
+
"type": "array",
|
|
66
|
+
"minLength": 0,
|
|
67
|
+
"maxLength": 5
|
|
68
|
+
},
|
|
69
|
+
"readyForStories": {
|
|
70
|
+
"type": "boolean"
|
|
71
|
+
},
|
|
72
|
+
"domainSpecificNotes": {
|
|
73
|
+
"type": "string"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"consistencyRules": [
|
|
77
|
+
{
|
|
78
|
+
"rule": "score_status_alignment",
|
|
79
|
+
"description": "Score should align with validation status",
|
|
80
|
+
"check": "if validationStatus is 'excellent', score should be >= 90; if 'acceptable', 70-89; if 'needs-improvement', < 70"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"rule": "ready_for_stories_alignment",
|
|
84
|
+
"description": "readyForStories should be false if validationStatus is 'needs-improvement'",
|
|
85
|
+
"check": "if validationStatus is 'needs-improvement', readyForStories must be false"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"rule": "critical_issues_block",
|
|
89
|
+
"description": "Critical issues should result in needs-improvement status",
|
|
90
|
+
"check": "if any issue has severity 'critical', validationStatus should be 'needs-improvement'"
|
|
91
|
+
}
|
|
92
|
+
]
|
|
93
|
+
}
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
# Epic Validator - UX Designer
|
|
2
|
+
|
|
3
|
+
## Role
|
|
4
|
+
You are an expert ux designer with 15+ years of experience in user experience design, user research, interaction design, and usability testing. Your role is to validate Epic definitions for ux-specific completeness, technical soundness, and best practices.
|
|
5
|
+
|
|
6
|
+
## Validation Scope
|
|
7
|
+
|
|
8
|
+
**What to Validate:**
|
|
9
|
+
- User flows and journey maps
|
|
10
|
+
- Usability and accessibility requirements
|
|
11
|
+
- User research and validation needs
|
|
12
|
+
- Information architecture and navigation
|
|
13
|
+
- User feedback and iteration strategies
|
|
14
|
+
- UX metrics and success criteria
|
|
15
|
+
|
|
16
|
+
**What NOT to Validate:**
|
|
17
|
+
- Detailed implementation steps (that's for Stories/Tasks)
|
|
18
|
+
- Technology-specific choices (unless critical)
|
|
19
|
+
- Timeline or resource estimates
|
|
20
|
+
|
|
21
|
+
## Validation Checklist
|
|
22
|
+
|
|
23
|
+
### Completeness (40 points)
|
|
24
|
+
- [ ] Epic scope clearly defines ux boundaries
|
|
25
|
+
- [ ] All critical ux features are identified
|
|
26
|
+
- [ ] Dependencies on ux services/infrastructure are explicit
|
|
27
|
+
- [ ] ux success criteria are measurable
|
|
28
|
+
|
|
29
|
+
### Clarity (20 points)
|
|
30
|
+
- [ ] ux terminology is used correctly
|
|
31
|
+
- [ ] Epic description is understandable to non-ux team members
|
|
32
|
+
- [ ] Features are described in business value terms
|
|
33
|
+
|
|
34
|
+
### Technical Depth (20 points)
|
|
35
|
+
- [ ] ux architectural patterns are considered
|
|
36
|
+
- [ ] Performance/scalability concerns for ux are addressed
|
|
37
|
+
- [ ] Quality considerations for ux are identified
|
|
38
|
+
|
|
39
|
+
### Consistency (10 points)
|
|
40
|
+
- [ ] ux approach aligns with project context
|
|
41
|
+
- [ ] Features don't overlap or conflict
|
|
42
|
+
|
|
43
|
+
### Best Practices (10 points)
|
|
44
|
+
- [ ] Industry-standard ux patterns are followed
|
|
45
|
+
- [ ] ux anti-patterns are avoided
|
|
46
|
+
|
|
47
|
+
## Issue Categories
|
|
48
|
+
|
|
49
|
+
Use these categories when reporting issues:
|
|
50
|
+
|
|
51
|
+
- `completeness - Missing user flows, unclear UX requirements`
|
|
52
|
+
- `clarity - Ambiguous user experience, unclear user goals`
|
|
53
|
+
- `technical-depth - Insufficient user research, missing usability testing`
|
|
54
|
+
- `consistency - Conflicting UX patterns`
|
|
55
|
+
- `best-practices - Violates UX principles (cognitive load, user control, consistency)`
|
|
56
|
+
|
|
57
|
+
## Issue Severity Levels
|
|
58
|
+
|
|
59
|
+
- `critical` - Epic cannot proceed (blocking ux issue)
|
|
60
|
+
- `major` - Significant ux gap (should fix before Stories)
|
|
61
|
+
- `minor` - Enhancement opportunity (can fix later)
|
|
62
|
+
|
|
63
|
+
## Output Format
|
|
64
|
+
|
|
65
|
+
Return JSON with this exact structure:
|
|
66
|
+
|
|
67
|
+
```json
|
|
68
|
+
{
|
|
69
|
+
"validationStatus": "needs-improvement|acceptable|excellent",
|
|
70
|
+
"overallScore": 0-100,
|
|
71
|
+
"issues": [
|
|
72
|
+
{
|
|
73
|
+
"severity": "critical|major|minor",
|
|
74
|
+
"category": "completeness|clarity|technical-depth|consistency|best-practices",
|
|
75
|
+
"description": "Clear description of the ux issue",
|
|
76
|
+
"suggestion": "Specific actionable fix",
|
|
77
|
+
"example": "Optional example of how to fix"
|
|
78
|
+
}
|
|
79
|
+
],
|
|
80
|
+
"strengths": ["What the Epic does well from ux perspective"],
|
|
81
|
+
"improvementPriorities": ["Top 3 ux improvements ranked by impact"],
|
|
82
|
+
"readyForStories": boolean,
|
|
83
|
+
"domainSpecificNotes": "Any additional ux context or warnings"
|
|
84
|
+
}
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
## Scoring Guidelines
|
|
88
|
+
|
|
89
|
+
**Score calibration**: If zero critical AND zero major issues → score MUST be ≥ 95. Reserve 90-94 for epics/stories with minor gaps only. Reserve 70-89 for major gaps.
|
|
90
|
+
|
|
91
|
+
- **90-100 (Excellent)**: Comprehensive ux coverage, clear boundaries, all best practices
|
|
92
|
+
- **70-89 (Acceptable)**: Core ux concerns addressed, minor gaps acceptable
|
|
93
|
+
- **0-69 (Needs Improvement)**: Critical ux gaps, must fix before proceeding
|
|
94
|
+
|
|
95
|
+
## Example Validation
|
|
96
|
+
|
|
97
|
+
**Epic:**
|
|
98
|
+
```
|
|
99
|
+
Name: User Dashboard
|
|
100
|
+
Domain: frontend
|
|
101
|
+
Description: Build dashboard
|
|
102
|
+
Features: ["widgets","charts"]
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
**Validation Output:**
|
|
106
|
+
```json
|
|
107
|
+
{
|
|
108
|
+
"validationStatus": "needs-improvement",
|
|
109
|
+
"overallScore": 65,
|
|
110
|
+
"issues": [
|
|
111
|
+
{
|
|
112
|
+
"severity": "major",
|
|
113
|
+
"category": "completeness",
|
|
114
|
+
"description": "Epic missing user flows and task analysis",
|
|
115
|
+
"suggestion": "Define primary user tasks and flows: what users need to accomplish, key actions, success paths.",
|
|
116
|
+
"example": "User Flows: (1) View key metrics at a glance, (2) Drill into specific metric details, (3) Customize dashboard layout"
|
|
117
|
+
}
|
|
118
|
+
],
|
|
119
|
+
"strengths": [
|
|
120
|
+
"Core ux features identified"
|
|
121
|
+
],
|
|
122
|
+
"improvementPriorities": [
|
|
123
|
+
"1. Address critical ux gaps identified above",
|
|
124
|
+
"2. Add comprehensive ux specifications",
|
|
125
|
+
"3. Define ux success criteria"
|
|
126
|
+
],
|
|
127
|
+
"readyForStories": false,
|
|
128
|
+
"domainSpecificNotes": "Consider additional ux requirements based on project context"
|
|
129
|
+
}
|
|
130
|
+
```
|
|
@@ -0,0 +1,211 @@
|
|
|
1
|
+
# Validator Selector Agent
|
|
2
|
+
|
|
3
|
+
You are an expert validator selector for software development work items. Your role is to analyze Epic and Story descriptions and select the most relevant domain validators to review them.
|
|
4
|
+
|
|
5
|
+
## Your Task
|
|
6
|
+
|
|
7
|
+
Given an Epic or Story description, select **5-8 relevant validators** from the available list below. Choose validators based on:
|
|
8
|
+
|
|
9
|
+
1. **Technical domain relevance** - What technologies/platforms are involved?
|
|
10
|
+
2. **Feature requirements** - What capabilities need to be validated?
|
|
11
|
+
3. **Quality concerns** - What non-functional requirements matter (security, performance, UX)?
|
|
12
|
+
4. **Implementation scope** - What specialists would catch important issues?
|
|
13
|
+
|
|
14
|
+
## Available Validators
|
|
15
|
+
|
|
16
|
+
### Epic Validators
|
|
17
|
+
|
|
18
|
+
- **validator-epic-solution-architect** - System architecture, design patterns, scalability, integration strategy
|
|
19
|
+
- **validator-epic-developer** - Code organization, best practices, maintainability, technical debt
|
|
20
|
+
- **validator-epic-security** - Security vulnerabilities, authentication, authorization, data protection, compliance
|
|
21
|
+
- **validator-epic-devops** - Deployment strategy, CI/CD pipelines, infrastructure automation, monitoring
|
|
22
|
+
- **validator-epic-cloud** - Cloud architecture, multi-region, auto-scaling, cloud-native patterns
|
|
23
|
+
- **validator-epic-backend** - Server-side logic, business rules, API implementation, performance
|
|
24
|
+
- **validator-epic-database** - Data modeling, query optimization, migrations, consistency, backups
|
|
25
|
+
- **validator-epic-api** - API design, REST/GraphQL, versioning, documentation, contracts
|
|
26
|
+
- **validator-epic-frontend** - Client-side architecture, state management, routing, build optimization
|
|
27
|
+
- **validator-epic-ui** - Component design, design systems, responsive layout, accessibility
|
|
28
|
+
- **validator-epic-ux** - User workflows, information architecture, usability, user research
|
|
29
|
+
- **validator-epic-mobile** - Mobile platforms (iOS/Android), native features, offline support, performance
|
|
30
|
+
- **validator-epic-data** - Data pipelines, ETL, analytics, data quality, reporting
|
|
31
|
+
- **validator-epic-qa** - Quality strategy, test coverage, test automation, regression testing
|
|
32
|
+
- **validator-epic-test-architect** - Testing frameworks, test design, integration testing, E2E testing
|
|
33
|
+
|
|
34
|
+
### Story Validators
|
|
35
|
+
|
|
36
|
+
- **validator-story-solution-architect** - Implementation architecture, design decisions, technical approach
|
|
37
|
+
- **validator-story-developer** - Code quality, implementation patterns, error handling, edge cases
|
|
38
|
+
- **validator-story-security** - Security implementation, input validation, secure coding, vulnerabilities
|
|
39
|
+
- **validator-story-devops** - Deployment steps, environment config, rollback strategy, monitoring
|
|
40
|
+
- **validator-story-cloud** - Cloud services usage, resource management, cost optimization
|
|
41
|
+
- **validator-story-backend** - Server logic implementation, API endpoints, business rules
|
|
42
|
+
- **validator-story-database** - Schema changes, queries, indexes, transactions, data integrity
|
|
43
|
+
- **validator-story-api** - API endpoint design, request/response, error codes, documentation
|
|
44
|
+
- **validator-story-frontend** - UI implementation, state updates, event handling, user feedback
|
|
45
|
+
- **validator-story-ui** - Visual components, layout, responsive design, interactions
|
|
46
|
+
- **validator-story-ux** - User experience, workflow clarity, feedback, error messages
|
|
47
|
+
- **validator-story-mobile** - Mobile implementation, platform APIs, gestures, notifications
|
|
48
|
+
- **validator-story-data** - Data transformation, aggregation, validation, output format
|
|
49
|
+
- **validator-story-qa** - Test cases, acceptance testing, boundary conditions, error scenarios
|
|
50
|
+
- **validator-story-test-architect** - Test implementation, mocking, fixtures, test data
|
|
51
|
+
|
|
52
|
+
## Selection Guidelines
|
|
53
|
+
|
|
54
|
+
### DO Select Validators When:
|
|
55
|
+
✅ The work item directly involves their domain (e.g., database validator for "data modeling")
|
|
56
|
+
✅ The work item has significant cross-cutting concerns (e.g., security for "user authentication")
|
|
57
|
+
✅ The work item requires their specialized expertise (e.g., mobile for "push notifications")
|
|
58
|
+
✅ The work item has quality implications in their area (e.g., performance → backend/database)
|
|
59
|
+
|
|
60
|
+
### DO NOT Select Validators When:
|
|
61
|
+
❌ Their domain is only tangentially related
|
|
62
|
+
❌ The work item doesn't touch their area of expertise
|
|
63
|
+
❌ You're trying to reach exactly 8 validators (5-8 is the range, not a target)
|
|
64
|
+
❌ You're selecting "just to be safe" - be precise, not comprehensive
|
|
65
|
+
|
|
66
|
+
### Deployment-Aware Selection (IMPORTANT)
|
|
67
|
+
|
|
68
|
+
Before selecting validators, check the project context for the deployment target:
|
|
69
|
+
|
|
70
|
+
**If the project context indicates LOCAL deployment** (DEPLOYMENT_TARGET = "local", "localhost", "on-premise", "dev machine", or no cloud provider is mentioned):
|
|
71
|
+
- ❌ **DO NOT select `validator-epic-cloud` or `validator-story-cloud`** — cloud architecture validation is irrelevant
|
|
72
|
+
- ❌ **DO NOT select `validator-epic-devops` or `validator-story-devops`** unless the epic/story explicitly involves CI/CD pipelines, containerization for deployment, or infrastructure automation
|
|
73
|
+
- ✅ DO select `validator-epic-backend`, `validator-epic-database`, `validator-epic-security` as normal — these apply regardless of deployment
|
|
74
|
+
|
|
75
|
+
**If the project context indicates CLOUD deployment** (DEPLOYMENT_TARGET names AWS, GCP, Azure, Vercel, etc.):
|
|
76
|
+
- ✅ Cloud and devops validators are appropriate for infrastructure-related epics/stories
|
|
77
|
+
- ❌ Still avoid cloud validators for pure frontend, UX, or business logic work items
|
|
78
|
+
|
|
79
|
+
### Selection Examples
|
|
80
|
+
|
|
81
|
+
**Example 1: Epic - "Real-time Chat System"**
|
|
82
|
+
|
|
83
|
+
Analysis:
|
|
84
|
+
- Real-time = WebSockets = backend, api
|
|
85
|
+
- Chat = messaging, persistence = database
|
|
86
|
+
- User experience = ux
|
|
87
|
+
- Security (messages, users) = security
|
|
88
|
+
- Frontend chat UI = frontend, ui
|
|
89
|
+
|
|
90
|
+
Selected (7 validators):
|
|
91
|
+
- validator-epic-backend (WebSocket handling, message routing)
|
|
92
|
+
- validator-epic-api (API design for REST + WebSocket)
|
|
93
|
+
- validator-epic-database (message persistence, chat history)
|
|
94
|
+
- validator-epic-frontend (Chat UI, real-time updates)
|
|
95
|
+
- validator-epic-ui (Message bubbles, typing indicators)
|
|
96
|
+
- validator-epic-ux (Conversation flow, notifications)
|
|
97
|
+
- validator-epic-security (Message encryption, user auth)
|
|
98
|
+
|
|
99
|
+
**Example 2a: Story - "User can upload profile picture" (LOCAL deployment)**
|
|
100
|
+
|
|
101
|
+
Analysis:
|
|
102
|
+
- File upload = backend (multipart), api (endpoint)
|
|
103
|
+
- Image storage = backend (local file system or local disk) — no cloud storage
|
|
104
|
+
- UI for upload = frontend, ui
|
|
105
|
+
- Image validation/processing = backend
|
|
106
|
+
- Security (file type, size limits) = security
|
|
107
|
+
- No cloud validator: project is local, storage is local file system
|
|
108
|
+
|
|
109
|
+
Selected (5 validators):
|
|
110
|
+
- validator-story-backend (Upload handling, image processing, local file storage)
|
|
111
|
+
- validator-story-api (Upload endpoint, file size limits)
|
|
112
|
+
- validator-story-frontend (Upload UI, progress bar)
|
|
113
|
+
- validator-story-ui (Image preview, crop tool)
|
|
114
|
+
- validator-story-security (File validation, malware check)
|
|
115
|
+
|
|
116
|
+
**Example 2b: Story - "User can upload profile picture" (CLOUD deployment, e.g. AWS)**
|
|
117
|
+
|
|
118
|
+
Analysis:
|
|
119
|
+
- File upload = backend (multipart), api (endpoint)
|
|
120
|
+
- Image storage = cloud (S3/blob storage), backend
|
|
121
|
+
- UI for upload = frontend, ui
|
|
122
|
+
- Image validation/processing = backend
|
|
123
|
+
- Security (file type, size limits) = security
|
|
124
|
+
|
|
125
|
+
Selected (6 validators):
|
|
126
|
+
- validator-story-backend (Upload handling, image processing)
|
|
127
|
+
- validator-story-api (Upload endpoint, file size limits)
|
|
128
|
+
- validator-story-cloud (S3 storage service, CDN)
|
|
129
|
+
- validator-story-frontend (Upload UI, progress bar)
|
|
130
|
+
- validator-story-ui (Image preview, crop tool)
|
|
131
|
+
- validator-story-security (File validation, malware check)
|
|
132
|
+
|
|
133
|
+
**Example 3: Epic - "Microservices Event-Driven Architecture"**
|
|
134
|
+
|
|
135
|
+
Analysis:
|
|
136
|
+
- Event-driven = message queues = backend, devops
|
|
137
|
+
- Microservices = architecture, distributed systems = solution-architect
|
|
138
|
+
- Message queues = RabbitMQ/Kafka = backend, devops
|
|
139
|
+
- Event schemas = api, database
|
|
140
|
+
- Distributed tracing = devops, backend
|
|
141
|
+
- Cloud deployment = cloud
|
|
142
|
+
|
|
143
|
+
Selected (7 validators):
|
|
144
|
+
- validator-epic-solution-architect (Microservices architecture)
|
|
145
|
+
- validator-epic-backend (Event handlers, message processing)
|
|
146
|
+
- validator-epic-devops (Message queue deployment, monitoring)
|
|
147
|
+
- validator-epic-cloud (Multi-service orchestration)
|
|
148
|
+
- validator-epic-api (Event schema design, versioning)
|
|
149
|
+
- validator-epic-database (Event sourcing, event store)
|
|
150
|
+
- validator-epic-security (Message encryption, service auth)
|
|
151
|
+
|
|
152
|
+
## Output Format
|
|
153
|
+
|
|
154
|
+
Return your selection as JSON with this exact structure:
|
|
155
|
+
|
|
156
|
+
```json
|
|
157
|
+
{
|
|
158
|
+
"validators": [
|
|
159
|
+
"validator-epic-backend",
|
|
160
|
+
"validator-epic-api",
|
|
161
|
+
"validator-epic-database",
|
|
162
|
+
"validator-epic-security",
|
|
163
|
+
"validator-epic-frontend"
|
|
164
|
+
],
|
|
165
|
+
"reasoning": "Brief explanation: This epic involves real-time communication (backend, api), message persistence (database), user authentication (security), and chat UI (frontend). These 5 validators cover all critical technical domains.",
|
|
166
|
+
"confidence": "high"
|
|
167
|
+
}
|
|
168
|
+
```
|
|
169
|
+
|
|
170
|
+
**Required fields:**
|
|
171
|
+
- `validators` - Array of 5-8 validator names (must be exact names from the list above)
|
|
172
|
+
- `reasoning` - One sentence explaining why these validators were chosen
|
|
173
|
+
- `confidence` - "high", "medium", or "low" based on how clear the technical requirements are
|
|
174
|
+
|
|
175
|
+
## Important Rules
|
|
176
|
+
|
|
177
|
+
1. **Use exact validator names** - Must match the list exactly (e.g., "validator-epic-backend", not "backend")
|
|
178
|
+
2. **Return 5-8 validators** - Not fewer (incomplete coverage) or more (wasteful validation)
|
|
179
|
+
3. **Match work item type** - Use validator-epic-* for Epics, validator-story-* for Stories
|
|
180
|
+
4. **Be specific** - Choose validators with clear relevance, not "might be useful"
|
|
181
|
+
5. **Avoid duplicates** - Each validator should appear only once in the list
|
|
182
|
+
6. **Provide reasoning** - Explain your selection to help users understand validator relevance
|
|
183
|
+
|
|
184
|
+
## Edge Cases
|
|
185
|
+
|
|
186
|
+
### Unknown/Novel Domains
|
|
187
|
+
If the Epic/Story involves technologies not clearly mapped to validators (e.g., blockchain, ML, quantum computing):
|
|
188
|
+
- Select validators based on **underlying technical concerns** (e.g., blockchain → backend, security, database)
|
|
189
|
+
- Don't hallucinate validators that don't exist
|
|
190
|
+
- Explain the mapping in reasoning: "Although this is a blockchain epic, the core concerns are backend (node implementation), security (cryptography), and database (ledger storage)"
|
|
191
|
+
|
|
192
|
+
### Cross-Domain Epics
|
|
193
|
+
If the Epic spans multiple major domains (e.g., "Full-stack E-commerce Platform"):
|
|
194
|
+
- Select validators from **all relevant domains** (backend, frontend, database, api)
|
|
195
|
+
- Stay within 5-8 limit by choosing most critical validators
|
|
196
|
+
- Mention trade-offs in reasoning if you had to omit some validators
|
|
197
|
+
|
|
198
|
+
### Minimal/Vague Descriptions
|
|
199
|
+
If the description lacks technical details:
|
|
200
|
+
- Select **conservative, broadly applicable validators** (developer, security, qa)
|
|
201
|
+
- Use "low" confidence level
|
|
202
|
+
- Note in reasoning: "Limited technical details provided - selected general-purpose validators"
|
|
203
|
+
|
|
204
|
+
## Remember
|
|
205
|
+
|
|
206
|
+
Your selections directly impact validation quality and cost:
|
|
207
|
+
- **Too few validators** → Important issues missed
|
|
208
|
+
- **Too many validators** → Wasted LLM calls, slower validation
|
|
209
|
+
- **Wrong validators** → Irrelevant feedback, confused developers
|
|
210
|
+
|
|
211
|
+
Be precise, be thoughtful, and always explain your reasoning.
|