wpf-view-workflow

Standardizes creating or updating WPF Views and ViewModels in Cvnet10Wpfclient with menu wiring and validation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sekiya-sato/obsolete-cvnet10 --skill wpf-view-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wpf-view-workflow
Source: https://github.com/sekiya-sato/obsolete-cvnet10/tree/main/.agents/skills/wpf-view-workflow
Command: npx skills add https://github.com/sekiya-sato/obsolete-cvnet10 --skill wpf-view-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill standardizes the end-to-end workflow for creating or updating WPF Views and their corresponding ViewModels in Cvnet10Wpfclient, ensuring consistent patterns, wiring, and validation across screens.

Core Features & Use Cases

  • Standardized steps for creating new View.xaml and its ViewModel.cs, including naming, inheritance, and binding setup.
  • Menu wiring and activation integration to enable screen launch from the application's navigation.
  • Validation and review steps to verify layout, binding correctness, and build viability across changes.

Quick Start

Open a new or existing Cvnet10Wpfclient screen and follow the defined steps to add or modify the view and viewmodel, wire it into the menu, and run a build to verify.

Frequently Asked Questions about wpf-view-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a new WPF View and ViewModel using MVVM patterns?

Creating a WPF View and ViewModel involves following a standardized workflow for file creation, naming, inheritance, and XAML binding setup to ensure consistent MVVM patterns across application screens.

What is the best way to wire a WPF screen into the application menu?

Wiring a WPF screen into the menu requires integrating the new View with MenuData.cs for launcher access, ensuring proper screen activation and navigation from the application's menu system.

How do I update an existing WPF View and ViewModel without breaking bindings?

Updating an existing WPF View and ViewModel requires running validation and review steps to verify layout, binding correctness, and build viability while adhering to wpf-project-guide conventions and MVVM patterns.

Does the WPF development workflow require wpf-project-guide conventions?

Yes, the WPF development workflow strictly requires adherence to wpf-project-guide conventions and MVVM patterns to ensure standardized integration, consistent screen wiring, and reliable build validation across the Cvnet10Wpfclient application.

What steps are needed to validate a new WPF screen before finishing the build?

Validating a new WPF screen involves checking layout correctness, verifying XAML to ViewModel bindings, and running a build to confirm viability, ensuring the screen integrates properly with the Cvnet10Wpfclient and menu navigation.