- Created orchestration/tareas/ with standard structure - Added _INDEX.yml for task index - Added _templates/TASK-TEMPLATE/ with 6 CAPVED phases - Updated _MAP.md to document new tareas/ folder Complies with SIMCO-ESTRUCTURA-TAREAS.md v1.0.0 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
146 lines
4.6 KiB
Markdown
146 lines
4.6 KiB
Markdown
# Mapa de Navegacion - Template SaaS orchestration/
|
|
|
|
**Version:** 2.0.0
|
|
**Sistema:** SIMCO v4.3.0 + NEXUS v4.0
|
|
**Estandar:** SIMCO-ESTANDAR-ORCHESTRATION v1.0.0
|
|
**Nivel:** PROVIDER (L1A)
|
|
**Actualizado:** 2026-01-24
|
|
|
|
---
|
|
|
|
## Estructura Estandarizada
|
|
|
|
```
|
|
orchestration/
|
|
|-- _MAP.md <-- ESTE ARCHIVO (navegacion)
|
|
|-- _inheritance.yml <-- Define herencia y exportacion [OBLIGATORIO]
|
|
|-- BOOTLOADER.md <-- Protocolo de arranque NEXUS [OBLIGATORIO]
|
|
|-- CONTEXT-MAP.yml <-- Mapa de contexto [OBLIGATORIO]
|
|
|-- PROJECT-PROFILE.yml <-- Perfil y metadata [OBLIGATORIO]
|
|
|-- PROJECT-STATUS.md <-- Estado actual [OBLIGATORIO]
|
|
|-- PROXIMA-ACCION.md <-- Checkpoint de sesion [OBLIGATORIO]
|
|
|-- DEPENDENCY-GRAPH.yml <-- Grafo de dependencias [OBLIGATORIO]
|
|
|-- TRACEABILITY.yml <-- Trazabilidad [OBLIGATORIO]
|
|
|-- MAPA-DOCUMENTACION.yml <-- Mapa de documentacion [OBLIGATORIO]
|
|
|
|
|
|-- 00-guidelines/ <-- Guias del proyecto [OBLIGATORIO]
|
|
| |-- CONTEXTO-PROYECTO.md
|
|
| |-- GUIA-MANTENIMIENTO-SIMCO.md
|
|
| +-- HERENCIA-SIMCO.md
|
|
|
|
|
|-- inventarios/ <-- Inventarios por capa [OBLIGATORIO]
|
|
| |-- MASTER_INVENTORY.yml
|
|
| |-- DATABASE_INVENTORY.yml
|
|
| |-- BACKEND_INVENTORY.yml
|
|
| +-- FRONTEND_INVENTORY.yml
|
|
|
|
|
|-- trazas/ <-- Trazas de tareas [OBLIGATORIO]
|
|
| |-- TRAZA-TAREAS-DATABASE.md
|
|
| |-- TRAZA-TAREAS-BACKEND.md
|
|
| +-- TRAZA-TAREAS-FRONTEND.md
|
|
|
|
|
|-- tareas/ <-- Tareas documentadas (SIMCO-ESTRUCTURA-TAREAS)
|
|
| |-- _INDEX.yml <-- Indice de todas las tareas
|
|
| +-- _templates/ <-- Templates para nuevas tareas
|
|
| +-- TASK-TEMPLATE/ <-- Template de carpeta de tarea (6 fases CAPVED)
|
|
|
|
|
+-- _archive/ <-- Archivos historicos
|
|
|-- root-files/ <-- Archivos root no estandar
|
|
| |-- _INDEX.md
|
|
| |-- GUIA-ORQUESTACION-SUBAGENTES.md
|
|
| +-- README.md
|
|
|-- analisis/ <-- Analisis realizados (historico)
|
|
|-- analisis-previo/ <-- Analisis previos
|
|
+-- planes/ <-- Planes de sprint (historico)
|
|
```
|
|
|
|
---
|
|
|
|
## Cumplimiento SIMCO-ESTANDAR-ORCHESTRATION
|
|
|
|
### Archivos Root (10/10 COMPLETO)
|
|
|
|
| # | Archivo | Estado | Proposito |
|
|
|---|---------|--------|-----------|
|
|
| 1 | `_MAP.md` | OK | Mapa de navegacion |
|
|
| 2 | `_inheritance.yml` | OK | Define herencia PROVIDER |
|
|
| 3 | `BOOTLOADER.md` | OK | Protocolo arranque NEXUS |
|
|
| 4 | `CONTEXT-MAP.yml` | OK | Contexto para agentes |
|
|
| 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 COMPLETO)
|
|
|
|
| Carpeta | Estado | Contenido |
|
|
|---------|--------|-----------|
|
|
| `00-guidelines/` | OK | Guias del proyecto |
|
|
| `inventarios/` | OK | Inventarios por capa |
|
|
| `trazas/` | OK | Trazas de tareas |
|
|
|
|
### Carpeta de Archivo
|
|
|
|
| Carpeta | Contenido |
|
|
|---------|-----------|
|
|
| `_archive/` | Archivos no estandar y documentacion historica |
|
|
|
|
---
|
|
|
|
## Archivos Clave
|
|
|
|
| Archivo | Proposito | Alias |
|
|
|---------|-----------|-------|
|
|
| `_inheritance.yml` | Define que es PROVIDER y a quien exporta | @INHERIT |
|
|
| `BOOTLOADER.md` | Secuencia de arranque de 5 pasos | @BOOT |
|
|
| `CONTEXT-MAP.yml` | Contexto para agentes | @CONTEXT |
|
|
| `PROJECT-STATUS.md` | Estado actual | @STATUS |
|
|
| `PROXIMA-ACCION.md` | Siguiente accion pendiente | @NEXT |
|
|
|
|
---
|
|
|
|
## Rol: PROVIDER (L1A)
|
|
|
|
Template SaaS es **PROVEEDOR** de patrones arquitectonicos:
|
|
|
|
```
|
|
template-saas (PROVIDER L1A)
|
|
|
|
|
+---> erp-core (INTERMEDIATE L1B)
|
|
| +---> erp-clinicas
|
|
| +---> erp-construccion
|
|
| +---> erp-mecanicas-diesel
|
|
| +---> erp-retail
|
|
| +---> erp-vidrio-templado
|
|
|
|
|
+---> gamilit (CONSUMER L2)
|
|
+---> michangarrito (CONSUMER L2)
|
|
+---> trading-platform (CONSUMER L2)
|
|
```
|
|
|
|
---
|
|
|
|
## Navegacion Rapida
|
|
|
|
- **Iniciar sesion:** Leer `BOOTLOADER.md` -> `CONTEXT-MAP.yml` -> `PROXIMA-ACCION.md`
|
|
- **Ver estado:** `PROJECT-STATUS.md`
|
|
- **Ver inventarios:** `inventarios/MASTER_INVENTORY.yml`
|
|
- **Ver trazas:** `trazas/TRAZA-TAREAS-*.md`
|
|
- **Ver tareas:** `tareas/_INDEX.yml`
|
|
- **Ver herencia:** `_inheritance.yml`
|
|
- **Archivos historicos:** `_archive/`
|
|
|
|
---
|
|
|
|
## Referencia
|
|
|
|
Este proyecto cumple con **SIMCO-ESTANDAR-ORCHESTRATION v1.0.0**.
|
|
Ubicacion del estandar: `workspace-v2/orchestration/directivas/simco/SIMCO-ESTANDAR-ORCHESTRATION.md`
|
|
|
|
---
|
|
|
|
*Sistema SIMCO v4.3.0 + NEXUS v4.0*
|
|
*Estructura estandarizada: 2026-01-24*
|