bmad-plus 0.1.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 +75 -0
- package/README.md +482 -0
- package/osint-agent-package/README.md +88 -0
- package/osint-agent-package/SETUP_KEYS.md +108 -0
- package/osint-agent-package/agents/osint-investigator.md +80 -0
- package/osint-agent-package/install.ps1 +87 -0
- package/osint-agent-package/install.sh +76 -0
- package/osint-agent-package/skills/bmad-osint-investigate/SKILL.md +147 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/SKILL.md +452 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/assets/dossier-template.md +116 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/content-extraction.md +100 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/enrichment-databases-fr.md +148 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/platforms.md +130 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/psychoprofile.md +69 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/tools.md +281 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/_http.py +101 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/apify.py +260 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/brightdata.py +101 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/diagnose.py +141 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/exa.py +79 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/jina.py +71 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/mcp-client.py +136 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/parallel.py +85 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/perplexity.py +102 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/tavily.py +72 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/volley.py +208 -0
- package/osint-agent-package/skills/bmad-osint-investigator/SKILL.md +15 -0
- package/package.json +51 -0
- package/readme-international/README.de.md +392 -0
- package/readme-international/README.es.md +484 -0
- package/readme-international/README.fr.md +482 -0
- package/src/bmad-plus/agents/agent-architect-dev/SKILL.md +96 -0
- package/src/bmad-plus/agents/agent-architect-dev/bmad-skill-manifest.yaml +13 -0
- package/src/bmad-plus/agents/agent-maker/SKILL.md +201 -0
- package/src/bmad-plus/agents/agent-maker/bmad-skill-manifest.yaml +13 -0
- package/src/bmad-plus/agents/agent-orchestrator/SKILL.md +137 -0
- package/src/bmad-plus/agents/agent-orchestrator/bmad-skill-manifest.yaml +13 -0
- package/src/bmad-plus/agents/agent-quality/SKILL.md +83 -0
- package/src/bmad-plus/agents/agent-quality/bmad-skill-manifest.yaml +13 -0
- package/src/bmad-plus/agents/agent-shadow/SKILL.md +71 -0
- package/src/bmad-plus/agents/agent-shadow/bmad-skill-manifest.yaml +13 -0
- package/src/bmad-plus/agents/agent-strategist/SKILL.md +80 -0
- package/src/bmad-plus/agents/agent-strategist/bmad-skill-manifest.yaml +13 -0
- package/src/bmad-plus/data/role-triggers.yaml +209 -0
- package/src/bmad-plus/module-help.csv +10 -0
- package/src/bmad-plus/module.yaml +174 -0
- package/src/bmad-plus/skills/bmad-plus-autopilot/SKILL.md +99 -0
- package/src/bmad-plus/skills/bmad-plus-parallel/SKILL.md +93 -0
- package/src/bmad-plus/skills/bmad-plus-sync/SKILL.md +69 -0
- package/tools/bmad-plus-npx.js +33 -0
- package/tools/cli/bmad-plus-cli.js +50 -0
- package/tools/cli/commands/install.js +437 -0
- package/tools/cli/commands/uninstall.js +70 -0
|
@@ -0,0 +1,484 @@
|
|
|
1
|
+
# 🚀 BMAD+ — Framework de Desarrollo Impulsado por IA Aumentada
|
|
2
|
+
|
|
3
|
+
[](../CHANGELOG.md)
|
|
4
|
+
[](https://github.com/bmad-code-org/BMAD-METHOD)
|
|
5
|
+
[](../LICENSE)
|
|
6
|
+
|
|
7
|
+
<div align="center">
|
|
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
|
+
</div>
|
|
10
|
+
|
|
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
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## 📋 Tabla de contenidos
|
|
16
|
+
|
|
17
|
+
- [¿Por qué BMAD+?](#-por-qué-bmad-)
|
|
18
|
+
- [Inicio Rápido](#-inicio-rápido)
|
|
19
|
+
- [Arquitectura](#-arquitectura)
|
|
20
|
+
- [Los 5 Agentes](#-los-5-agentes)
|
|
21
|
+
- [Sistema de Packs](#-sistema-de-packs)
|
|
22
|
+
- [Innovaciones](#-innovaciones)
|
|
23
|
+
- [IDE Soportados](#-ide-soportados)
|
|
24
|
+
- [Monitorización Upstream](#-monitorización-upstream)
|
|
25
|
+
- [Estructura del Proyecto](#-estructura-del-proyecto)
|
|
26
|
+
- [Configuración](#-configuración)
|
|
27
|
+
- [Historial de Versiones](#-historial-de-versiones)
|
|
28
|
+
- [Licencia](#-licencia)
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
## 💡 ¿Por qué BMAD+?
|
|
33
|
+
|
|
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
|
+
|
|
36
|
+
| BMAD-METHOD | BMAD+ |
|
|
37
|
+
|---|---|
|
|
38
|
+
| 9 agentes especializados | **5 agentes multirrol** (11 roles en total) |
|
|
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
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
## ⚡ Inicio Rápido
|
|
48
|
+
|
|
49
|
+
### Instalación en un proyecto existente
|
|
50
|
+
|
|
51
|
+
```bash
|
|
52
|
+
npx bmad-plus install
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
El instalador:
|
|
56
|
+
1. Detecta automáticamente los IDE instalados (Claude Code, Gemini CLI, Codex, etc.)
|
|
57
|
+
2. Ofrece los packs a instalar (Core, OSINT, Maker, Audit)
|
|
58
|
+
3. Genera los archivos de configuración adaptados
|
|
59
|
+
4. Crea las carpetas de artefactos
|
|
60
|
+
|
|
61
|
+
### Uso después de la instalación
|
|
62
|
+
|
|
63
|
+
#### 💬 ¿Con quién hablar?
|
|
64
|
+
|
|
65
|
+
| Quieres... | Habla con | Ejemplo |
|
|
66
|
+
|---|---|---|
|
|
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
|
+
|
|
80
|
+
```
|
|
81
|
+
1. "Atlas, haz una lluvia de ideas sobre mi [proyecto]"
|
|
82
|
+
→ Atlas analiza, hace preguntas, propone enfoques
|
|
83
|
+
|
|
84
|
+
2. "Atlas, crea el product brief"
|
|
85
|
+
→ Entregable: _bmad-output/discovery/product-brief.md
|
|
86
|
+
|
|
87
|
+
3. "Atlas, redacta el PRD"
|
|
88
|
+
→ Entregable: _bmad-output/discovery/prd.md
|
|
89
|
+
|
|
90
|
+
4. "Forge, propón la arquitectura"
|
|
91
|
+
→ Entregable: _bmad-output/discovery/architecture.md
|
|
92
|
+
|
|
93
|
+
5. "Nexus, divide en épicas e historias"
|
|
94
|
+
→ Entregable: _bmad-output/build/stories/
|
|
95
|
+
|
|
96
|
+
6. "Forge, implementa la historia [X]"
|
|
97
|
+
→ Código generado + pruebas
|
|
98
|
+
|
|
99
|
+
7. "Sentinel, prueba y revisa"
|
|
100
|
+
→ Informe de QA + sugerencias
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
#### ⚡ Flujo de trabajo automático (modo autopilot)
|
|
104
|
+
|
|
105
|
+
```
|
|
106
|
+
> autopilot
|
|
107
|
+
> "Un SaaS de facturación para pymes con gestión de presupuestos"
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
Nexus orquesta todo automáticamente con puntos de control (checkpoints) para tu aprobación.
|
|
111
|
+
|
|
112
|
+
#### 🔑 Comandos clave
|
|
113
|
+
|
|
114
|
+
| Comando | Descripción |
|
|
115
|
+
|----------|-------------|
|
|
116
|
+
| `bmad-help` | Ver todos los agentes y habilidades disponibles |
|
|
117
|
+
| `autopilot` | Nexus toma el control del pipeline completo |
|
|
118
|
+
| `parallel` | Iniciar ejecución multi-agente en paralelo |
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
## 🏗️ Arquitectura
|
|
123
|
+
|
|
124
|
+
```mermaid
|
|
125
|
+
graph TB
|
|
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
|
+
end
|
|
132
|
+
|
|
133
|
+
subgraph OSINT["🔍 OSINT Pack"]
|
|
134
|
+
SH[Shadow 🔍<br/>OSINT Intel]
|
|
135
|
+
end
|
|
136
|
+
|
|
137
|
+
subgraph Audit["🛡️ Audit Pack"]
|
|
138
|
+
SD["Shield 🛡️<br/>(muy pronto)"]
|
|
139
|
+
end
|
|
140
|
+
|
|
141
|
+
NX -->|orquesta| AT
|
|
142
|
+
NX -->|orquesta| FG
|
|
143
|
+
NX -->|orquesta| SN
|
|
144
|
+
NX -->|puede invocar| SH
|
|
145
|
+
|
|
146
|
+
subgraph Skills["Custom Skills"]
|
|
147
|
+
AP[Autopilot]
|
|
148
|
+
PL[Parallel]
|
|
149
|
+
SY[Sync]
|
|
150
|
+
end
|
|
151
|
+
|
|
152
|
+
NX --> AP
|
|
153
|
+
NX --> PL
|
|
154
|
+
NX --> SY
|
|
155
|
+
|
|
156
|
+
subgraph VPS["Infraestructura VPS"]
|
|
157
|
+
MCP[MCP Server<br/>35 tools]
|
|
158
|
+
EVO[Evolution API<br/>WhatsApp]
|
|
159
|
+
MON[Weekly Monitor]
|
|
160
|
+
end
|
|
161
|
+
|
|
162
|
+
SY --> MCP
|
|
163
|
+
MON --> EVO
|
|
164
|
+
MON --> MCP
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
---
|
|
168
|
+
|
|
169
|
+
## 🎭 Los 5 Agentes
|
|
170
|
+
|
|
171
|
+
### Atlas — Strategist 🎯
|
|
172
|
+
|
|
173
|
+
**Fusiona:** Analyst (Mary) + Product Manager (John)
|
|
174
|
+
|
|
175
|
+
| Rol | Especialidad | Auto-activación |
|
|
176
|
+
|------|-----------|-----------------|
|
|
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
|
+
|
|
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
|
+
|
|
182
|
+
---
|
|
183
|
+
|
|
184
|
+
### Forge — Architect-Dev 🏗️
|
|
185
|
+
|
|
186
|
+
**Fusiona:** Architect (Winston) + Developer (Amelia) + Tech Writer (Paige)
|
|
187
|
+
|
|
188
|
+
| Rol | Especialidad | Auto-activación |
|
|
189
|
+
|------|-----------|-----------------|
|
|
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
|
+
|
|
194
|
+
**Capacidades:** Architecture (CA), Implementation Readiness (IR), Dev Story (DS), Code Review (CR), Quick Spec (QS), Quick Dev (QD), Document Project (DP)
|
|
195
|
+
|
|
196
|
+
**Acciones críticas (rol Dev):**
|
|
197
|
+
- Leer TODA la historia ANTES de implementar
|
|
198
|
+
- Ejecutar las tareas EN ORDEN
|
|
199
|
+
- 100% pruebas aprobadas ANTES de avanzar
|
|
200
|
+
- NUNCA mentir sobre las pruebas
|
|
201
|
+
|
|
202
|
+
---
|
|
203
|
+
|
|
204
|
+
### Sentinel — Quality 🔍
|
|
205
|
+
|
|
206
|
+
**Fusiona:** QA Engineer (Quinn) + UX Designer (Sally)
|
|
207
|
+
|
|
208
|
+
| Rol | Especialidad | Auto-activación |
|
|
209
|
+
|------|-----------|-----------------|
|
|
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
|
+
|
|
213
|
+
**Capacidades:** QA Tests (QA), Code Review (CR), UX Design (CU)
|
|
214
|
+
|
|
215
|
+
---
|
|
216
|
+
|
|
217
|
+
### Nexus — Orchestrator 🎼
|
|
218
|
+
|
|
219
|
+
**Fusiona:** Scrum Master (Bob) + Quick-Flow Solo Dev (Barry) + **Autopilot** (nuevo) + **Parallel Supervisor** (nuevo)
|
|
220
|
+
|
|
221
|
+
| Rol | Especialidad | Auto-activación |
|
|
222
|
+
|------|-----------|-----------------|
|
|
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
|
+
|
|
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
|
+
|
|
230
|
+
---
|
|
231
|
+
|
|
232
|
+
### Shadow — OSINT Intelligence 🔍 *(Pack OSINT)*
|
|
233
|
+
|
|
234
|
+
**Agente completo de investigación OSINT.**
|
|
235
|
+
|
|
236
|
+
| Capacidad | Descripción |
|
|
237
|
+
|-----------|-------------|
|
|
238
|
+
| **INV** | Investigación completa Fase 0→6 con informe puntuado |
|
|
239
|
+
| **QS** | Búsqueda rápida multi-motor |
|
|
240
|
+
| **LI/IG/FB** | Scraping de LinkedIn, Instagram, Facebook |
|
|
241
|
+
| **PP** | Psicoperfil MBTI / Big Five |
|
|
242
|
+
| **CE** | Enriquecimiento de contactos (email, teléfono) |
|
|
243
|
+
| **DG** | Diagnóstico de herramientas/APIs disponibles |
|
|
244
|
+
|
|
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
|
+
|
|
247
|
+
---
|
|
248
|
+
|
|
249
|
+
### Maker — Agent Creator 🧬 *(Pack Maker)*
|
|
250
|
+
|
|
251
|
+
**Meta-agente que crea otros agentes.** Dale una descripción → genera un paquete completo.
|
|
252
|
+
|
|
253
|
+
| Capacidad | Descripción |
|
|
254
|
+
|------|-------------|
|
|
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
|
+
|
|
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
|
+
|
|
264
|
+
---
|
|
265
|
+
|
|
266
|
+
## 📦 Sistema de Packs
|
|
267
|
+
|
|
268
|
+
BMAD+ utiliza un sistema modular por packs. El Core siempre está instalado, y los demás packs son opcionales.
|
|
269
|
+
|
|
270
|
+
```
|
|
271
|
+
npx bmad-plus install
|
|
272
|
+
|
|
273
|
+
🎛️ ¿Qué packs instalar?
|
|
274
|
+
Core (Atlas, Forge, Sentinel, Nexus) siempre incluido.
|
|
275
|
+
|
|
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
|
+
```
|
|
282
|
+
|
|
283
|
+
| Pack | Agentes | Habilidades | Estado |
|
|
284
|
+
|------|--------|--------|--------|
|
|
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
|
+
|
|
290
|
+
Cada pack define:
|
|
291
|
+
- Sus agentes y habilidades
|
|
292
|
+
- Llaves de API obligatorias/opcionales
|
|
293
|
+
- Paquete externo (en tu caso, osint)
|
|
294
|
+
|
|
295
|
+
---
|
|
296
|
+
|
|
297
|
+
## ✨ Innovaciones
|
|
298
|
+
|
|
299
|
+
### 1. Auto-Activación Inteligente a 3 Niveles
|
|
300
|
+
|
|
301
|
+
Cada agente puede **automáticamente** cambiar de rol según el contexto:
|
|
302
|
+
|
|
303
|
+
| Nivel | Mecanismo | Ejemplo |
|
|
304
|
+
|--------|-----------|---------|
|
|
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
|
+
|
|
309
|
+
El agente **anuncia** el cambio: *"💡 I'm switching to QA mode — financial calculations detected. Say 'skip' to stay in current mode."*
|
|
310
|
+
|
|
311
|
+
Configuración: `src/bmad-plus/data/role-triggers.yaml`
|
|
312
|
+
|
|
313
|
+
### 2. Modo Autopilot
|
|
314
|
+
|
|
315
|
+
Introduce una idea → Nexus gestionará todo:
|
|
316
|
+
|
|
317
|
+
```
|
|
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
|
+
```
|
|
332
|
+
|
|
333
|
+
**Puntos de control (checkpoints) configurables:**
|
|
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
|
+
|
|
338
|
+
### 3. Ejecución Paralela Supervisada
|
|
339
|
+
|
|
340
|
+
El orquestador divide las tareas asíncronas para ejecutarlas de forma paralela:
|
|
341
|
+
|
|
342
|
+
| Proceso paralelo ✅ | Proceso secuencial 🚫 |
|
|
343
|
+
|---|---|
|
|
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
|
+
|
|
348
|
+
**Supervisión en ejecución:** Iniciar, Detener, Reiniciar, Escalar (si un agente falla más de 3 veces, avisa al desarrollador)
|
|
349
|
+
|
|
350
|
+
---
|
|
351
|
+
|
|
352
|
+
## 🖥️ IDE Soportados
|
|
353
|
+
|
|
354
|
+
El instalador detecta automáticamente el IDE actual para generar la configuración nativa que conecte a BMAD+:
|
|
355
|
+
|
|
356
|
+
| IDE | Archivo de Config. | Detección (carpeta) |
|
|
357
|
+
|-----|---------------|-----------|
|
|
358
|
+
| Claude Code | `CLAUDE.md` | `.claude/` |
|
|
359
|
+
| Gemini CLI | `GEMINI.md` | `.gemini/` |
|
|
360
|
+
| Antigravity | `.gemini/` + `.agents/` | Antigravity Extensión |
|
|
361
|
+
| Codex CLI | `AGENTS.md` | `.codex/` |
|
|
362
|
+
| OpenCode | `OPENCODE.md` | Opciones de opencode |
|
|
363
|
+
|
|
364
|
+
---
|
|
365
|
+
|
|
366
|
+
## 📡 Monitorización Upstream
|
|
367
|
+
|
|
368
|
+
### Pipeline semanal (cron VPS, lunes 9 AM)
|
|
369
|
+
|
|
370
|
+
```
|
|
371
|
+
1. Obtiene actualizaciones del proyecto raíz BMAD-METHOD
|
|
372
|
+
2. Análisis "diff" sobre los archivos locales
|
|
373
|
+
3. Procesado por Inteligencia Artificial "Gemini API"
|
|
374
|
+
🟢 Compatible | 🟡 Revisar manualmente | 🔴 Incompatible o "Breaking Change"
|
|
375
|
+
4. Envía la actualización usando el WhatsApp registrado (Evolution API)
|
|
376
|
+
5. Auto-PR en GH
|
|
377
|
+
```
|
|
378
|
+
|
|
379
|
+
### Stack
|
|
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
|
+
|
|
385
|
+
---
|
|
386
|
+
|
|
387
|
+
## 📁 Estructura del Proyecto
|
|
388
|
+
|
|
389
|
+
```
|
|
390
|
+
BMAD+/
|
|
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
|
+
```
|
|
437
|
+
|
|
438
|
+
---
|
|
439
|
+
|
|
440
|
+
## ⚙️ Configuración Módulo Central
|
|
441
|
+
|
|
442
|
+
### Archivo principal (`module.yaml`)
|
|
443
|
+
|
|
444
|
+
| Variable | Descripción | Valores Disponibles |
|
|
445
|
+
|----------|-------------|---------|
|
|
446
|
+
| `project_name` | Nombre el proyecto | Autodetectado |
|
|
447
|
+
| `user_skill_level` | Nivel del equipo/persona | beginner, intermediate, expert |
|
|
448
|
+
| `execution_mode` | Modo de uso general | manual, autopilot, hybrid |
|
|
449
|
+
| `auto_role_activation` | Cambio al predecir contexto | true, false |
|
|
450
|
+
| `parallel_execution` | Trabajos Multiagente | true, false |
|
|
451
|
+
| `install_packs` | Packs Seleccionados a Integrar | core, osint, maker, audit, all |
|
|
452
|
+
|
|
453
|
+
### Integración Personalizada (Apikey/Hooks)
|
|
454
|
+
|
|
455
|
+
| KEY Sistema | Entorno / Pack | Actuación |
|
|
456
|
+
|-----|------|-------|
|
|
457
|
+
| `GEMINI_API_KEY` | Monitor | Comparación lógica de ramas Upstream |
|
|
458
|
+
| `EVOLUTION_API_KEY` | Monitor | Sistema WhatsApp Notifier Server |
|
|
459
|
+
| `APIFY_API_TOKEN` | OSINT | Extracción, Web Mining |
|
|
460
|
+
| `PERPLEXITY_API_KEY` | OSINT | Buscador Complejo AI |
|
|
461
|
+
|
|
462
|
+
---
|
|
463
|
+
|
|
464
|
+
## 📜 Historial de Versiones
|
|
465
|
+
|
|
466
|
+
| Versión | Fecha | Descripción |
|
|
467
|
+
|---------|------|-------------|
|
|
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
|
+
|
|
470
|
+
Más descripciones a fondo en el archivo: [CHANGELOG.md](../CHANGELOG.md).
|
|
471
|
+
|
|
472
|
+
---
|
|
473
|
+
|
|
474
|
+
## 📄 Licencias Integradas
|
|
475
|
+
|
|
476
|
+
Proyecto BMAD+ (Adaptación: MIT)
|
|
477
|
+
|
|
478
|
+
Basado nativamente en el repositorio: [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) (MIT LIC)
|
|
479
|
+
|
|
480
|
+
### Reconocimientos especiales
|
|
481
|
+
|
|
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
|
+
- **Apify Actor Runner Base** integrado desde el original de [apify/agent-skills](https://github.com/apify/agent-skills) (MIT LIC)
|