Analysis and Documentation: - Add ANALISIS-ALINEACION-WORKSPACE-2025-12-08.md with comprehensive gap analysis - Document SIMCO v3.2 system with 20+ directives - Identify alignment gaps between orchestration and projects New SaaS Products Structure: - Create apps/products/pos-micro/ - Ultra basic POS (~100 MXN/month) - Target: Mexican informal market (street vendors, small stores) - Features: Offline-first PWA, WhatsApp bot, minimal DB (~10 tables) - Create apps/products/erp-basico/ - Austere ERP (~300-500 MXN/month) - Target: SMBs needing full ERP without complexity - Features: Inherits from erp-core, modular pricing SaaS Layer: - Create apps/saas/ structure (billing, portal, admin, onboarding) - Add README.md and CONTEXTO-SAAS.md documentation Vertical Alignment: - Verify HERENCIA-ERP-CORE.md exists in all verticals - Add HERENCIA-SPECS-CORE.md to verticals - Update orchestration inventories Updates: - Update WORKSPACE-STATUS.md with new products and analysis - Update suite inventories with new structure 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| 00-guidelines | ||
| analisis | ||
| directivas | ||
| estados | ||
| inventarios | ||
| prompts | ||
| trazas | ||
| NAMING-CONVENTIONS.md | ||
| PROXIMA-ACCION.md | ||
| README.md | ||
Sistema de Orquestación - ERP Construcción (Vertical)
Descripción
Sistema de orquestación de agentes NEXUS para el proyecto ERP Construcción. Este proyecto extiende erp-core y tiene documentación específica para 15 módulos MAI-* y 3 épicas MAE-*.
Estructura de Directorios
orchestration/
├── 00-guidelines/ # Contexto y directivas
│ ├── CONTEXTO-PROYECTO.md # Configuración del proyecto
│ └── HERENCIA-DIRECTIVAS.md # Mapeo de directivas heredadas
│
├── 01-analisis/ # Fase 1: Análisis
├── 02-planeacion/ # Fase 2: Planeación
├── 03-tareas/ # Descomposición de work
├── 04-ejecucion-logs/ # Fase 4: Logs
├── 05-validaciones/ # Validaciones (pre/durante/post)
│ ├── pre/
│ ├── durante/
│ └── post/
├── 06-subagentes/ # Gestión de subagentes
│
├── agentes/ # Ejecuciones por agente
├── directivas/ # Directivas específicas de construcción
├── estados/ # Estado de agentes
├── inventarios/ # Inventarios YAML
├── prompts/ # Prompts específicos
├── reportes/ # Reportes de ciclos
├── templates/ # Templates
├── trazas/ # Historial de tareas
│
├── PROXIMA-ACCION.md # Siguiente tarea
└── README.md # Este archivo
Herencia de Directivas
Este proyecto hereda directivas en orden:
- Globales:
/home/isem/workspace/core/orchestration/directivas/ - ERP-Suite:
/home/isem/workspace/projects/erp-suite/orchestration/directivas/ - ERP-Core:
../../../erp-core/orchestration/directivas/ - Construcción:
./directivas/
Documentación Disponible
Este proyecto cuenta con 403+ archivos de documentación técnica:
/docs/
├── 01-fase-alcance-inicial/ # 15 módulos MAI-*
│ ├── MAI-001-fundamentos/
│ ├── MAI-002-proyectos/
│ ├── ...
│ └── MAI-013-administracion/
├── 02-fase-enterprise/ # 3 épicas MAE-*
│ ├── MAE-014-finanzas/
│ ├── MAE-015-activos/
│ └── MAE-016-dms/
├── 02-modelado/
│ └── database-design/schemas/ # 11 archivos SQL
└── 03-fase-avanzada/ # MAA-017 HSE
Uso Rápido
# Ver siguiente tarea
cat PROXIMA-ACCION.md
# Ver contexto
cat 00-guidelines/CONTEXTO-PROYECTO.md
# Ver directivas heredadas
cat 00-guidelines/HERENCIA-DIRECTIVAS.md
# Ver módulos disponibles
ls ../docs/01-fase-alcance-inicial/
# Ver schemas SQL
ls ../docs/02-modelado/database-design/schemas/
Flujo de 5 Fases
Toda tarea debe seguir:
- Análisis →
01-analisis/ - Planeación →
02-planeacion/ - Validación →
05-validaciones/pre/ - Ejecución →
04-ejecucion-logs/ - Cierre →
05-validaciones/post/
Referencias
Sistema NEXUS - ERP Construcción (Vertical)