Define product scope and MVP boundaries #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context:\nWe need a local program to manage two very different model ecosystems: ComfyUI image models and Ollama LLM models. The first version should avoid becoming a generic AI marketplace or full ComfyUI/Ollama replacement.\n\nRequirements:\n- Define the exact MVP workflows.\n- Decide which operations are read-only, destructive, or long-running.\n- Document what is intentionally out of scope for v0.1.\n- Capture local assumptions discovered on Vince's machine:\n - ComfyUI app: /home/vince/ai/apps/ComfyUI\n - ComfyUI model root: /home/vince/ai/models/comfyui\n - Ollama binary: /usr/local/bin/ollama\n - Ollama service runs via systemd as user ollama\n - Modelfiles live under /home/vince/ai/models/modelfiles\n\nAcceptance criteria:\n- A short scope document exists in the repo.\n- MVP and post-MVP features are separated.\n- Destructive actions require explicit confirmation in the product spec.