mvu-refactor-plan
Installation
SKILL.md
MVU refactor (premflow)
When to use
- User attaches or references an implementation plan for CMake + elomaxz MVU
- Refactoring premflow model/view/update structure
- Integrating patterns from elomaxz repo
Steps
- Read the attached plan and existing
CMakeLists.txt, model, and app entry points. - Grep for symbols mentioned in the plan before moving files.
- Implement in small steps: CMake → headers →
.c→ build after each logical chunk. - Run build; fix compiler errors before next step.
- Update README/license only after core build passes.