[TASK-2026-01-24-ESTANDAR-ORCHESTRATION] docs: Add BOOTLOADER and PROJECT-PROFILE
- 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>
This commit is contained in:
parent
1fdac787fd
commit
9d14969ce4
126
orchestration/BOOTLOADER.md
Normal file
126
orchestration/BOOTLOADER.md
Normal file
@ -0,0 +1,126 @@
|
|||||||
|
# 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)*
|
||||||
115
orchestration/PROJECT-PROFILE.yml
Normal file
115
orchestration/PROJECT-PROFILE.yml
Normal file
@ -0,0 +1,115 @@
|
|||||||
|
# ===============================================================================
|
||||||
|
# PROJECT-PROFILE.yml - Betting Analytics
|
||||||
|
# ===============================================================================
|
||||||
|
#
|
||||||
|
# Sistema: SIMCO v4.3.0 + NEXUS v4.0
|
||||||
|
# Proposito: Perfil y metadata del proyecto
|
||||||
|
# Fecha: 2026-01-24
|
||||||
|
#
|
||||||
|
# ===============================================================================
|
||||||
|
|
||||||
|
proyecto:
|
||||||
|
nombre: "Betting Analytics"
|
||||||
|
codigo: "betting-analytics"
|
||||||
|
alias: "BET"
|
||||||
|
tipo: "STANDALONE"
|
||||||
|
nivel: "2A"
|
||||||
|
version: "0.0.1"
|
||||||
|
|
||||||
|
descripcion: |
|
||||||
|
Proyecto en fase de IDEA para analitica de apuestas deportivas.
|
||||||
|
Objetivo: Proporcionar herramientas de analisis estadistico,
|
||||||
|
predicciones y gestion de bankroll para apostadores.
|
||||||
|
|
||||||
|
Caracteristicas planeadas:
|
||||||
|
- Analisis estadistico de eventos deportivos
|
||||||
|
- Predicciones basadas en datos historicos
|
||||||
|
- Gestion de bankroll
|
||||||
|
- Seguimiento de apuestas
|
||||||
|
- Reportes de rendimiento
|
||||||
|
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
# ESTADO
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
estado:
|
||||||
|
general: "idea"
|
||||||
|
madurez: "conceptual"
|
||||||
|
completitud: "0%"
|
||||||
|
en_produccion: false
|
||||||
|
prioridad: "P4"
|
||||||
|
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
# STACK TECNOLOGICO (Planeado)
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
stack:
|
||||||
|
backend:
|
||||||
|
framework: "Por definir"
|
||||||
|
lenguaje: "Por definir"
|
||||||
|
|
||||||
|
frontend:
|
||||||
|
framework: "Por definir"
|
||||||
|
lenguaje: "Por definir"
|
||||||
|
|
||||||
|
database:
|
||||||
|
motor: "Por definir"
|
||||||
|
|
||||||
|
analytics:
|
||||||
|
herramientas: "Por definir"
|
||||||
|
ml: "Por definir"
|
||||||
|
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
# MODULOS PLANEADOS
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
modulos:
|
||||||
|
planeados:
|
||||||
|
- id: "BET-001"
|
||||||
|
nombre: "Analisis Estadistico"
|
||||||
|
descripcion: "Analisis de estadisticas deportivas"
|
||||||
|
estado: "idea"
|
||||||
|
|
||||||
|
- id: "BET-002"
|
||||||
|
nombre: "Predicciones"
|
||||||
|
descripcion: "Predicciones basadas en ML"
|
||||||
|
estado: "idea"
|
||||||
|
|
||||||
|
- id: "BET-003"
|
||||||
|
nombre: "Bankroll Management"
|
||||||
|
descripcion: "Gestion de capital"
|
||||||
|
estado: "idea"
|
||||||
|
|
||||||
|
- id: "BET-004"
|
||||||
|
nombre: "Bet Tracker"
|
||||||
|
descripcion: "Seguimiento de apuestas"
|
||||||
|
estado: "idea"
|
||||||
|
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
# RUTAS
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
rutas:
|
||||||
|
proyecto: "projects/betting-analytics"
|
||||||
|
docs: "projects/betting-analytics/docs"
|
||||||
|
orchestration: "projects/betting-analytics/orchestration"
|
||||||
|
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
# EQUIPO
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
equipo:
|
||||||
|
owner: "ISEM Development"
|
||||||
|
agentes_principales:
|
||||||
|
- "Por asignar"
|
||||||
|
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
# NOTAS
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
notas:
|
||||||
|
- "Proyecto en fase IDEA - sin desarrollo activo"
|
||||||
|
- "Prioridad P4 (Backlog)"
|
||||||
|
- "Solo documentacion y planeacion permitidos"
|
||||||
|
- "Esperar promocion a P3 para iniciar desarrollo"
|
||||||
|
- "Considerar regulaciones de apuestas por jurisdiccion"
|
||||||
Loading…
Reference in New Issue
Block a user