PC Scope WPF Skill
When to use
- •WPF/XAML architecture and module boundaries.
- •MVVM data flow from transport -> parser -> engine -> UI.
- •Threading and Dispatcher safety.
Workflow
- •Lock module boundaries and ownership.
- •Validate transport -> parser -> data engine pipeline.
- •Ensure UI updates are Dispatcher-safe and lightweight.
- •Run checklist in
references/perf-checklist.md. - •Document regressions and fallback behavior.
Required outputs
- •Updated boundary map and key interfaces.
- •Thread handoff description.
- •Performance delta under representative load.
Reference files
- •
references/mvvm-patterns.md - •
references/perf-checklist.md