elsabro 5.0.0 → 5.0.1
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/commands/elsabro/help.md
CHANGED
|
@@ -12,7 +12,7 @@ Muestra el siguiente mensaje de ayuda:
|
|
|
12
12
|
|
|
13
13
|
```
|
|
14
14
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
15
|
-
ELSABRO
|
|
15
|
+
ELSABRO v5.0.0
|
|
16
16
|
Tu asistente AI para crear apps
|
|
17
17
|
Powered by BMAD-METHOD + Superpowers
|
|
18
18
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
@@ -64,8 +64,9 @@ DEBUGGING & ANALYSIS
|
|
|
64
64
|
/elsabro:debug Investigar y arreglar problemas
|
|
65
65
|
/elsabro:map-codebase Generar mapa del codebase
|
|
66
66
|
|
|
67
|
-
|
|
68
|
-
|
|
67
|
+
COLLABORATION
|
|
68
|
+
─────────────
|
|
69
|
+
/elsabro:party Deliberación multi-agente sobre un tema
|
|
69
70
|
/elsabro:design-ui Diseñar interfaces con Stitch AI
|
|
70
71
|
|
|
71
72
|
SETTINGS
|
|
@@ -94,12 +95,14 @@ PERFILES
|
|
|
94
95
|
• default - Balance entre velocidad y calidad
|
|
95
96
|
• yolo ⚡ - Máxima velocidad, mínima fricción
|
|
96
97
|
• careful 🛡️ - Máxima calidad, validación exhaustiva
|
|
98
|
+
• bmad 📋 - Spec-Driven Development (PRD → Manifest → Solution)
|
|
97
99
|
|
|
98
100
|
TIPS
|
|
99
101
|
────
|
|
100
102
|
• Si no sabes por dónde empezar → /elsabro:start
|
|
101
103
|
• Para fixes rápidos → /elsabro:quick
|
|
102
104
|
• Para retomar trabajo → /elsabro:resume-work
|
|
105
|
+
• Para deliberar → /elsabro:party "tu tema"
|
|
103
106
|
• Para cambiar modo → /elsabro:set-profile yolo
|
|
104
107
|
• ELSABRO se activa automáticamente → /elsabro:exit para salir
|
|
105
108
|
|
package/hooks/elsabro-mode.sh
CHANGED
|
@@ -90,6 +90,7 @@ Classify the user's message and invoke the matching ELSABRO skill using the Skil
|
|
|
90
90
|
| Exit, leave, stop, or deactivate ELSABRO | Skill("elsabro:exit") |
|
|
91
91
|
| See progress, status, or what's next | Skill("elsabro:progress") |
|
|
92
92
|
| Pause work or take a break | Skill("elsabro:pause-work") |
|
|
93
|
+
| Discuss, debate, deliberate, or get multiple views | Skill("elsabro:party") |
|
|
93
94
|
|
|
94
95
|
## Rules
|
|
95
96
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "elsabro",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"description": "Sistema de desarrollo AI-powered para Claude Code - BMAD Method Integration, Spec-Driven Development, Party Mode, Next Step Suggestions, Stitch UI Design, Agent Teams, blocking code review, orquestación avanzada con flows declarativos",
|
|
5
5
|
"bin": {
|
|
6
6
|
"elsabro": "bin/install.js"
|