mvu-refactor-plan
Installation
SKILL.md
MVU refactor (CMake + elomaxz)
When to use
- User attaches or references an implementation plan for CMake + elomaxz MVU
- Refactoring model/view/update structure in a C project
- Integrating patterns from the elomaxz library
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.