erp-core/docs/08-epicas
rckrdmrd 4c4e27d9ba feat: Documentation and orchestration updates
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 05:35:20 -06:00
..
EPIC-MGN-001-auth.md Initial commit - erp-core 2026-01-04 06:12:07 -06:00
EPIC-MGN-002-users.md Initial commit - erp-core 2026-01-04 06:12:07 -06:00
EPIC-MGN-003-roles.md Initial commit - erp-core 2026-01-04 06:12:07 -06:00
EPIC-MGN-004-tenants.md Initial commit - erp-core 2026-01-04 06:12:07 -06:00
EPIC-MGN-005-catalogs.md Initial commit - erp-core 2026-01-04 06:12:07 -06:00
EPIC-MGN-006-settings.md Initial commit - erp-core 2026-01-04 06:12:07 -06:00
EPIC-MGN-007-audit.md Initial commit - erp-core 2026-01-04 06:12:07 -06:00
EPIC-MGN-008-notifications.md Initial commit - erp-core 2026-01-04 06:12:07 -06:00
EPIC-MGN-009-reports.md feat: Documentation and orchestration updates 2026-01-07 05:35:20 -06:00
EPIC-MGN-010-financial.md Initial commit - erp-core 2026-01-04 06:12:07 -06:00
EPIC-MGN-011-inventory.md Initial commit - erp-core 2026-01-04 06:12:07 -06:00
EPIC-MGN-012-purchasing.md Initial commit - erp-core 2026-01-04 06:12:07 -06:00
EPIC-MGN-013-sales.md Initial commit - erp-core 2026-01-04 06:12:07 -06:00
EPIC-MGN-014-crm.md Initial commit - erp-core 2026-01-04 06:12:07 -06:00
EPIC-MGN-015-projects.md Initial commit - erp-core 2026-01-04 06:12:07 -06:00
EPIC-MGN-016-billing.md Initial commit - erp-core 2026-01-04 06:12:07 -06:00
EPIC-MGN-017-payments.md Initial commit - erp-core 2026-01-04 06:12:07 -06:00
EPIC-MGN-017-stripe-integration.md Initial commit - erp-core 2026-01-04 06:12:07 -06:00
EPIC-MGN-018-whatsapp.md Initial commit - erp-core 2026-01-04 06:12:07 -06:00
EPIC-MGN-019-ai-agents.md Initial commit - erp-core 2026-01-04 06:12:07 -06:00
EPIC-MGN-019-mobile-apps.md Initial commit - erp-core 2026-01-04 06:12:07 -06:00
EPIC-MGN-020-onboarding.md Initial commit - erp-core 2026-01-04 06:12:07 -06:00
EPIC-MGN-021-ai-tokens.md Initial commit - erp-core 2026-01-04 06:12:07 -06:00
README.md Initial commit - erp-core 2026-01-04 06:12:07 -06:00

Epicas - ERP Core

Version: 1.0.0 Fecha: 2025-12-05 Proyecto: ERP Core (Base Reutilizable Multi-Proyecto + SaaS)


Resumen de Epicas

Fase Codigo Nombre Prioridad Estado SP
1 EPIC-MGN-001 Autenticacion P0 Ready 34
1 EPIC-MGN-002 Usuarios P0 Ready 21
1 EPIC-MGN-003 Roles y Permisos P0 Ready 26
1 EPIC-MGN-004 Multi-Tenancy P0 Ready 21
2 EPIC-MGN-005 Catalogos Maestros P1 Backlog 34
2 EPIC-MGN-006 Configuracion P1 Backlog 13
2 EPIC-MGN-010 Financiero Basico P1 Backlog 55
2 EPIC-MGN-011 Inventario P1 Backlog 42
2 EPIC-MGN-012 Compras P1 Backlog 34
2 EPIC-MGN-013 Ventas P1 Backlog 42
3 EPIC-MGN-007 Auditoria P2 Backlog 13
3 EPIC-MGN-008 Notificaciones P2 Backlog 21
3 EPIC-MGN-009 Reportes P2 Backlog 26
3 EPIC-MGN-014 CRM Basico P2 Backlog 34
3 EPIC-MGN-015 Proyectos P2 Backlog 26
4 EPIC-MGN-016 Billing SaaS P3 Backlog 42
4 EPIC-MGN-017 Payments POS P3 Backlog 34
4 EPIC-MGN-018 WhatsApp Business P3 Backlog 42
4 EPIC-MGN-019 AI Agents P3 Backlog 55

Total Story Points: 615 SP


Fases de Implementacion

Fase 1: Foundation (P0) - 102 SP

Modulos criticos sin los cuales el sistema no funciona.

Fase 2: Core Business (P1) - 220 SP

Modulos de negocio esenciales para operacion.

Fase 3: Extended (P2) - 120 SP

Funcionalidades extendidas y complementarias.

Fase 4: SaaS Platform (P3) - 173 SP

Modulos avanzados para plataforma SaaS.


Dependencias entre Epicas

Fase 1 (Foundation)
├── EPIC-MGN-001 Auth (base)
│   ├── EPIC-MGN-002 Users
│   │   └── EPIC-MGN-003 Roles
│   └── EPIC-MGN-004 Tenants

Fase 2 (Core Business)
├── EPIC-MGN-005 Catalogs (depende de MGN-004)
│   ├── EPIC-MGN-010 Financial
│   ├── EPIC-MGN-011 Inventory
│   │   ├── EPIC-MGN-012 Purchasing
│   │   └── EPIC-MGN-013 Sales
└── EPIC-MGN-006 Settings (depende de MGN-004)

Fase 3 (Extended)
├── EPIC-MGN-007 Audit (depende de MGN-001, MGN-004)
├── EPIC-MGN-008 Notifications (depende de MGN-002)
├── EPIC-MGN-009 Reports (depende de MGN-004)
├── EPIC-MGN-014 CRM (depende de MGN-005)
└── EPIC-MGN-015 Projects (depende de MGN-002, MGN-005)

Fase 4 (SaaS Platform)
├── EPIC-MGN-016 Billing (depende de MGN-004)
│   ├── EPIC-MGN-017 Payments (depende de MGN-010)
│   └── EPIC-MGN-018 WhatsApp (depende de MGN-005)
│       └── EPIC-MGN-019 AI Agents

Convenciones

Nomenclatura

  • Epica: EPIC-MGN-{NNN}-{nombre}
  • Historia: US-MGN{NNN}-{NNN}
  • Tarea DB: DB-MGN{NNN}-{NNN}
  • Tarea Backend: BE-MGN{NNN}-{NNN}
  • Tarea Frontend: FE-MGN{NNN}-{NNN}

Story Points (Fibonacci)

SP Complejidad Duracion Aprox
1 Trivial < 2h
2 Simple 2-4h
3 Moderada 4-8h
5 Media 1-2 dias
8 Alta 2-3 dias
13 Muy Alta 3-5 dias
21 Epica pequena 1 semana

Ultima actualizacion: 2025-12-05 Agente: Requirements-Analyst