Central logic controller for Task operations.
This is the single source of truth for all business logic (create, update, delete, etc.).
All UI layers (TUI, GUI, Mobile) must delegate actions to this controller to ensure
consistent behavior for both online and offline operations.