# MAPA DE ORQUESTACION: inmobiliaria-analytics **Proyecto:** inmobiliaria-analytics **Nivel:** CONSUMER (L2) - Estandar SIMCO-ESTANDAR-ORCHESTRATION v1.0.0 **Sistema:** NEXUS v4.0 + SIMCO + SAAD **Estado:** IDEA (P4 - Backlog) **Ultima actualizacion:** 2026-01-24 --- ## Estructura Estandarizada ``` orchestration/ ├── _MAP.md # [OBLIGATORIO] Este archivo ├── _inheritance.yml # [OBLIGATORIO] Herencia (workspace-v2) ├── BOOTLOADER.md # [OBLIGATORIO] Protocolo de arranque ├── CONTEXT-MAP.yml # [OBLIGATORIO] Mapa de contexto NEXUS ├── PROJECT-PROFILE.yml # [OBLIGATORIO] Perfil del proyecto ├── PROJECT-STATUS.md # [OBLIGATORIO] Estado actual ├── PROXIMA-ACCION.md # [OBLIGATORIO] Checkpoint de sesion ├── DEPENDENCY-GRAPH.yml # [OBLIGATORIO] Dependencias ├── TRACEABILITY.yml # [OBLIGATORIO] Trazabilidad ├── MAPA-DOCUMENTACION.yml # [OBLIGATORIO] Mapa de docs │ ├── 00-guidelines/ # [OBLIGATORIO] │ ├── CONTEXTO-PROYECTO.md # Descripcion del proyecto │ ├── HERENCIA-DIRECTIVAS.md # Herencia de directivas │ ├── HERENCIA-SIMCO.md # Herencia SIMCO │ └── PROJECT-STATUS.md # Estado (duplicado) │ ├── inventarios/ # [OBLIGATORIO] │ ├── MASTER_INVENTORY.yml # Inventario maestro │ ├── DATABASE_INVENTORY.yml # Inventario BD │ ├── BACKEND_INVENTORY.yml # Inventario Backend │ └── FRONTEND_INVENTORY.yml # Inventario Frontend │ ├── trazas/ # [OBLIGATORIO] │ ├── TRAZA-TAREAS-BACKEND.md │ ├── TRAZA-TAREAS-DATABASE.md │ └── TRAZA-TAREAS-FRONTEND.md │ └── _archive/ # Carpetas archivadas (no estandar) ├── environment/ # Config de ambiente (archivado) │ ├── ENVIRONMENT-INVENTORY.yml │ └── PROJECT-ENV-CONFIG.yml └── estados/ # Estados (archivado) └── REGISTRO-SUBAGENTES.json ``` --- ## Archivos Obligatorios (10/10) | # | Archivo | Estado | Proposito | |---|---------|--------|-----------| | 1 | `_MAP.md` | OK | Mapa de navegacion | | 2 | `_inheritance.yml` | OK | Herencia desde workspace-v2 | | 3 | `BOOTLOADER.md` | OK | Protocolo de arranque NEXUS | | 4 | `CONTEXT-MAP.yml` | OK | Mapa de contexto | | 5 | `PROJECT-PROFILE.yml` | OK | Perfil y metadata | | 6 | `PROJECT-STATUS.md` | OK | Estado actual | | 7 | `PROXIMA-ACCION.md` | OK | Checkpoint de sesion | | 8 | `DEPENDENCY-GRAPH.yml` | OK | Grafo de dependencias | | 9 | `TRACEABILITY.yml` | OK | Trazabilidad | | 10 | `MAPA-DOCUMENTACION.yml` | OK | Mapa de documentacion | --- ## Carpetas Obligatorias (3/3) | # | Carpeta | Estado | Contenido | |---|---------|--------|-----------| | 1 | `00-guidelines/` | OK | Contexto y herencia del proyecto | | 2 | `inventarios/` | OK | Inventarios por capa (vacios - proyecto IDEA) | | 3 | `trazas/` | OK | Trazas de tareas por dominio | --- ## Carpetas Opcionales/Archivadas | Carpeta | Estado | Nota | |---------|--------|------| | `_archive/` | OK | Contenido no estandar archivado | | `_archive/environment/` | ARCHIVADO | Config de ambiente pre-estandarizacion | | `_archive/estados/` | ARCHIVADO | Estados de subagentes pre-estandarizacion | --- ## Navegacion | Destino | Enlace | |---------|--------| | Documentacion proyecto | [../docs/](../docs/) | | Orchestration Workspace | [../../../orchestration/_MAP.md](../../../orchestration/_MAP.md) | | Directivas SIMCO | [../../../orchestration/directivas/simco/](../../../orchestration/directivas/simco/) | | Estandar Orchestration | [../../../orchestration/directivas/simco/SIMCO-ESTANDAR-ORCHESTRATION.md](../../../orchestration/directivas/simco/SIMCO-ESTANDAR-ORCHESTRATION.md) | --- ## Informacion del Proyecto | Campo | Valor | |-------|-------| | **Nombre** | Inmobiliaria Analytics | | **Alias** | INMO | | **Tipo** | STANDALONE | | **Estado** | IDEA | | **Prioridad** | P4 (Backlog) | | **Completitud** | 0% | | **En Produccion** | No | --- ## Restricciones P4 **Permitido:** - Documentacion de requerimientos - Planeacion de arquitectura - Definicion de epicas - Investigacion de mercado **Bloqueado:** - Desarrollo de codigo - Implementacion de features - Setup de infraestructura - Testing --- ## Validacion **Nivel:** CONSUMER (L2) **Requisitos:** 10 archivos root + 3 carpetas obligatorias **Estado:** CUMPLE ``` Archivos root: 10/10 Carpetas: 3/3 (+1 archivo: _archive) _inheritance.yml: tipo=STANDALONE, hereda_de=workspace-v2 ``` --- **Reestructurado:** 2026-01-24 segun SIMCO-ESTANDAR-ORCHESTRATION v1.0.0