What problem does it solve?
It solves the problem of Windows app codebases drifting into inconsistent folder/project structure, causing hard-to-maintain files, unclear ownership of UI vs logic, and messy workspace/content layouts.
Core Features & Use Cases
- Project boundary enforcement: Keeps WinUI host concerns in
ChurchPresenter, testable application logic in ChurchPresenter.Application, and portable core/file-format code in ChurchPresenter.Core.
- Deterministic placement rules: Guides where pages, view models, controls, services, converters, resources, and interop should live to prevent UI, XAML, and application logic from collapsing into monolithic files.
- Workspace/content layout preservation: Maintains canonical TitleCase folder structure and correct state location rules (including migration compatibility) when reorganizing workspace/content logic.
- Cleanup and splitting workflow: Identifies dead code and stale files from recent refactors/renames and splits mixed-purpose files into smaller focused units.
Quick Start
Use windows-app-organization-maintenance to review recent changes under apps/windows, reorganize code into the correct Windows projects and folders, preserve the canonical content/workspace layout, and remove any unused or dead files.