@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
|
@@ -207,7 +207,7 @@ agent:
|
|
|
207
207
|
id: analyst
|
|
208
208
|
title: 业务分析师
|
|
209
209
|
icon: 📊
|
|
210
|
-
whenToUse:
|
|
210
|
+
whenToUse: 用于市场调研、头脑风暴、竞品分析、创建项目简报、初期项目探索以及为现有项目(现有项目项目)编写文档
|
|
211
211
|
customization: null
|
|
212
212
|
persona:
|
|
213
213
|
role: 富有洞察力的分析师与战略构想伙伴
|
|
@@ -292,7 +292,7 @@ commands:
|
|
|
292
292
|
- create-brownfield-epic: 运行任务 brownfield-create-epic.md
|
|
293
293
|
- create-brownfield-prd: 使用模板 brownfield-prd-tmpl.yaml 运行任务 create-doc.md
|
|
294
294
|
- create-brownfield-story: 运行任务 brownfield-create-story.md
|
|
295
|
-
- create-epic:
|
|
295
|
+
- create-epic: 为现有项目项目创建史诗 (任务 brownfield-create-epic)
|
|
296
296
|
- create-prd: 使用模板 prd-tmpl.yaml 运行任务 create-doc.md
|
|
297
297
|
- create-story: 从需求创建用户故事 (任务 brownfield-create-story)
|
|
298
298
|
- doc-out: 将完整文档输出到当前目标文件
|
|
@@ -470,7 +470,7 @@ persona:
|
|
|
470
470
|
commands:
|
|
471
471
|
- help: 显示以下命令的编号列表以供选择
|
|
472
472
|
- correct-course: 执行 correct-course 任务
|
|
473
|
-
- create-epic:
|
|
473
|
+
- create-epic: 为现有项目项目创建史诗 (任务 brownfield-create-epic)
|
|
474
474
|
- create-story: 从需求创建用户故事 (任务 brownfield-create-story)
|
|
475
475
|
- doc-out: 将完整文档输出到当前目标文件
|
|
476
476
|
- execute-checklist-po: 运行任务 execute-checklist (清单 po-master-checklist)
|
|
@@ -4281,7 +4281,7 @@ Document sharded successfully:
|
|
|
4281
4281
|
==================== START: .xiaoma-core/templates/brownfield-prd-tmpl.yaml ====================
|
|
4282
4282
|
template:
|
|
4283
4283
|
id: brownfield-prd-template-v2
|
|
4284
|
-
name:
|
|
4284
|
+
name: 现有项目增强功能PRD
|
|
4285
4285
|
version: 2.0
|
|
4286
4286
|
output:
|
|
4287
4287
|
format: markdown
|
|
@@ -4420,7 +4420,7 @@ sections:
|
|
|
4420
4420
|
- "NFR1: 增强功能必须保持现有的性能特征,且内存使用量增幅不得超过当前的20%。"
|
|
4421
4421
|
- id: compatibility
|
|
4422
4422
|
title: 兼容性要求
|
|
4423
|
-
instruction:
|
|
4423
|
+
instruction: 对于现有项目项目至关重要 - 必须保持兼容性的内容
|
|
4424
4424
|
type: numbered-list
|
|
4425
4425
|
prefix: CR
|
|
4426
4426
|
template: "{{requirement}}: {{description}}"
|
|
@@ -4509,20 +4509,20 @@ sections:
|
|
|
4509
4509
|
- id: epic-structure
|
|
4510
4510
|
title: Epic与Story结构
|
|
4511
4511
|
instruction: |
|
|
4512
|
-
|
|
4512
|
+
对于现有项目项目,倾向于使用单个综合性Epic,除非用户明确要求多个不相关的增强功能。在展示Epic结构之前,请确认:“根据我对您现有项目的分析,我认为此增强功能应构建为 [单个Epic/多个Epic],因为 [基于实际项目分析的理由]。这与您对所需工作的理解是否一致?”
|
|
4513
4513
|
elicit: true
|
|
4514
4514
|
sections:
|
|
4515
4515
|
- id: epic-approach
|
|
4516
4516
|
title: Epic方法
|
|
4517
|
-
instruction: 解释Epic结构的理由 -
|
|
4517
|
+
instruction: 解释Epic结构的理由 - 现有项目项目通常使用单个Epic,除非涉及多个不相关的功能
|
|
4518
4518
|
template: "**Epic结构决策**: {{epic_decision}} 并陈述理由"
|
|
4519
4519
|
|
|
4520
4520
|
- id: epic-details
|
|
4521
4521
|
title: "Epic 1: {{enhancement_title}}"
|
|
4522
4522
|
instruction: |
|
|
4523
|
-
|
|
4523
|
+
交付现有项目增强功能同时保持现有功能不变的综合性Epic
|
|
4524
4524
|
|
|
4525
|
-
|
|
4525
|
+
现有项目项目关键的STORY排序:
|
|
4526
4526
|
- Story必须确保现有功能保持完好
|
|
4527
4527
|
- 每个Story都应包含对现有功能是否仍然有效的验证
|
|
4528
4528
|
- Story的顺序应旨在最大限度地降低对现有系统的风险
|
|
@@ -6400,7 +6400,7 @@ sections:
|
|
|
6400
6400
|
==================== START: .xiaoma-core/templates/brownfield-architecture-tmpl.yaml ====================
|
|
6401
6401
|
template:
|
|
6402
6402
|
id: brownfield-architecture-template-v2
|
|
6403
|
-
name:
|
|
6403
|
+
name: 现有项目项目增强架构
|
|
6404
6404
|
version: 2.0
|
|
6405
6405
|
output:
|
|
6406
6406
|
format: markdown
|
|
@@ -6479,7 +6479,7 @@ sections:
|
|
|
6479
6479
|
instruction: |
|
|
6480
6480
|
定义增强功能将如何与现有系统集成:
|
|
6481
6481
|
|
|
6482
|
-
1.
|
|
6482
|
+
1. 回顾现有项目项目 PRD 的增强范围
|
|
6483
6483
|
2. 识别与现有代码的集成点
|
|
6484
6484
|
3. 定义新旧功能之间的边界
|
|
6485
6485
|
4. 建立兼容性要求
|
|
@@ -6844,12 +6844,12 @@ sections:
|
|
|
6844
6844
|
|
|
6845
6845
|
- id: checklist-results
|
|
6846
6846
|
title: 清单结果报告
|
|
6847
|
-
instruction: 执行 architect-checklist
|
|
6847
|
+
instruction: 执行 architect-checklist 并在此处填充结果,重点关注现有项目项目的特定验证
|
|
6848
6848
|
|
|
6849
6849
|
- id: next-steps
|
|
6850
6850
|
title: 后续步骤
|
|
6851
6851
|
instruction: |
|
|
6852
|
-
|
|
6852
|
+
完成现有项目项目架构后:
|
|
6853
6853
|
|
|
6854
6854
|
1. 审查与现有系统的集成点
|
|
6855
6855
|
2. 与开发代理一起开始故事的实现
|
|
@@ -6859,7 +6859,7 @@ sections:
|
|
|
6859
6859
|
- id: story-manager-handoff
|
|
6860
6860
|
title: 故事负责人交接
|
|
6861
6861
|
instruction: |
|
|
6862
|
-
|
|
6862
|
+
为故事负责人创建一个简短的提示,以便处理此现有项目项目增强。包括:
|
|
6863
6863
|
- 引用此架构文档
|
|
6864
6864
|
- 与用户验证过的关键集成要求
|
|
6865
6865
|
- 基于实际项目分析的现有系统约束
|