.NET Router Skill
Primary router skill for broad .NET work.
dotnet skills install dotnet
Adopt MCAF governance in a .NET repository with the right AGENTS.md layout, repo-native docs, skill installation, verification rules, and non-trivial task workflow. Use when bootstrapping or updating MCAF alongside the dotnet-skills catalog.
.NET workAGENTS.md files to follow a durable repo workflowdotnet-* implementation skills to install together- tutorial: https://mcaf.managed-code.com/tutorial - concepts: https://mcaf.managed-code.com/ - public MCAF skills: https://mcaf.managed-code.com/skills
AGENTS.md at the repository or solution root.AGENTS.md only when the solution has multiple projects with genuinely different local rules.dotnet-mcaf-*) for process areas and dotnet-* implementation skills for framework work. Check references/skill-map.md for overlap before adding duplicate surfaces.| Concern | Skill | |---------|-------| | Delivery workflow and feedback loops | dotnet-mcaf-agile-delivery | | Developer onboarding and local inner loop | dotnet-mcaf-devex | | Durable docs structure and source-of-truth placement | dotnet-mcaf-documentation | | Executable feature behaviour docs | dotnet-mcaf-feature-spec | | Human review for large AI-generated drops | dotnet-mcaf-human-review-planning | | ML/AI product delivery process | dotnet-mcaf-ml-ai-delivery | | Explicit quality attributes and trade-offs | dotnet-mcaf-nfr | | Branch, merge, and release hygiene | dotnet-mcaf-source-control | | Design-system, accessibility, front-end direction | dotnet-mcaf-ui-ux |
`` docs/ ├── Architecture.md ├── Features/ ├── ADR/ ├── Testing/ ├── Development/ └── Operations/ ``
AGENTS.md: <slug>.brainstorm.md then <slug>.plan.md then implementation and validation.flowchart LR
A["Adopt MCAF"] --> B["Root AGENTS.md"]
B --> C{"Multi-project?"}
C -->|Yes| D["Project-local AGENTS.md"]
C -->|No| E["Root policy only"]
B --> F["Install mcaf-* governance skills"]
B --> G["Install dotnet-* implementation skills"]
D --> H["Document boundaries and commands"]
E --> H
F --> I["Repo-native docs scaffolds"]
G --> J[".NET implementation guidance"]
H --> K["Run full quality pass"]
I --> K
J --> KAGENTS.md responsibilitiesmcaf-* governance and dotnet-* implementation skillsAGENTS.md exists at the repository or solution rootAGENTS.md files exist only where genuinely neededPrimary router skill for broad .NET work.
dotnet skills install dotnet
Design or review .NET solution architecture across modular monoliths, clean architecture, vertical slices, microservices, DDD, CQRS, and cloud-native boundaries without…
dotnet skills install architecture
Review .NET changes for bugs, regressions, architectural drift, missing tests, incorrect async or disposal behavior, and platform-specific pitfalls before you approve or merge…
dotnet skills install code-review