What problem does it solve? .NET work spans many specialized concerns — BDD testing, domain modeling, flaky tests, hosted services, logging, MCP servers, encryption, CLI parsing, and NuGet publishing — and picking the wrong guidance wastes effort. This gateway skill matches your task to exactly one specialized dotnet skill so you load only the deep guidance you need. ## Core Features & Use Cases - Task Routing: Matches your task against a keyword table and manifest.json triggers to select exactly one of eleven member skills. - Eleven Specialized Members: Covers Reqnroll BDD testing, immutable domain modeling, flaky test diagnosis, BackgroundService review and testing, LoggerMessage design, MCP server implementation, SQLCipher encryption, System.CommandLine parsing, NuGet tool publishing, and observability contract review. - Use Case: You need to add Gherkin feature files to a .NET project. The gateway routes you to dotnet-bdd-testing, which provides the verified Reqnroll + xunit.v3 integration recipe instead of the end-of-life SpecFlow. ## Quick Start Ask the agent to use the dotnet-workload skill to pick the right specialized guide for your .NET task, such as diagnosing a flaky test or publishing a NuGet tool.