siesa-agents 2.1.2 → 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 (111) hide show
  1. package/README.md +83 -83
  2. package/bin/install.js +400 -400
  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/backend.md +187 -187
  94. package/claude/commands/BMad/agents/frontend.md +150 -150
  95. package/github/b-mad-expert.md +742 -742
  96. package/github/chatmodes/analyst.chatmode.md +89 -89
  97. package/github/chatmodes/architect.chatmode.md +97 -97
  98. package/github/chatmodes/backend.chatmode.md +194 -194
  99. package/github/chatmodes/bmad-master.chatmode.md +115 -115
  100. package/github/chatmodes/bmad-orchestrator.chatmode.md +152 -152
  101. package/github/chatmodes/dev.chatmode.md +86 -86
  102. package/github/chatmodes/frontend.chatmode.md +157 -157
  103. package/github/chatmodes/pm.chatmode.md +89 -89
  104. package/github/chatmodes/po.chatmode.md +84 -84
  105. package/github/chatmodes/qa.chatmode.md +96 -96
  106. package/github/chatmodes/sm.chatmode.md +70 -70
  107. package/github/chatmodes/ux-expert.chatmode.md +74 -74
  108. package/index.js +9 -9
  109. package/package.json +37 -37
  110. package/vscode/mcp.json +11 -11
  111. package/vscode/settings.json +12 -12
