trading-platform/orchestration/tareas/_archive/2026-01/TASK-2026-01-25-FRONTEND-ANALYSIS/03-PLANEACION.md
Adrian Flores Cortes df43dd90cb [F0-F2] feat: Coherence analysis baseline + entity types + frontend stores
FASE 0 - Preparación y Purga:
- Archived 21 completed tasks to _archive/2026-01/
- Marked 4 docs as DEPRECATED
- Created 3 baseline coherence reports

FASE 1 - DDL-Backend Coherence:
- audit.types.ts: +4 types (SystemEvent, TradingAudit, ApiRequestLog, DataAccessLog)
- investment.types.ts: +4 types (RiskQuestionnaire, WithdrawalRequest, DailyPerformance, DistributionHistory)
- entity.types.ts: +5 types (Symbol, TradingBot, TradingSignal, TradingMetrics, PaperBalance)

FASE 2 - Backend-Frontend Coherence:
- investmentStore.ts: New Zustand store with 20+ actions
- mlStore.ts: New Zustand store with signal caching
- alerts.service.ts: New service with 15 functions

FASE 3 - Documentation:
- OQI-009: Updated to 100% coverage, added ET-MKT-004-productos.md
- OQI-010: Created full structure (STATUS.md, ROADMAP-MT4.md, ET-MT4-001-gateway.md)

Coherence Baseline Established:
- DDL-Backend: 31% (target 95%)
- Backend-Frontend: 72% (target 85%)
- Global: 39.6% (target 90%)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 22:08:04 -06:00

3.0 KiB

Fase P - Planeacion

Tarea: TASK-2026-01-25-FRONTEND-ANALYSIS Fecha: 2026-01-25


Plan de Ejecucion

FASE 1: Sincronizacion de Inventarios

Subtarea Artefacto Estado
ST-001 Actualizar MASTER_INVENTORY.yml COMPLETADA
ST-002 Completar FRONTEND_INVENTORY.yml COMPLETADA
ST-003 Completar BACKEND_INVENTORY.yml COMPLETADA

FASE 2: Especificaciones Frontend (5 documentos)

Subtarea Artefacto Agente Estado
ST-004 ET-AUTH-006-frontend.md haiku-1 COMPLETADA
ST-005 ET-ML-008-frontend.md haiku-2 COMPLETADA
ST-006 ET-LLM-007-frontend.md haiku-3 COMPLETADA
ST-007 ET-PFM-008-frontend.md haiku-4 COMPLETADA
ST-008 ET-MKT-003-frontend.md haiku-5 COMPLETADA

FASE 3: Historias de Usuario (8 documentos)

Subtarea Artefacto Agente Estado
ST-009 US-AUTH-013-logout-global.md haiku-1 COMPLETADA
ST-010 US-AUTH-014-gestion-dispositivos.md haiku-2 COMPLETADA
ST-011 US-ML-008-ver-ensemble-signal.md haiku-3 COMPLETADA
ST-012 US-ML-009-ver-ict-analysis.md haiku-4 COMPLETADA
ST-013 US-ML-010-scan-multisimbolo.md haiku-5 COMPLETADA
ST-014 US-LLM-011-ejecutar-trade-desde-chat.md haiku-6 COMPLETADA
ST-015 US-PFM-013-alerta-rebalanceo.md haiku-7 COMPLETADA
ST-016 US-PFM-014-generar-pdf.md haiku-8 COMPLETADA

FASE 4: Documentacion de Coherencia

Subtarea Artefacto Estado
ST-017 API-FRONTEND-COVERAGE-MATRIX.md COMPLETADA
ST-018 FILE-GENERATION-SPEC.md COMPLETADA

Ubicacion: docs/90-transversal/analisis/

FASE 5: Cierre y Commit

Subtarea Descripcion Estado
ST-019 Actualizar _INDEX.yml COMPLETADA
ST-020 Commit y push trading-platform COMPLETADA
ST-021 Update submodule workspace-v2 COMPLETADA

Estrategia de Paralelizacion

Fase 2: 5 subagentes haiku en paralelo
        │
        ├── haiku-1 → ET-AUTH-006
        ├── haiku-2 → ET-ML-008
        ├── haiku-3 → ET-LLM-007
        ├── haiku-4 → ET-PFM-008
        └── haiku-5 → ET-MKT-003

Fase 3: 8 subagentes haiku en paralelo
        │
        ├── haiku-1 → US-AUTH-013
        ├── haiku-2 → US-AUTH-014
        ├── haiku-3 → US-ML-008
        ├── haiku-4 → US-ML-009
        ├── haiku-5 → US-ML-010
        ├── haiku-6 → US-LLM-011
        ├── haiku-7 → US-PFM-013
        └── haiku-8 → US-PFM-014

Criterios de Aceptacion

Funcionales

  • Todos los modulos tienen especificacion frontend
  • Historias de usuario cubren funcionalidades identificadas
  • Formato coherente con documentos existentes

Tecnicos

  • Archivos en rutas correctas segun estructura OQI
  • Commits siguiendo convencion SIMCO-GIT
  • Submodule actualizado en workspace-v2