bmad-plus 0.5.0 → 0.7.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.
- package/CHANGELOG.md +43 -0
- package/README.md +144 -142
- package/package.json +1 -1
- package/readme-international/README.de.md +125 -125
- package/readme-international/README.es.md +215 -215
- package/readme-international/README.fr.md +213 -213
- package/src/bmad-plus/module.yaml +46 -0
- package/src/bmad-plus/packs/pack-dev-studio/README.md +162 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/analyst-agent.md +74 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/document-project.md +62 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/domain-research.md +96 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/market-research.md +96 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/prfaq.md +135 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/product-brief.md +81 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/tech-writer-agent.md +74 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/technical-research.md +96 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/architect-agent.md +74 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-architecture.md +74 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-epics-stories.md +93 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/generate-project-context.md +81 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/implementation-readiness.md +91 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01-init.md +153 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01b-continue.md +173 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-02-context.md +224 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-03-starter.md +329 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-04-decisions.md +318 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-05-patterns.md +359 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-06-structure.md +379 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-07-validation.md +361 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-08-complete.md +82 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/checkpoint-preview.md +68 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-01-gather-context.md +85 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-02-review.md +35 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-03-triage.md +49 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-04-present.md +132 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review.md +90 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/correct-course.md +301 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/create-story.md +429 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-agent.md +74 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story-checklist.md +80 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story.md +485 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/investigate.md +194 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/qa-e2e-tests.md +176 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/quick-dev.md +111 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/retrospective.md +1512 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-planning.md +299 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-status.md +297 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-prd.md +30 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-ux-design.md +75 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/edit-prd.md +30 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/pm-agent.md +74 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/prd.md +90 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/ux-designer-agent.md +74 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/validate-prd.md +30 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/advanced-elicitation.md +142 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/adversarial-review.md +37 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/bmad-help.md +75 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/brainstorming.md +6 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/customize.md +111 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/distillator.md +177 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/edge-case-hunter.md +67 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-prose.md +86 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-structure.md +179 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/index-docs.md +66 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/party-mode.md +128 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/shard-doc.md +105 -0
- package/src/bmad-plus/packs/pack-dev-studio/dev-studio-orchestrator.md +120 -0
- package/src/bmad-plus/packs/pack-dev-studio/shared/architecture-decision-template.md +12 -0
- package/src/bmad-plus/packs/pack-dev-studio/shared/bwml-spec.md +328 -0
- package/src/bmad-plus/packs/pack-dev-studio/shared/module-help.csv +32 -0
- package/src/bmad-plus/packs/pack-dev-studio/upstream-sync.yaml +81 -0
- package/src/bmad-plus/packs/pack-memory/README.md +106 -0
- package/src/bmad-plus/packs/pack-memory/memory-orchestrator.md +79 -0
- package/src/bmad-plus/packs/pack-memory/shared/karpathy-guardrails.md +86 -0
- package/src/bmad-plus/packs/pack-memory/shared/memory-protocol.md +143 -0
- package/src/bmad-plus/packs/pack-memory/templates/context.md +39 -0
- package/src/bmad-plus/packs/pack-memory/templates/decisions.md +25 -0
- package/src/bmad-plus/packs/pack-memory/templates/identity.yaml +39 -0
- package/src/bmad-plus/packs/pack-memory/templates/lessons.md +31 -0
- package/src/bmad-plus/packs/pack-memory/templates/patterns.md +24 -0
- package/src/bmad-plus/packs/pack-memory/templates/session-handoff.md +25 -0
- package/src/bmad-plus/packs/pack-memory/zecher-agent.md +157 -0
- package/tools/cli/commands/install.js +145 -1
- package/tools/cli/i18n.js +10 -10
|
@@ -1,141 +1,141 @@
|
|
|
1
|
-
|
|
1
|
+
# ?? BMAD+ � Framework de Desarrollo Impulsado por IA Aumentada
|
|
2
2
|
|
|
3
|
-
[](../CHANGELOG.md)
|
|
4
4
|
[](https://github.com/bmad-code-org/BMAD-METHOD)
|
|
5
5
|
[](../LICENSE)
|
|
6
6
|
|
|
7
7
|
<div align="center">
|
|
8
|
-
<a href="../README.md">English</a> | <a href="README.fr.md">
|
|
8
|
+
<a href="../README.md">English</a> | <a href="README.fr.md">Fran�ais</a> | ?? <b>Espa�ol</b> | <a href="README.de.md">Deutsch</a>
|
|
9
9
|
</div>
|
|
10
10
|
|
|
11
|
-
> Fork inteligente de [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) v6.2.0
|
|
11
|
+
> Fork inteligente de [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) v6.2.0 � Agentes multirrol con auto-activaci�n, modo Autopilot, ejecuci�n paralela supervisada y monitorizaci�n upstream por WhatsApp.
|
|
12
12
|
|
|
13
13
|
---
|
|
14
14
|
|
|
15
|
-
##
|
|
15
|
+
## ?? Tabla de contenidos
|
|
16
16
|
|
|
17
|
-
- [
|
|
18
|
-
- [Inicio
|
|
17
|
+
- [�Por qu� BMAD+?](#-por-qu�-bmad-)
|
|
18
|
+
- [Inicio R�pido](#-inicio-r�pido)
|
|
19
19
|
- [Arquitectura](#-arquitectura)
|
|
20
20
|
- [Los 5 Agentes](#-los-5-agentes)
|
|
21
21
|
- [Sistema de Packs](#-sistema-de-packs)
|
|
22
22
|
- [Innovaciones](#-innovaciones)
|
|
23
23
|
- [IDE Soportados](#-ide-soportados)
|
|
24
|
-
- [
|
|
24
|
+
- [Monitorizaci�n Upstream](#-monitorizaci�n-upstream)
|
|
25
25
|
- [Estructura del Proyecto](#-estructura-del-proyecto)
|
|
26
|
-
- [
|
|
26
|
+
- [Configuraci�n](#-configuraci�n)
|
|
27
27
|
- [Historial de Versiones](#-historial-de-versiones)
|
|
28
28
|
- [Licencia](#-licencia)
|
|
29
29
|
|
|
30
30
|
---
|
|
31
31
|
|
|
32
|
-
##
|
|
32
|
+
## ?? �Por qu� BMAD+?
|
|
33
33
|
|
|
34
|
-
BMAD-METHOD es un excelente framework con 9 agentes especializados. Pero para un desarrollador en solitario o un equipo
|
|
34
|
+
BMAD-METHOD es un excelente framework con 9 agentes especializados. Pero para un desarrollador en solitario o un equipo peque�o, 9 agentes est� demasiado fragmentado. BMAD+ resuelve este problema:
|
|
35
35
|
|
|
36
36
|
| BMAD-METHOD | BMAD+ |
|
|
37
37
|
|---|---|
|
|
38
38
|
| 9 agentes especializados | **5 agentes multirrol** (11 roles en total) |
|
|
39
|
-
|
|
|
40
|
-
| Sin pipeline automatizado | **Modo Autopilot**: idea
|
|
41
|
-
|
|
|
42
|
-
| Sin seguimiento upstream | **
|
|
43
|
-
| 1-2 IDEs soportados | **5 IDEs** con auto-
|
|
39
|
+
| Activaci�n manual �nicamente | **Auto-activaci�n inteligente** en 3 niveles |
|
|
40
|
+
| Sin pipeline automatizado | **Modo Autopilot**: idea ? entrega |
|
|
41
|
+
| Ejecuci�n secuencial | **Paralelismo supervisado** |
|
|
42
|
+
| Sin seguimiento upstream | **Monitorizaci�n semanal** con WhatsApp |
|
|
43
|
+
| 1-2 IDEs soportados | **5 IDEs** con auto-detecci�n |
|
|
44
44
|
|
|
45
45
|
---
|
|
46
46
|
|
|
47
|
-
##
|
|
47
|
+
## ? Inicio R�pido
|
|
48
48
|
|
|
49
|
-
###
|
|
49
|
+
### Instalaci�n en un proyecto existente
|
|
50
50
|
|
|
51
51
|
```bash
|
|
52
52
|
npx bmad-plus install
|
|
53
53
|
```
|
|
54
54
|
|
|
55
55
|
El instalador:
|
|
56
|
-
1. Detecta
|
|
56
|
+
1. Detecta autom�ticamente los IDE instalados (Claude Code, Gemini CLI, Codex, etc.)
|
|
57
57
|
2. Ofrece los packs a instalar (Core, OSINT, Maker, Audit)
|
|
58
|
-
3. Genera los archivos de
|
|
58
|
+
3. Genera los archivos de configuraci�n adaptados
|
|
59
59
|
4. Crea las carpetas de artefactos
|
|
60
60
|
|
|
61
|
-
### Uso
|
|
61
|
+
### Uso despu�s de la instalaci�n
|
|
62
62
|
|
|
63
|
-
####
|
|
63
|
+
#### ?? �Con qui�n hablar?
|
|
64
64
|
|
|
65
65
|
| Quieres... | Habla con | Ejemplo |
|
|
66
66
|
|---|---|---|
|
|
67
|
-
| Discutir una idea de proyecto | **Atlas**
|
|
68
|
-
| Crear un PRD / Product Brief | **Atlas**
|
|
69
|
-
|
|
|
70
|
-
| Implementar
|
|
71
|
-
| Redactar
|
|
72
|
-
| Probar / realizar
|
|
73
|
-
| Planificar un sprint | **Nexus**
|
|
74
|
-
| Automatizar todo de la A a la Z | **Nexus**
|
|
75
|
-
| Investigar a una persona (OSINT) | **Shadow**
|
|
76
|
-
| Crear un nuevo agente BMAD+ | **Maker**
|
|
77
|
-
|
|
78
|
-
####
|
|
67
|
+
| Discutir una idea de proyecto | **Atlas** ?? | `Atlas, tengo una idea de proyecto: un SaaS de facturaci�n` |
|
|
68
|
+
| Crear un PRD / Product Brief | **Atlas** ?? | `Atlas, crea el PRD para mi proyecto` |
|
|
69
|
+
| Dise�ar la arquitectura t�cnica | **Forge** ??? | `Forge, prop�n una arquitectura para la app` |
|
|
70
|
+
| Implementar c�digo | **Forge** ??? | `Forge, implementa la historia AUTH-001` |
|
|
71
|
+
| Redactar documentaci�n | **Forge** ??? | `Forge, documenta la API` |
|
|
72
|
+
| Probar / realizar revisi�n de c�digo | **Sentinel** ?? | `Sentinel, revisa el m�dulo auth` |
|
|
73
|
+
| Planificar un sprint | **Nexus** ?? | `Nexus, crea �picas e historias para el MVP` |
|
|
74
|
+
| Automatizar todo de la A a la Z | **Nexus** ?? | `autopilot` luego describe tu proyecto |
|
|
75
|
+
| Investigar a una persona (OSINT) | **Shadow** ?? | `Shadow, investiga a John Doe` |
|
|
76
|
+
| Crear un nuevo agente BMAD+ | **Maker** ?? | `Maker, crea un agente de soporte al cliente` |
|
|
77
|
+
|
|
78
|
+
#### ?? Flujo de trabajo t�pico (modo manual)
|
|
79
79
|
|
|
80
80
|
```
|
|
81
81
|
1. "Atlas, haz una lluvia de ideas sobre mi [proyecto]"
|
|
82
|
-
|
|
82
|
+
? Atlas analiza, hace preguntas, propone enfoques
|
|
83
83
|
|
|
84
84
|
2. "Atlas, crea el product brief"
|
|
85
|
-
|
|
85
|
+
? Entregable: _bmad-output/discovery/product-brief.md
|
|
86
86
|
|
|
87
87
|
3. "Atlas, redacta el PRD"
|
|
88
|
-
|
|
88
|
+
? Entregable: _bmad-output/discovery/prd.md
|
|
89
89
|
|
|
90
|
-
4. "Forge,
|
|
91
|
-
|
|
90
|
+
4. "Forge, prop�n la arquitectura"
|
|
91
|
+
? Entregable: _bmad-output/discovery/architecture.md
|
|
92
92
|
|
|
93
|
-
5. "Nexus, divide en
|
|
94
|
-
|
|
93
|
+
5. "Nexus, divide en �picas e historias"
|
|
94
|
+
? Entregable: _bmad-output/build/stories/
|
|
95
95
|
|
|
96
96
|
6. "Forge, implementa la historia [X]"
|
|
97
|
-
|
|
97
|
+
? C�digo generado + pruebas
|
|
98
98
|
|
|
99
99
|
7. "Sentinel, prueba y revisa"
|
|
100
|
-
|
|
100
|
+
? Informe de QA + sugerencias
|
|
101
101
|
```
|
|
102
102
|
|
|
103
|
-
####
|
|
103
|
+
#### ? Flujo de trabajo autom�tico (modo autopilot)
|
|
104
104
|
|
|
105
105
|
```
|
|
106
106
|
> autopilot
|
|
107
|
-
> "Un SaaS de
|
|
107
|
+
> "Un SaaS de facturaci�n para pymes con gesti�n de presupuestos"
|
|
108
108
|
```
|
|
109
109
|
|
|
110
|
-
Nexus orquesta todo
|
|
110
|
+
Nexus orquesta todo autom�ticamente con puntos de control (checkpoints) para tu aprobaci�n.
|
|
111
111
|
|
|
112
|
-
####
|
|
112
|
+
#### ?? Comandos clave
|
|
113
113
|
|
|
114
|
-
| Comando |
|
|
114
|
+
| Comando | Descripci�n |
|
|
115
115
|
|----------|-------------|
|
|
116
116
|
| `bmad-help` | Ver todos los agentes y habilidades disponibles |
|
|
117
117
|
| `autopilot` | Nexus toma el control del pipeline completo |
|
|
118
|
-
| `parallel` | Iniciar
|
|
118
|
+
| `parallel` | Iniciar ejecuci�n multi-agente en paralelo |
|
|
119
119
|
|
|
120
120
|
---
|
|
121
121
|
|
|
122
|
-
##
|
|
122
|
+
## ??? Arquitectura
|
|
123
123
|
|
|
124
124
|
```mermaid
|
|
125
125
|
graph TB
|
|
126
|
-
subgraph Core["
|
|
127
|
-
AT[Atlas
|
|
128
|
-
FG[Forge
|
|
129
|
-
SN[Sentinel
|
|
130
|
-
NX[Nexus
|
|
126
|
+
subgraph Core["?? Core Pack"]
|
|
127
|
+
AT[Atlas ??<br/>Strategist]
|
|
128
|
+
FG[Forge ???<br/>Architect-Dev]
|
|
129
|
+
SN[Sentinel ??<br/>Quality]
|
|
130
|
+
NX[Nexus ??<br/>Orchestrator]
|
|
131
131
|
end
|
|
132
132
|
|
|
133
|
-
subgraph OSINT["
|
|
134
|
-
SH[Shadow
|
|
133
|
+
subgraph OSINT["?? OSINT Pack"]
|
|
134
|
+
SH[Shadow ??<br/>OSINT Intel]
|
|
135
135
|
end
|
|
136
136
|
|
|
137
|
-
subgraph Audit["
|
|
138
|
-
SD["Shield
|
|
137
|
+
subgraph Audit["??? Audit Pack"]
|
|
138
|
+
SD["Shield ???<br/>(muy pronto)"]
|
|
139
139
|
end
|
|
140
140
|
|
|
141
141
|
NX -->|orquesta| AT
|
|
@@ -166,34 +166,34 @@ graph TB
|
|
|
166
166
|
|
|
167
167
|
---
|
|
168
168
|
|
|
169
|
-
##
|
|
169
|
+
## ?? Los 5 Agentes
|
|
170
170
|
|
|
171
|
-
### Atlas
|
|
171
|
+
### Atlas � Strategist ??
|
|
172
172
|
|
|
173
173
|
**Fusiona:** Analyst (Mary) + Product Manager (John)
|
|
174
174
|
|
|
175
|
-
| Rol | Especialidad | Auto-
|
|
175
|
+
| Rol | Especialidad | Auto-activaci�n |
|
|
176
176
|
|------|-----------|-----------------|
|
|
177
|
-
| **Analyst** |
|
|
178
|
-
| **Product Manager** | PRD, product briefs, historias de usuario, roadmaps | "PRD", "roadmap", "MVP", fase de
|
|
177
|
+
| **Analyst** | Investigaci�n de mercado, FODA, benchmarks | "analiza", "mercado", "benchmark", nuevo proyecto |
|
|
178
|
+
| **Product Manager** | PRD, product briefs, historias de usuario, roadmaps | "PRD", "roadmap", "MVP", fase de planificaci�n |
|
|
179
179
|
|
|
180
180
|
**Capacidades:** Brainstorming (BP), Market Research (MR), Domain Research (DR), Technical Research (TR), Product Brief (CB), PRD (PR), UX Design (CU), Document Project (DP)
|
|
181
181
|
|
|
182
182
|
---
|
|
183
183
|
|
|
184
|
-
### Forge
|
|
184
|
+
### Forge � Architect-Dev ???
|
|
185
185
|
|
|
186
186
|
**Fusiona:** Architect (Winston) + Developer (Amelia) + Tech Writer (Paige)
|
|
187
187
|
|
|
188
|
-
| Rol | Especialidad | Auto-
|
|
188
|
+
| Rol | Especialidad | Auto-activaci�n |
|
|
189
189
|
|------|-----------|-----------------|
|
|
190
|
-
| **Architect** |
|
|
191
|
-
| **Developer** |
|
|
192
|
-
| **Tech Writer** |
|
|
190
|
+
| **Architect** | Dise�o t�cnico, API, escalabilidad, elecci�n de stack | "arquitectura", "API", "schema", +5 archivos modificados |
|
|
191
|
+
| **Developer** | Implementaci�n TDD, revisi�n de c�digo, historias | "implementa", "c�digo", "fix", post-arquitectura |
|
|
192
|
+
| **Tech Writer** | Documentaci�n, diagramas Mermaid, changelogs | "documenta", "README", post-implementaci�n |
|
|
193
193
|
|
|
194
194
|
**Capacidades:** Architecture (CA), Implementation Readiness (IR), Dev Story (DS), Code Review (CR), Quick Spec (QS), Quick Dev (QD), Document Project (DP)
|
|
195
195
|
|
|
196
|
-
**Acciones
|
|
196
|
+
**Acciones cr�ticas (rol Dev):**
|
|
197
197
|
- Leer TODA la historia ANTES de implementar
|
|
198
198
|
- Ejecutar las tareas EN ORDEN
|
|
199
199
|
- 100% pruebas aprobadas ANTES de avanzar
|
|
@@ -201,91 +201,91 @@ graph TB
|
|
|
201
201
|
|
|
202
202
|
---
|
|
203
203
|
|
|
204
|
-
### Sentinel
|
|
204
|
+
### Sentinel � Quality ??
|
|
205
205
|
|
|
206
206
|
**Fusiona:** QA Engineer (Quinn) + UX Designer (Sally)
|
|
207
207
|
|
|
208
|
-
| Rol | Especialidad | Auto-
|
|
208
|
+
| Rol | Especialidad | Auto-activaci�n |
|
|
209
209
|
|------|-----------|-----------------|
|
|
210
|
-
| **QA Engineer** | Pruebas API/E2E, edge cases, cobertura,
|
|
211
|
-
| **UX Reviewer** |
|
|
210
|
+
| **QA Engineer** | Pruebas API/E2E, edge cases, cobertura, revisi�n de c�digo | "prueba", "QA", "bug", post-implementaci�n |
|
|
211
|
+
| **UX Reviewer** | Evaluaci�n de UX, accesibilidad, dise�o de interacci�n | "UX", "interfaz", "responsive", cambios frontend |
|
|
212
212
|
|
|
213
213
|
**Capacidades:** QA Tests (QA), Code Review (CR), UX Design (CU)
|
|
214
214
|
|
|
215
215
|
---
|
|
216
216
|
|
|
217
|
-
### Nexus
|
|
217
|
+
### Nexus � Orchestrator ??
|
|
218
218
|
|
|
219
219
|
**Fusiona:** Scrum Master (Bob) + Quick-Flow Solo Dev (Barry) + **Autopilot** (nuevo) + **Parallel Supervisor** (nuevo)
|
|
220
220
|
|
|
221
|
-
| Rol | Especialidad | Auto-
|
|
221
|
+
| Rol | Especialidad | Auto-activaci�n |
|
|
222
222
|
|------|-----------|-----------------|
|
|
223
|
-
| **Scrum Master** |
|
|
224
|
-
| **Quick Flow** | Specs
|
|
225
|
-
| **Autopilot** | Pipeline automatizado idea
|
|
226
|
-
| **Parallel Supervisor** |
|
|
223
|
+
| **Scrum Master** | Planificaci�n de sprints, historias, retrospectivas | "sprint", "planificaci�n", "backlog" |
|
|
224
|
+
| **Quick Flow** | Specs r�pidas, hotfixes, m�nima ceremonia | "r�pido", "hotfix", "peque�o fix" |
|
|
225
|
+
| **Autopilot** | Pipeline automatizado idea?entrega con checkpoints | "autopilot", "gestiona todo", modo autopilot |
|
|
226
|
+
| **Parallel Supervisor** | M�ltiples agentes en concurrencia, reasignaci�n | "paralelo", tareas independientes detectadas |
|
|
227
227
|
|
|
228
228
|
**Capacidades:** Sprint Planning (SP), Create Story (CS), Epics & Stories (ES), Retrospective (ER), Course Correction (CC), Sprint Status (SS), Quick Spec (QS), Quick Dev (QD), **Autopilot (AP)**, **Parallel (PL)**
|
|
229
229
|
|
|
230
230
|
---
|
|
231
231
|
|
|
232
|
-
### Shadow
|
|
232
|
+
### Shadow � OSINT Intelligence ?? *(Pack OSINT)*
|
|
233
233
|
|
|
234
|
-
**Agente completo de
|
|
234
|
+
**Agente completo de investigaci�n OSINT.**
|
|
235
235
|
|
|
236
|
-
| Capacidad |
|
|
236
|
+
| Capacidad | Descripci�n |
|
|
237
237
|
|-----------|-------------|
|
|
238
|
-
| **INV** |
|
|
239
|
-
| **QS** |
|
|
238
|
+
| **INV** | Investigaci�n completa Fase 0?6 con informe puntuado |
|
|
239
|
+
| **QS** | B�squeda r�pida multi-motor |
|
|
240
240
|
| **LI/IG/FB** | Scraping de LinkedIn, Instagram, Facebook |
|
|
241
241
|
| **PP** | Psicoperfil MBTI / Big Five |
|
|
242
|
-
| **CE** | Enriquecimiento de contactos (email,
|
|
243
|
-
| **DG** |
|
|
242
|
+
| **CE** | Enriquecimiento de contactos (email, tel�fono) |
|
|
243
|
+
| **DG** | Diagn�stico de herramientas/APIs disponibles |
|
|
244
244
|
|
|
245
|
-
**
|
|
245
|
+
**Tecnolog�a:** M�S de 55 actores de Apify, 7 APIs de b�squeda, python est�ndar 100%, grados A/B/C/D
|
|
246
246
|
|
|
247
247
|
---
|
|
248
248
|
|
|
249
|
-
### Maker
|
|
249
|
+
### Maker � Agent Creator ?? *(Pack Maker)*
|
|
250
250
|
|
|
251
|
-
**Meta-agente que crea otros agentes.** Dale una
|
|
251
|
+
**Meta-agente que crea otros agentes.** Dale una descripci�n ? genera un paquete completo.
|
|
252
252
|
|
|
253
|
-
| Capacidad |
|
|
253
|
+
| Capacidad | Descripci�n |
|
|
254
254
|
|------|-------------|
|
|
255
|
-
| **CA** | Create Agent
|
|
256
|
-
| **QA** | Quick Agent
|
|
257
|
-
| **EA** | Edit Agent
|
|
258
|
-
| **VA** | Validate Agent
|
|
259
|
-
| **PA** | Package Agent
|
|
255
|
+
| **CA** | Create Agent � creaci�n guiada en 4 fases |
|
|
256
|
+
| **QA** | Quick Agent � creaci�n r�pida con valores por defecto con sentido |
|
|
257
|
+
| **EA** | Edit Agent � modificar un SKILL.md existente |
|
|
258
|
+
| **VA** | Validate Agent � verificar cumplimiento BMAD+ |
|
|
259
|
+
| **PA** | Package Agent � generar carpeta de integraci�n |
|
|
260
260
|
|
|
261
|
-
**Pipeline:** Discovery
|
|
262
|
-
**Salida:** `_bmad-output/ready-to-integrate/`
|
|
261
|
+
**Pipeline:** Discovery ? Design (aprobaci�n del usuario) ? Generaci�n ? Validaci�n
|
|
262
|
+
**Salida:** `_bmad-output/ready-to-integrate/` � listo para copiar a BMAD+
|
|
263
263
|
|
|
264
264
|
---
|
|
265
265
|
|
|
266
|
-
##
|
|
266
|
+
## ?? Sistema de Packs
|
|
267
267
|
|
|
268
|
-
BMAD+ utiliza un sistema modular por packs. El Core siempre
|
|
268
|
+
BMAD+ utiliza un sistema modular por packs. El Core siempre est� instalado, y los dem�s packs son opcionales.
|
|
269
269
|
|
|
270
270
|
```
|
|
271
271
|
npx bmad-plus install
|
|
272
272
|
|
|
273
|
-
|
|
273
|
+
??? �Qu� packs instalar?
|
|
274
274
|
Core (Atlas, Forge, Sentinel, Nexus) siempre incluido.
|
|
275
275
|
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
Ninguno
|
|
276
|
+
?? OSINT � Shadow (investigaci�n, scraping, psicoperfil)
|
|
277
|
+
?? Agent Creator � Maker (dise�o, desarrollo, empaque)
|
|
278
|
+
??? Auditor�a de Seguridad � Shield (muy pronto)
|
|
279
|
+
?? Instalar todo
|
|
280
|
+
Ninguno � Solo Core
|
|
281
281
|
```
|
|
282
282
|
|
|
283
283
|
| Pack | Agentes | Habilidades | Estado |
|
|
284
284
|
|------|--------|--------|--------|
|
|
285
|
-
|
|
|
286
|
-
|
|
|
287
|
-
|
|
|
288
|
-
|
|
|
285
|
+
| ?? **Core** | Atlas, Forge, Sentinel, Nexus | autopilot, parallel, sync | ? Estable |
|
|
286
|
+
| ?? **OSINT** | Shadow | bmad-osint-investigate | ? Estable |
|
|
287
|
+
| ?? **Maker** | Maker | � | ? Estable |
|
|
288
|
+
| ??? **Audit** | Shield | bmad-audit-scan, bmad-audit-report | ?? Muy pronto |
|
|
289
289
|
|
|
290
290
|
Cada pack define:
|
|
291
291
|
- Sus agentes y habilidades
|
|
@@ -294,154 +294,154 @@ Cada pack define:
|
|
|
294
294
|
|
|
295
295
|
---
|
|
296
296
|
|
|
297
|
-
##
|
|
297
|
+
## ? Innovaciones
|
|
298
298
|
|
|
299
|
-
### 1. Auto-
|
|
299
|
+
### 1. Auto-Activaci�n Inteligente a 3 Niveles
|
|
300
300
|
|
|
301
|
-
Cada agente puede **
|
|
301
|
+
Cada agente puede **autom�ticamente** cambiar de rol seg�n el contexto:
|
|
302
302
|
|
|
303
303
|
| Nivel | Mecanismo | Ejemplo |
|
|
304
304
|
|--------|-----------|---------|
|
|
305
|
-
|
|
|
306
|
-
|
|
|
307
|
-
|
|
|
305
|
+
| ?? **Patr�n** | Palabras clave en el pedido | "revisa" ? QA activado |
|
|
306
|
+
| ?? **Contexto** | Detecta el tipo de tarea | C�lculos financieros detectados ? QA auto-activado tras escribir c�digo |
|
|
307
|
+
| ?? **Razonamiento** | Cadena l�gica | Inconsistencia de arquitectura ? Architec auto-activado |
|
|
308
308
|
|
|
309
|
-
El agente **anuncia** el cambio: *"
|
|
309
|
+
El agente **anuncia** el cambio: *"?? I'm switching to QA mode � financial calculations detected. Say 'skip' to stay in current mode."*
|
|
310
310
|
|
|
311
|
-
|
|
311
|
+
Configuraci�n: `src/bmad-plus/data/role-triggers.yaml`
|
|
312
312
|
|
|
313
313
|
### 2. Modo Autopilot
|
|
314
314
|
|
|
315
|
-
Introduce una idea
|
|
315
|
+
Introduce una idea ? Nexus gestionar� todo:
|
|
316
316
|
|
|
317
317
|
```
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
318
|
+
?? Discovery (Atlas)
|
|
319
|
+
+? Brainstorming ? Product Brief ? PRD ? UX Design
|
|
320
|
+
?? CHECKPOINT: Aprobaci�n del PRD
|
|
321
|
+
|
|
322
|
+
??? Build (Forge + Sentinel)
|
|
323
|
+
+? Arquitectura ? �picas ? Historias ? Sprint
|
|
324
|
+
?? CHECKPOINT: Aprobaci�n de Arquitectura
|
|
325
|
+
+? Por historia: C�digo ? Pruebas ? (reintentos si falla, m�ximo 3)
|
|
326
|
+
?? NOTIFY: Estado de la historia
|
|
327
|
+
|
|
328
|
+
?? Ship (Sentinel + Forge)
|
|
329
|
+
+? Revisi�n de C�digo ? UX ? Documentaci�n ? Retrospectiva
|
|
330
|
+
?? CHECKPOINT: Aprobaci�n final
|
|
331
331
|
```
|
|
332
332
|
|
|
333
333
|
**Puntos de control (checkpoints) configurables:**
|
|
334
|
-
- `require_approval` (
|
|
335
|
-
- `notify_only` (
|
|
336
|
-
- `auto` (
|
|
334
|
+
- `require_approval` (??) � Pausa, notifica por WhatsApp, espera
|
|
335
|
+
- `notify_only` (??) � Notifica, contin�a (a menos que el usuario intervenga)
|
|
336
|
+
- `auto` (??) � Totalmente autom�tico
|
|
337
337
|
|
|
338
|
-
### 3.
|
|
338
|
+
### 3. Ejecuci�n Paralela Supervisada
|
|
339
339
|
|
|
340
|
-
El orquestador divide las tareas
|
|
340
|
+
El orquestador divide las tareas as�ncronas para ejecutarlas de forma paralela:
|
|
341
341
|
|
|
342
|
-
| Proceso paralelo
|
|
342
|
+
| Proceso paralelo ? | Proceso secuencial ?? |
|
|
343
343
|
|---|---|
|
|
344
|
-
|
|
|
345
|
-
| Research +
|
|
346
|
-
| Tests QA +
|
|
344
|
+
| M�ltiples historias sin dependencia | Tareas en el mismo archivo |
|
|
345
|
+
| Research + revisi�n t�cnica de arquitectura | Historia B depende de A |
|
|
346
|
+
| Tests QA + documentaci�n en docs | Arquitectura antes que el c�digo |
|
|
347
347
|
|
|
348
|
-
**
|
|
348
|
+
**Supervisi�n en ejecuci�n:** Iniciar, Detener, Reiniciar, Escalar (si un agente falla m�s de 3 veces, avisa al desarrollador)
|
|
349
349
|
|
|
350
350
|
---
|
|
351
351
|
|
|
352
|
-
##
|
|
352
|
+
## ??? IDE Soportados
|
|
353
353
|
|
|
354
|
-
El instalador detecta
|
|
354
|
+
El instalador detecta autom�ticamente el IDE actual para generar la configuraci�n nativa que conecte a BMAD+:
|
|
355
355
|
|
|
356
|
-
| IDE | Archivo de Config. |
|
|
356
|
+
| IDE | Archivo de Config. | Detecci�n (carpeta) |
|
|
357
357
|
|-----|---------------|-----------|
|
|
358
358
|
| Claude Code | `CLAUDE.md` | `.claude/` |
|
|
359
359
|
| Gemini CLI | `GEMINI.md` | `.gemini/` |
|
|
360
|
-
| Antigravity | `.gemini/` + `.agents/` | Antigravity
|
|
360
|
+
| Antigravity | `.gemini/` + `.agents/` | Antigravity Extensi�n |
|
|
361
361
|
| Codex CLI | `AGENTS.md` | `.codex/` |
|
|
362
362
|
| OpenCode | `OPENCODE.md` | Opciones de opencode |
|
|
363
363
|
|
|
364
364
|
---
|
|
365
365
|
|
|
366
|
-
##
|
|
366
|
+
## ?? Monitorizaci�n Upstream
|
|
367
367
|
|
|
368
368
|
### Pipeline semanal (cron VPS, lunes 9 AM)
|
|
369
369
|
|
|
370
370
|
```
|
|
371
|
-
1. Obtiene actualizaciones del proyecto
|
|
372
|
-
2.
|
|
371
|
+
1. Obtiene actualizaciones del proyecto ra�z BMAD-METHOD
|
|
372
|
+
2. An�lisis "diff" sobre los archivos locales
|
|
373
373
|
3. Procesado por Inteligencia Artificial "Gemini API"
|
|
374
|
-
|
|
375
|
-
4.
|
|
374
|
+
?? Compatible | ?? Revisar manualmente | ?? Incompatible o "Breaking Change"
|
|
375
|
+
4. Env�a la actualizaci�n usando el WhatsApp registrado (Evolution API)
|
|
376
376
|
5. Auto-PR en GH
|
|
377
377
|
```
|
|
378
378
|
|
|
379
379
|
### Stack
|
|
380
|
-
- **weekly-check.py**
|
|
381
|
-
- **ai_analyzer.py**
|
|
382
|
-
- **notifier.py**
|
|
383
|
-
- **mcp_bridge.py**
|
|
380
|
+
- **weekly-check.py** � Archivo base usado mediante cron semanal
|
|
381
|
+
- **ai_analyzer.py** � LLM de an�lisis (Gemini 2.0 Flash)
|
|
382
|
+
- **notifier.py** � WhatsApp (API Evolution auto-hosteado) / fallback a correo local
|
|
383
|
+
- **mcp_bridge.py** � Acceso Server para las API operativas.
|
|
384
384
|
|
|
385
385
|
---
|
|
386
386
|
|
|
387
|
-
##
|
|
387
|
+
## ?? Estructura del Proyecto
|
|
388
388
|
|
|
389
389
|
```
|
|
390
390
|
BMAD+/
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
391
|
+
+-- README.md ? Este archivo (Ingl�s)
|
|
392
|
+
+-- readme-international/ ? Versiones traducidas (es, fr, de)
|
|
393
|
+
+-- CHANGELOG.md ? Versiones de proyecto
|
|
394
|
+
+-- CLAUDE.md ? Config IDE: Claude
|
|
395
|
+
+-- GEMINI.md ? Config IDE: Gemini
|
|
396
|
+
+-- AGENTS.md ? Config IDE: Codex / Opencode
|
|
397
|
+
+-- .gitignore
|
|
398
|
+
�
|
|
399
|
+
+-- src/
|
|
400
|
+
� +-- bmad-plus/ ? MODULO PERSONALIZADO
|
|
401
|
+
� +-- module.yaml ? Packs de entorno BMAD
|
|
402
|
+
� +-- module-help.csv ? Ayuda r�pida base de datos
|
|
403
|
+
� +-- agents/
|
|
404
|
+
� � +-- agent-strategist/ ? Atlas (analyst + pm)
|
|
405
|
+
� � +-- agent-architect-dev/ ? Forge (architect + dev + tw)
|
|
406
|
+
� � +-- agent-quality/ ? Sentinel (qa + ux)
|
|
407
|
+
� � +-- agent-orchestrator/ ? Nexus (sm + qf + autopilot + parallel)
|
|
408
|
+
� � +-- agent-maker/ ? Maker (meta-agente creativo) [pack: maker]
|
|
409
|
+
� � +-- agent-shadow/ ? Shadow (osint) [pack: osint]
|
|
410
|
+
� +-- skills/
|
|
411
|
+
� � +-- bmad-plus-autopilot/ ? Orquestaci�n completa
|
|
412
|
+
� � +-- bmad-plus-parallel/ ? Supervisi�n concurrente
|
|
413
|
+
� � +-- bmad-plus-sync/ ? Sicronizaci�n automatizada c�digo
|
|
414
|
+
� +-- data/
|
|
415
|
+
� +-- role-triggers.yaml ? L�gica de variables y keywords
|
|
416
|
+
�
|
|
417
|
+
+-- monitor/ ?? CONTROL PARA VPS DE CAMBIOS DE BMAD-METHOD
|
|
418
|
+
� +-- weekly-check.py ? Base Cron
|
|
419
|
+
� +-- ai_analyzer.py ? IA An�lisis (Gemini API)
|
|
420
|
+
� +-- notifier.py ? WhatsApp (Evolution API) y correos
|
|
421
|
+
� +-- mcp_bridge.py ? Puerto de servidor
|
|
422
|
+
� +-- config.example.yaml ? Base de las contrase�as
|
|
423
|
+
� +-- docker-compose.yml ? Config para arrancar Evolution API
|
|
424
|
+
�
|
|
425
|
+
+-- mcp-server/ ??? AUDITOR / MCP BRIDGE
|
|
426
|
+
� +-- server.py ? Acceso general y de herramientas.
|
|
427
|
+
� +-- tools/ ? git, github operations
|
|
428
|
+
�
|
|
429
|
+
+-- osint-agent-package/ ?? MODULO INDEPENDIENTE DE OSINT
|
|
430
|
+
� +-- agents/ ? Agente Shadow (version root)
|
|
431
|
+
� +-- skills/ ? Apify actores 55+
|
|
432
|
+
� +-- install.ps1 ? Script de instalaci�n
|
|
433
|
+
�
|
|
434
|
+
+-- upstream/ ?? CLONE ORIGINAL (EXCLUIDO DEL REGISTRO LOCAL)
|
|
435
|
+
+-- (BMAD-METHOD original)
|
|
436
436
|
```
|
|
437
437
|
|
|
438
438
|
---
|
|
439
439
|
|
|
440
|
-
##
|
|
440
|
+
## ?? Configuraci�n M�dulo Central
|
|
441
441
|
|
|
442
442
|
### Archivo principal (`module.yaml`)
|
|
443
443
|
|
|
444
|
-
| Variable |
|
|
444
|
+
| Variable | Descripci�n | Valores Disponibles |
|
|
445
445
|
|----------|-------------|---------|
|
|
446
446
|
| `project_name` | Nombre el proyecto | Autodetectado |
|
|
447
447
|
| `user_skill_level` | Nivel del equipo/persona | beginner, intermediate, expert |
|
|
@@ -450,35 +450,35 @@ BMAD+/
|
|
|
450
450
|
| `parallel_execution` | Trabajos Multiagente | true, false |
|
|
451
451
|
| `install_packs` | Packs Seleccionados a Integrar | core, osint, maker, audit, all |
|
|
452
452
|
|
|
453
|
-
###
|
|
453
|
+
### Integraci�n Personalizada (Apikey/Hooks)
|
|
454
454
|
|
|
455
|
-
| KEY Sistema | Entorno / Pack |
|
|
455
|
+
| KEY Sistema | Entorno / Pack | Actuaci�n |
|
|
456
456
|
|-----|------|-------|
|
|
457
|
-
| `GEMINI_API_KEY` | Monitor |
|
|
457
|
+
| `GEMINI_API_KEY` | Monitor | Comparaci�n l�gica de ramas Upstream |
|
|
458
458
|
| `EVOLUTION_API_KEY` | Monitor | Sistema WhatsApp Notifier Server |
|
|
459
|
-
| `APIFY_API_TOKEN` | OSINT |
|
|
459
|
+
| `APIFY_API_TOKEN` | OSINT | Extracci�n, Web Mining |
|
|
460
460
|
| `PERPLEXITY_API_KEY` | OSINT | Buscador Complejo AI |
|
|
461
461
|
|
|
462
462
|
---
|
|
463
463
|
|
|
464
|
-
##
|
|
464
|
+
## ?? Historial de Versiones
|
|
465
465
|
|
|
466
|
-
|
|
|
466
|
+
| Versi�n | Fecha | Descripci�n |
|
|
467
467
|
|---------|------|-------------|
|
|
468
|
-
| **0.1.0** | 2026-03-17 |
|
|
468
|
+
| **0.1.0** | 2026-03-17 | ?? Fundaci�n base de proyecto (6 agentes / 3 entornos de skills / Auto-detecci�n IDEs locales). Se incorpor� el Maker y paquete OSINT |
|
|
469
469
|
|
|
470
|
-
|
|
470
|
+
M�s descripciones a fondo en el archivo: [CHANGELOG.md](../CHANGELOG.md).
|
|
471
471
|
|
|
472
472
|
---
|
|
473
473
|
|
|
474
|
-
##
|
|
474
|
+
## ?? Licencias Integradas
|
|
475
475
|
|
|
476
|
-
Proyecto BMAD+ (
|
|
476
|
+
Proyecto BMAD+ (Adaptaci�n: MIT)
|
|
477
477
|
|
|
478
478
|
Basado nativamente en el repositorio: [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) (MIT LIC)
|
|
479
479
|
|
|
480
480
|
### Reconocimientos especiales
|
|
481
481
|
|
|
482
|
-
- **BMAD-METHOD Core** por [bmad-code-org](https://github.com/bmad-code-org)
|
|
483
|
-
- **OSINT Pipeline Tool**
|
|
482
|
+
- **BMAD-METHOD Core** por [bmad-code-org](https://github.com/bmad-code-org) � Framework base
|
|
483
|
+
- **OSINT Pipeline Tool** Adaptaci�n de [smixs/osint-skill](https://github.com/smixs/osint-skill) (MIT LIC)
|
|
484
484
|
- **Apify Actor Runner Base** integrado desde el original de [apify/agent-skills](https://github.com/apify/agent-skills) (MIT LIC)
|