- Add BOOTLOADER.md for P4 IDEA project - Add PROJECT-PROFILE.yml with metadata - Compliance with SIMCO-ESTANDAR-ORCHESTRATION Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
127 lines
5.4 KiB
Markdown
127 lines
5.4 KiB
Markdown
# BOOTLOADER - Betting Analytics
|
|
|
|
**Sistema:** NEXUS v4.0 - Protocolo de Arranque Local
|
|
**Proyecto:** Betting Analytics
|
|
**Tipo:** STANDALONE (Fase IDEA)
|
|
**Version:** 1.0.0
|
|
**Fecha:** 2026-01-24
|
|
|
|
---
|
|
|
|
## 1. Proposito
|
|
|
|
Este BOOTLOADER define la secuencia de arranque para Betting Analytics.
|
|
Proyecto en fase de IDEA para analitica de apuestas deportivas.
|
|
|
|
---
|
|
|
|
## 2. Estado del Proyecto
|
|
|
|
```
|
|
Betting Analytics (STANDALONE)
|
|
│
|
|
├── Estado: IDEA (P4 - Backlog)
|
|
├── Completitud: 0%
|
|
└── Desarrollo: NO INICIADO
|
|
```
|
|
|
|
---
|
|
|
|
## 3. Secuencia de Arranque (5 Pasos)
|
|
|
|
```
|
|
┌─────────────────────────────────────────────────────────────────────────┐
|
|
│ BOOTLOADER BETTING-ANALYTICS - 5 PASOS │
|
|
├─────────────────────────────────────────────────────────────────────────┤
|
|
│ │
|
|
│ PASO 1: Cargar L0 (Sistema - Workspace) │
|
|
│ ════════════════════════════════════════ │
|
|
│ ├── Leer workspace-v2/CLAUDE.md │
|
|
│ └── Tokens: ~4000 │
|
|
│ │ │
|
|
│ ▼ │
|
|
│ PASO 2: Cargar L1 (Proyecto) │
|
|
│ ════════════════════════════════════════ │
|
|
│ ├── Leer orchestration/CONTEXT-MAP.yml │
|
|
│ ├── Leer orchestration/_inheritance.yml (STANDALONE) │
|
|
│ └── Tokens: ~1000 │
|
|
│ │ │
|
|
│ ▼ │
|
|
│ PASO 3: Verificar Prioridad │
|
|
│ ════════════════════════════════════════ │
|
|
│ ├── Proyecto es P4 (Backlog) │
|
|
│ ├── Solo permite: Documentacion y planeacion │
|
|
│ └── NO permite: Desarrollo de codigo │
|
|
│ │ │
|
|
│ ▼ │
|
|
│ PASO 4: Verificar Estado Git │
|
|
│ ════════════════════════════════════════ │
|
|
│ ├── git fetch origin && git status │
|
|
│ └── Verificar PROXIMA-ACCION.md │
|
|
│ │ │
|
|
│ ▼ │
|
|
│ PASO 5: Iniciar Tarea (Solo Doc/Plan) │
|
|
│ ════════════════════════════════════════ │
|
|
│ ├── Si es documentacion: PERMITIDO │
|
|
│ ├── Si es planeacion: PERMITIDO │
|
|
│ └── Si es desarrollo: BLOQUEAR (esperar prioridad) │
|
|
│ │
|
|
└─────────────────────────────────────────────────────────────────────────┘
|
|
```
|
|
|
|
---
|
|
|
|
## 4. Restricciones P4
|
|
|
|
```yaml
|
|
prioridad: P4 (Backlog)
|
|
|
|
permitido:
|
|
- Documentacion de requerimientos
|
|
- Planeacion de arquitectura
|
|
- Definicion de epicas
|
|
- Investigacion de mercado
|
|
|
|
bloqueado:
|
|
- Desarrollo de codigo
|
|
- Implementacion de features
|
|
- Setup de infraestructura
|
|
- Testing
|
|
|
|
razon: "Recursos limitados - priorizar proyectos P0-P3"
|
|
```
|
|
|
|
---
|
|
|
|
## 5. Variables Pre-Resueltas
|
|
|
|
```yaml
|
|
PROJECT_ROOT: projects/betting-analytics
|
|
ESTADO: idea
|
|
PRIORIDAD: P4
|
|
COMPLETITUD: 0%
|
|
```
|
|
|
|
---
|
|
|
|
## 6. Checklist de Arranque
|
|
|
|
- [ ] PASO 1: workspace-v2/CLAUDE.md leido
|
|
- [ ] PASO 2: CONTEXT-MAP.yml cargado
|
|
- [ ] PASO 2: _inheritance.yml verificado
|
|
- [ ] PASO 3: Prioridad P4 confirmada
|
|
- [ ] PASO 4: git fetch ejecutado
|
|
- [ ] PASO 5: Tipo de tarea verificado (doc/plan)
|
|
|
|
---
|
|
|
|
## 7. Referencias
|
|
|
|
- **BOOTLOADER Global:** `workspace-v2/orchestration/directivas/simco/SIMCO-BOOTLOADER.md`
|
|
- **ROADMAP:** `workspace-v2/orchestration/ROADMAP.yml`
|
|
|
|
---
|
|
|
|
*BOOTLOADER Betting Analytics v1.0.0 - Sistema NEXUS v4.0*
|
|
*Tipo: STANDALONE - Fase IDEA (P4)*
|