@@ -1,188 +1,188 @@
1
- # <!-- Powered by BMAD™ Core -->
2
- workflow:
3
- id: brownfield-service
4
- name: Brownfield Service/API Enhancement
5
- description: >-
6
- Agent workflow for enhancing existing backend services and APIs with new features,
7
- modernization, or performance improvements. Handles existing system analysis and safe integration.
8
- type: brownfield
9
- project_types:
10
- - service-modernization
11
- - api-enhancement
12
- - microservice-extraction
13
- - performance-optimization
14
- - integration-enhancement
15
-
16
- sequence:
17
- - step: service_analysis
18
- agent: architect
19
- action: analyze existing project and use task document-project
20
- creates: multiple documents per the document-project template
21
- notes: "Review existing service documentation, codebase, performance metrics, and identify integration dependencies."
22
-
23
- - agent: pm
24
- creates: prd.md
25
- uses: brownfield-prd-tmpl
26
- requires: existing_service_analysis
27
- notes: "Creates comprehensive PRD focused on service enhancement with existing system analysis. SAVE OUTPUT: Copy final prd.md to your project's docs/ folder."
28
-
29
- - agent: architect
30
- creates: architecture.md
31
- uses: brownfield-architecture-tmpl
32
- requires: prd.md
33
- notes: "Creates architecture with service integration strategy and API evolution planning. SAVE OUTPUT: Copy final architecture.md to your project's docs/ folder."
34
-
35
- - agent: po
36
- validates: all_artifacts
37
- uses: po-master-checklist
38
- notes: "Validates all documents for service integration safety and API compatibility. May require updates to any document."
39
-
40
- - agent: various
41
- updates: any_flagged_documents
42
- condition: po_checklist_issues
43
- notes: "If PO finds issues, return to relevant agent to fix and re-export updated documents to docs/ folder."
44
-
45
- - agent: po
46
- action: shard_documents
47
- creates: sharded_docs
48
- requires: all_artifacts_in_project
49
- notes: |
50
- Shard documents for IDE development:
51
- - Option A: Use PO agent to shard: @po then ask to shard docs/prd.md
52
- - Option B: Manual: Drag shard-doc task + docs/prd.md into chat
53
- - Creates docs/prd/ and docs/architecture/ folders with sharded content
54
-
55
- - agent: sm
56
- action: create_story
57
- creates: story.md
58
- requires: sharded_docs
59
- repeats: for_each_epic
60
- notes: |
61
- Story creation cycle:
62
- - SM Agent (New Chat): @sm → *create
63
- - Creates next story from sharded docs
64
- - Story starts in "Draft" status
65
-
66
- - agent: analyst/pm
67
- action: review_draft_story
68
- updates: story.md
69
- requires: story.md
70
- optional: true
71
- condition: user_wants_story_review
72
- notes: |
73
- OPTIONAL: Review and approve draft story
74
- - NOTE: story-review task coming soon
75
- - Review story completeness and alignment
76
- - Update story status: Draft → Approved
77
-
78
- - agent: dev
79
- action: implement_story
80
- creates: implementation_files
81
- requires: story.md
82
- notes: |
83
- Dev Agent (New Chat): @dev
84
- - Implements approved story
85
- - Updates File List with all changes
86
- - Marks story as "Review" when complete
87
-
88
- - agent: qa
89
- action: review_implementation
90
- updates: implementation_files
91
- requires: implementation_files
92
- optional: true
93
- notes: |
94
- OPTIONAL: QA Agent (New Chat): @qa → review-story
95
- - Senior dev review with refactoring ability
96
- - Fixes small issues directly
97
- - Leaves checklist for remaining items
98
- - Updates story status (Review → Done or stays Review)
99
-
100
- - agent: dev
101
- action: address_qa_feedback
102
- updates: implementation_files
103
- condition: qa_left_unchecked_items
104
- notes: |
105
- If QA left unchecked items:
106
- - Dev Agent (New Chat): Address remaining items
107
- - Return to QA for final approval
108
-
109
- - step: repeat_development_cycle
110
- action: continue_for_all_stories
111
- notes: |
112
- Repeat story cycle (SM → Dev → QA) for all epic stories
113
- Continue until all stories in PRD are complete
114
-
115
- - agent: po
116
- action: epic_retrospective
117
- creates: epic-retrospective.md
118
- condition: epic_complete
119
- optional: true
120
- notes: |
121
- OPTIONAL: After epic completion
122
- - NOTE: epic-retrospective task coming soon
123
- - Validate epic was completed correctly
124
- - Document learnings and improvements
125
-
126
- - step: workflow_end
127
- action: project_complete
128
- notes: |
129
- All stories implemented and reviewed!
130
- Project development phase complete.
131
-
132
- Reference: .bmad-core/data/bmad-kb.md#IDE Development Workflow
133
-
134
- flow_diagram: |
135
- ```mermaid
136
- graph TD
137
- A[Start: Service Enhancement] --> B[analyst: analyze existing service]
138
- B --> C[pm: prd.md]
139
- C --> D[architect: architecture.md]
140
- D --> E[po: validate with po-master-checklist]
141
- E --> F{PO finds issues?}
142
- F -->|Yes| G[Return to relevant agent for fixes]
143
- F -->|No| H[po: shard documents]
144
- G --> E
145
-
146
- H --> I[sm: create story]
147
- I --> J{Review draft story?}
148
- J -->|Yes| K[analyst/pm: review & approve story]
149
- J -->|No| L[dev: implement story]
150
- K --> L
151
- L --> M{QA review?}
152
- M -->|Yes| N[qa: review implementation]
153
- M -->|No| O{More stories?}
154
- N --> P{QA found issues?}
155
- P -->|Yes| Q[dev: address QA feedback]
156
- P -->|No| O
157
- Q --> N
158
- O -->|Yes| I
159
- O -->|No| R{Epic retrospective?}
160
- R -->|Yes| S[po: epic retrospective]
161
- R -->|No| T[Project Complete]
162
- S --> T
163
-
164
- style T fill:#90EE90
165
- style H fill:#ADD8E6
166
- style I fill:#ADD8E6
167
- style L fill:#ADD8E6
168
- style C fill:#FFE4B5
169
- style D fill:#FFE4B5
170
- style K fill:#F0E68C
171
- style N fill:#F0E68C
172
- style S fill:#F0E68C
173
- ```
174
-
175
- decision_guidance:
176
- when_to_use:
177
- - Service enhancement requires coordinated stories
178
- - API versioning or breaking changes needed
179
- - Database schema changes required
180
- - Performance or scalability improvements needed
181
- - Multiple integration points affected
182
-
183
- handoff_prompts:
184
- analyst_to_pm: "Service analysis complete. Create comprehensive PRD with service integration strategy."
185
- pm_to_architect: "PRD ready. Save it as docs/prd.md, then create the service architecture."
186
- architect_to_po: "Architecture complete. Save it as docs/architecture.md. Please validate all artifacts for service integration safety."
187
- po_issues: "PO found issues with [document]. Please return to [agent] to fix and re-save the updated document."
188
- complete: "All planning artifacts validated and saved in docs/ folder. Move to IDE environment to begin development."
1
+ # <!-- Powered by BMAD™ Core -->
2
+ workflow:
3
+ id: brownfield-service
4
+ name: Brownfield Service/API Enhancement
5
+ description: >-
6
+ Agent workflow for enhancing existing backend services and APIs with new features,
7
+ modernization, or performance improvements. Handles existing system analysis and safe integration.
8
+ type: brownfield
9
+ project_types:
10
+ - service-modernization
11
+ - api-enhancement
12
+ - microservice-extraction
13
+ - performance-optimization
14
+ - integration-enhancement
15
+
16
+ sequence:
17
+ - step: service_analysis
18
+ agent: architect
19
+ action: analyze existing project and use task document-project
20
+ creates: multiple documents per the document-project template
21
+ notes: "Review existing service documentation, codebase, performance metrics, and identify integration dependencies."
22
+
23
+ - agent: pm
24
+ creates: prd.md
25
+ uses: brownfield-prd-tmpl
26
+ requires: existing_service_analysis
27
+ notes: "Creates comprehensive PRD focused on service enhancement with existing system analysis. SAVE OUTPUT: Copy final prd.md to your project's docs/ folder."
28
+
29
+ - agent: architect
30
+ creates: architecture.md
31
+ uses: brownfield-architecture-tmpl
32
+ requires: prd.md
33
+ notes: "Creates architecture with service integration strategy and API evolution planning. SAVE OUTPUT: Copy final architecture.md to your project's docs/ folder."
34
+
35
+ - agent: po
36
+ validates: all_artifacts
37
+ uses: po-master-checklist
38
+ notes: "Validates all documents for service integration safety and API compatibility. May require updates to any document."
39
+
40
+ - agent: various
41
+ updates: any_flagged_documents
42
+ condition: po_checklist_issues
43
+ notes: "If PO finds issues, return to relevant agent to fix and re-export updated documents to docs/ folder."
44
+
45
+ - agent: po
46
+ action: shard_documents
47
+ creates: sharded_docs
48
+ requires: all_artifacts_in_project
49
+ notes: |
50
+ Shard documents for IDE development:
51
+ - Option A: Use PO agent to shard: @po then ask to shard docs/prd.md
52
+ - Option B: Manual: Drag shard-doc task + docs/prd.md into chat
53
+ - Creates docs/prd/ and docs/architecture/ folders with sharded content
54
+
55
+ - agent: sm
56
+ action: create_story
57
+ creates: story.md
58
+ requires: sharded_docs
59
+ repeats: for_each_epic
60
+ notes: |
61
+ Story creation cycle:
62
+ - SM Agent (New Chat): @sm → *create
63
+ - Creates next story from sharded docs
64
+ - Story starts in "Draft" status
65
+
66
+ - agent: analyst/pm
67
+ action: review_draft_story
68
+ updates: story.md
69
+ requires: story.md
70
+ optional: true
71
+ condition: user_wants_story_review
72
+ notes: |
73
+ OPTIONAL: Review and approve draft story
74
+ - NOTE: story-review task coming soon
75
+ - Review story completeness and alignment
76
+ - Update story status: Draft → Approved
77
+
78
+ - agent: dev
79
+ action: implement_story
80
+ creates: implementation_files
81
+ requires: story.md
82
+ notes: |
83
+ Dev Agent (New Chat): @dev
84
+ - Implements approved story
85
+ - Updates File List with all changes
86
+ - Marks story as "Review" when complete
87
+
88
+ - agent: qa
89
+ action: review_implementation
90
+ updates: implementation_files
91
+ requires: implementation_files
92
+ optional: true
93
+ notes: |
94
+ OPTIONAL: QA Agent (New Chat): @qa → review-story
95
+ - Senior dev review with refactoring ability
96
+ - Fixes small issues directly
97
+ - Leaves checklist for remaining items
98
+ - Updates story status (Review → Done or stays Review)
99
+
100
+ - agent: dev
101
+ action: address_qa_feedback
102
+ updates: implementation_files
103
+ condition: qa_left_unchecked_items
104
+ notes: |
105
+ If QA left unchecked items:
106
+ - Dev Agent (New Chat): Address remaining items
107
+ - Return to QA for final approval
108
+
109
+ - step: repeat_development_cycle
110
+ action: continue_for_all_stories
111
+ notes: |
112
+ Repeat story cycle (SM → Dev → QA) for all epic stories
113
+ Continue until all stories in PRD are complete
114
+
115
+ - agent: po
116
+ action: epic_retrospective
117
+ creates: epic-retrospective.md
118
+ condition: epic_complete
119
+ optional: true
120
+ notes: |
121
+ OPTIONAL: After epic completion
122
+ - NOTE: epic-retrospective task coming soon
123
+ - Validate epic was completed correctly
124
+ - Document learnings and improvements
125
+
126
+ - step: workflow_end
127
+ action: project_complete
128
+ notes: |
129
+ All stories implemented and reviewed!
130
+ Project development phase complete.
131
+
132
+ Reference: .bmad-core/data/bmad-kb.md#IDE Development Workflow
133
+
134
+ flow_diagram: |
135
+ ```mermaid
136
+ graph TD
137
+ A[Start: Service Enhancement] --> B[analyst: analyze existing service]
138
+ B --> C[pm: prd.md]
139
+ C --> D[architect: architecture.md]
140
+ D --> E[po: validate with po-master-checklist]
141
+ E --> F{PO finds issues?}
142
+ F -->|Yes| G[Return to relevant agent for fixes]
143
+ F -->|No| H[po: shard documents]
144
+ G --> E
145
+
146
+ H --> I[sm: create story]
147
+ I --> J{Review draft story?}
148
+ J -->|Yes| K[analyst/pm: review & approve story]
149
+ J -->|No| L[dev: implement story]
150
+ K --> L
151
+ L --> M{QA review?}
152
+ M -->|Yes| N[qa: review implementation]
153
+ M -->|No| O{More stories?}
154
+ N --> P{QA found issues?}
155
+ P -->|Yes| Q[dev: address QA feedback]
156
+ P -->|No| O
157
+ Q --> N
158
+ O -->|Yes| I
159
+ O -->|No| R{Epic retrospective?}
160
+ R -->|Yes| S[po: epic retrospective]
161
+ R -->|No| T[Project Complete]
162
+ S --> T
163
+
164
+ style T fill:#90EE90
165
+ style H fill:#ADD8E6
166
+ style I fill:#ADD8E6
167
+ style L fill:#ADD8E6
168
+ style C fill:#FFE4B5
169
+ style D fill:#FFE4B5
170
+ style K fill:#F0E68C
171
+ style N fill:#F0E68C
172
+ style S fill:#F0E68C
173
+ ```
174
+
175
+ decision_guidance:
176
+ when_to_use:
177
+ - Service enhancement requires coordinated stories
178
+ - API versioning or breaking changes needed
179
+ - Database schema changes required
180
+ - Performance or scalability improvements needed
181
+ - Multiple integration points affected
182
+
183
+ handoff_prompts:
184
+ analyst_to_pm: "Service analysis complete. Create comprehensive PRD with service integration strategy."
185
+ pm_to_architect: "PRD ready. Save it as docs/prd.md, then create the service architecture."
186
+ architect_to_po: "Architecture complete. Save it as docs/architecture.md. Please validate all artifacts for service integration safety."
187
+ po_issues: "PO found issues with [document]. Please return to [agent] to fix and re-save the updated document."
188
+ complete: "All planning artifacts validated and saved in docs/ folder. Move to IDE environment to begin development."