@zeyue0329/xiaoma-cli 1.0.20 → 1.0.22
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/XIAOMA-CLI/345/267/245/344/275/234/346/265/201/344/270/216/346/231/272/350/203/275/344/275/223/347/274/226/346/216/222/350/257/246/347/273/206/346/226/207/346/241/243.md +18 -18
- package/XIAOMA-CLI/346/231/272/350/203/275/344/275/223/344/270/216/345/221/275/344/273/244/345/256/214/346/225/264/346/226/207/346/241/243.md +5 -5
- package/dist/agents/analyst.txt +1 -1
- package/dist/agents/architect.txt +5 -5
- package/dist/agents/automation-orchestrator.txt +396 -0
- package/dist/agents/database-architect.txt +1 -1
- package/dist/agents/pm.txt +7 -7
- package/dist/agents/po.txt +1 -1
- package/dist/agents/sm.txt +1395 -0
- package/dist/agents/xiaoma-master.txt +11 -11
- package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +1 -1
- package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +1 -1
- package/dist/teams/team-all.txt +1766 -15
- package/dist/teams/team-fullstack-with-database.txt +2116 -22
- package/dist/teams/team-fullstack.txt +14 -14
- package/dist/teams/team-ide-minimal.txt +1396 -1
- package/dist/teams/team-no-ui.txt +14 -14
- package/package.json +1 -1
- package/tools/installer/package.json +1 -1
- package/xiaoma-core/agent-teams/team-fullstack-with-database.yaml +3 -1
- package/xiaoma-core/agents/analyst.md +1 -1
- package/xiaoma-core/agents/automation-orchestrator.md +353 -0
- package/xiaoma-core/agents/database-architect.md +1 -1
- package/xiaoma-core/agents/pm.md +1 -1
- package/xiaoma-core/agents/po.md +1 -1
- package/xiaoma-core/agents/sm.md +4 -0
- package/xiaoma-core/checklists/dev-completion-checklist.md +324 -0
- package/xiaoma-core/checklists/po-story-validation-checklist.md +219 -0
- package/xiaoma-core/checklists/qa-approval-checklist.md +393 -0
- package/xiaoma-core/tasks/automated-story-cycle.md +370 -0
- package/xiaoma-core/tasks/create-database-design.md +2 -2
- package/xiaoma-core/tasks/create-enhanced-story-with-database.md +250 -0
- package/xiaoma-core/templates/api-design-tmpl.yaml +704 -0
- package/xiaoma-core/templates/brownfield-architecture-tmpl.yaml +5 -5
- package/xiaoma-core/templates/brownfield-prd-tmpl.yaml +6 -6
- package/xiaoma-core/templates/enhanced-story-with-database-tmpl.yaml +428 -0
- package/xiaoma-core/workflows/automated-story-development.yaml +331 -0
- package/xiaoma-core/workflows/enhanced-fullstack-with-database.yaml +13 -6
- package//346/225/260/346/215/256/345/272/223/350/256/276/350/256/241/345/242/236/345/274/272/345/212/237/350/203/275/344/275/277/347/224/250/346/214/207/345/215/227.md +1 -1
- package//350/207/252/345/212/250/345/214/226/347/224/250/346/210/267/346/225/205/344/272/213/345/274/200/345/217/221/346/265/201/347/250/213/344/275/277/347/224/250/346/214/207/345/215/227.md +377 -0
|
@@ -2806,7 +2806,7 @@ sections:
|
|
|
2806
2806
|
==================== START: .xiaoma-core/templates/brownfield-architecture-tmpl.yaml ====================
|
|
2807
2807
|
template:
|
|
2808
2808
|
id: brownfield-architecture-template-v2
|
|
2809
|
-
name:
|
|
2809
|
+
name: 现有项目项目增强架构
|
|
2810
2810
|
version: 2.0
|
|
2811
2811
|
output:
|
|
2812
2812
|
format: markdown
|
|
@@ -2885,7 +2885,7 @@ sections:
|
|
|
2885
2885
|
instruction: |
|
|
2886
2886
|
定义增强功能将如何与现有系统集成:
|
|
2887
2887
|
|
|
2888
|
-
1.
|
|
2888
|
+
1. 回顾现有项目项目 PRD 的增强范围
|
|
2889
2889
|
2. 识别与现有代码的集成点
|
|
2890
2890
|
3. 定义新旧功能之间的边界
|
|
2891
2891
|
4. 建立兼容性要求
|
|
@@ -3250,12 +3250,12 @@ sections:
|
|
|
3250
3250
|
|
|
3251
3251
|
- id: checklist-results
|
|
3252
3252
|
title: 清单结果报告
|
|
3253
|
-
instruction: 执行 architect-checklist
|
|
3253
|
+
instruction: 执行 architect-checklist 并在此处填充结果,重点关注现有项目项目的特定验证
|
|
3254
3254
|
|
|
3255
3255
|
- id: next-steps
|
|
3256
3256
|
title: 后续步骤
|
|
3257
3257
|
instruction: |
|
|
3258
|
-
|
|
3258
|
+
完成现有项目项目架构后:
|
|
3259
3259
|
|
|
3260
3260
|
1. 审查与现有系统的集成点
|
|
3261
3261
|
2. 与开发代理一起开始故事的实现
|
|
@@ -3265,7 +3265,7 @@ sections:
|
|
|
3265
3265
|
- id: story-manager-handoff
|
|
3266
3266
|
title: 故事负责人交接
|
|
3267
3267
|
instruction: |
|
|
3268
|
-
|
|
3268
|
+
为故事负责人创建一个简短的提示,以便处理此现有项目项目增强。包括:
|
|
3269
3269
|
- 引用此架构文档
|
|
3270
3270
|
- 与用户验证过的关键集成要求
|
|
3271
3271
|
- 基于实际项目分析的现有系统约束
|
|
@@ -3285,7 +3285,7 @@ sections:
|
|
|
3285
3285
|
==================== START: .xiaoma-core/templates/brownfield-prd-tmpl.yaml ====================
|
|
3286
3286
|
template:
|
|
3287
3287
|
id: brownfield-prd-template-v2
|
|
3288
|
-
name:
|
|
3288
|
+
name: 现有项目增强功能PRD
|
|
3289
3289
|
version: 2.0
|
|
3290
3290
|
output:
|
|
3291
3291
|
format: markdown
|
|
@@ -3424,7 +3424,7 @@ sections:
|
|
|
3424
3424
|
- "NFR1: 增强功能必须保持现有的性能特征,且内存使用量增幅不得超过当前的20%。"
|
|
3425
3425
|
- id: compatibility
|
|
3426
3426
|
title: 兼容性要求
|
|
3427
|
-
instruction:
|
|
3427
|
+
instruction: 对于现有项目项目至关重要 - 必须保持兼容性的内容
|
|
3428
3428
|
type: numbered-list
|
|
3429
3429
|
prefix: CR
|
|
3430
3430
|
template: "{{requirement}}: {{description}}"
|
|
@@ -3513,20 +3513,20 @@ sections:
|
|
|
3513
3513
|
- id: epic-structure
|
|
3514
3514
|
title: Epic与Story结构
|
|
3515
3515
|
instruction: |
|
|
3516
|
-
|
|
3516
|
+
对于现有项目项目,倾向于使用单个综合性Epic,除非用户明确要求多个不相关的增强功能。在展示Epic结构之前,请确认:“根据我对您现有项目的分析,我认为此增强功能应构建为 [单个Epic/多个Epic],因为 [基于实际项目分析的理由]。这与您对所需工作的理解是否一致?”
|
|
3517
3517
|
elicit: true
|
|
3518
3518
|
sections:
|
|
3519
3519
|
- id: epic-approach
|
|
3520
3520
|
title: Epic方法
|
|
3521
|
-
instruction: 解释Epic结构的理由 -
|
|
3521
|
+
instruction: 解释Epic结构的理由 - 现有项目项目通常使用单个Epic,除非涉及多个不相关的功能
|
|
3522
3522
|
template: "**Epic结构决策**: {{epic_decision}} 并陈述理由"
|
|
3523
3523
|
|
|
3524
3524
|
- id: epic-details
|
|
3525
3525
|
title: "Epic 1: {{enhancement_title}}"
|
|
3526
3526
|
instruction: |
|
|
3527
|
-
|
|
3527
|
+
交付现有项目增强功能同时保持现有功能不变的综合性Epic
|
|
3528
3528
|
|
|
3529
|
-
|
|
3529
|
+
现有项目项目关键的STORY排序:
|
|
3530
3530
|
- Story必须确保现有功能保持完好
|
|
3531
3531
|
- 每个Story都应包含对现有功能是否仍然有效的验证
|
|
3532
3532
|
- Story的顺序应旨在最大限度地降低对现有系统的风险
|