# Whisper-Server GGUF Association Implementation Plan
> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking.
**Goal:** Let whisper-server simulated models on the Local Models page use either a downloaded local GGUF file or a manual path, while keeping the persisted whisper-server model schema unchanged.
**Architecture:** Extend the existing whisper-server builder in `codai/admin/templates/models.html` with a model-source selector and reuse the already-loaded GGUF cache inventory to populate a dropdown of downloaded files. Keep `POST /admin/api/model-configure` as the only persistence path, but tighten whisper-server validation around the final resolved `model_path` so both source modes converge to the same saved config shape.