# Herencia SIMCO - Platform Marketing Content **Sistema:** SIMCO v3.8.0 + CAPVED + CCA Protocol + Estándares Documentación + Mantenimiento Docs **Fecha:** 2026-01-10 --- ## Configuración del Proyecto | Propiedad | Valor | |-----------|-------| | **Proyecto** | Platform Marketing Content | | **Nivel** | STANDALONE | | **Padre** | core/orchestration | | **SIMCO Version** | 3.8.0 | | **CAPVED** | Habilitado | | **CCA Protocol** | Habilitado | ## Jerarquía de Herencia ``` Nivel 0: core/orchestration/ ← FUENTE PRINCIPAL │ └── STANDALONE: platform_marketing_content/orchestration/ ← ESTE PROYECTO ``` --- ## Directivas Heredadas de CORE (OBLIGATORIAS) ### Ciclo de Vida | Alias | Propósito | |-------|-----------| | `@TAREA` | Punto de entrada para toda HU | | `@CAPVED` | Ciclo de 6 fases | | `@INICIALIZACION` | Bootstrap de agentes | ### Operaciones Universales | Alias | Propósito | |-------|-----------| | `@CREAR` | Crear archivos nuevos | | `@MODIFICAR` | Modificar existentes | | `@VALIDAR` | Validar código | | `@DOCUMENTAR` | Documentar trabajo | | `@BUSCAR` | Buscar información | | `@DELEGAR` | Delegar a subagentes | ### Principios Fundamentales | Alias | Resumen | |-------|---------| | `@CAPVED` | Toda tarea pasa por 6 fases | | `@DOC_PRIMERO` | Consultar docs/ antes de implementar | | `@ANTI_DUP` | Verificar que no existe | | `@VALIDACION` | Build y lint DEBEN pasar | | `@TOKENS` | Desglosar tareas grandes | --- ## Directivas por Dominio Técnico | Alias | Aplica | Notas | |-------|--------|-------| | `@OP_DDL` | **SÍ** | Schemas de contenido | | `@OP_BACKEND` | **SÍ** | APIs de marketing | | `@OP_FRONTEND` | **SÍ** | CMS/Dashboard | | `@OP_MOBILE` | Por definir | - | | `@OP_ML` | **SÍ** | Generación de contenido IA | --- ## Patrones Heredados (OBLIGATORIOS) Todos los patrones de `core/orchestration/patrones/` aplican. --- ## Variables de Contexto CCA ```yaml PROJECT_NAME: "platform_marketing_content" PROJECT_LEVEL: "STANDALONE" PROJECT_ROOT: "/home/isem/workspace-v1/projects/platform_marketing_content" DB_DDL_PATH: "database/ddl" BACKEND_ROOT: "backend/src" FRONTEND_ROOT: "frontend/src" MASTER_INVENTORY: "orchestration/inventarios/MASTER_INVENTORY.yml" ``` --- ## Mapeo: Directivas Antiguas → SIMCO | Directiva Antigua | Reemplazada Por | Alias | |-------------------|-----------------|-------| | `DIRECTIVA-FLUJO-5-FASES.md` | `SIMCO-TAREA.md` + `PRINCIPIO-CAPVED.md` | @TAREA, @CAPVED | | `DIRECTIVA-VALIDACION-SUBAGENTES.md` | `SIMCO-VALIDAR.md` | @VALIDAR | | `POLITICAS-USO-AGENTES.md` | `SIMCO-DELEGACION.md` | @DELEGAR | --- **Sistema:** SIMCO v2.2.0 + CAPVED + CCA Protocol **Nivel:** STANDALONE **Última actualización:** 2025-12-08