What problem does it solve? When working on .NET projects, it is hard to know which of the 23 available engineering workflow skills applies to your current task. This meta-skill maps any task to the correct skill across the Define, Plan, Build, Verify, Review, and Ship phases, so you never start work without the right process guidance. ## Core Features & Use Cases - Phase-Based Discovery Tree: Routes tasks like spec writing, Avalonia UI work, integration testing, or performance tuning to the matching skill such as spec-driven-development or integration-testing-dotnet. - Core Operating Behaviors: Enforces six cross-cutting rules including surfacing assumptions, managing confusion, pushing back on bad approaches, and verifying with dotnet test and dotnet build. - Lifecycle Sequences: Provides ready-made skill chains for common scenarios like bug fixes, performance hotfixes, and schema migrations. - Use Case: You start a session unsure how to add a feature to an Avalonia app. This skill directs you through spec-driven-development, incremental-implementation, frontend-ui-engineering-avalonia, and test-driven-development in the right order. ## Quick Start Ask the assistant which dotnet-skills workflow applies to your current .NET task, or run /dotnet-skills to list all skills grouped by phase.