What problem does it solve?
This Skill reduces slow, error-prone development cycles for .NET by giving you a repeatable workflow for planning, parallel execution, automated formatting, and verification-driven quality control.
Core Features & Use Cases
- Parallel execution with git worktrees: Run multiple Claude sessions at once (feature work, bug fixes, tests, architecture review) with minimal conflicts and clear separation.
- Plan-then-execute strategy: Use plan mode to produce a higher-confidence implementation plan for multi-file or architecture-impacting tasks, then execute with auto-accept.
- Verification and feedback loops: Enforce a structured quality gate using .NET commands (build/test/diagnostics/format verification) and “prove it” prompting to prevent superficial fixes.
- Automation and permissions setup: Add post-write formatting hooks and pre-allow safe dotnet CLI permissions to eliminate friction and CI formatting failures.
- Prompting and subagent patterns: Use staff-style challenge prompts and optional subagents (e.g., verify-api, code-simplifier) to improve correctness and maintainability.
Quick Start
Load this skill and ask Claude: "Set up a parallel worktree workflow for my .NET repository, plan a non-trivial change in plan mode, then verify it by running dotnet build, dotnet test, and format verification before I accept the result."