What problem does it solve?
C#/.NET project work often suffers from scattered approaches to planning, architecture, and debugging. This Skill provides structured guidance that emphasizes upfront planning, code navigation, and safe validation by prioritizing dotnet CLI workflows and static analysis, while explicitly prohibiting runtime runs.
Core Features & Use Cases
- Plan and structure C# projects across solution boundaries, library boundaries, and test suites.
- Use Grep/SemanticSearch and sub-agents to locate relevant code areas, propose refactor steps, and gather information from project files, documents, and internet sources.
- Debug and validate changes through static checks and compilation, ensuring build success as the completion criterion.
Quick Start
Provide a C# project or problem description, and I will analyze requirements, outline an architecture, propose changes, and validate them via dotnet build.