Incremental Implementation

Delivers .NET/C# changes incrementally — thin vertical slices with dotnet build + dotnet test verification between each. Use when implementing any feature that touches more than one project or assembly. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.

peterblazejewicz 333a735 13.7 KB Updated

File contents

peterblazejewicz/claude-plugins/tree/main/plugins/dotnet-skills/skills/incremental-implementation commit 333a7358c8

Frequently asked questions

npx skillmds@latest add peterblazejewicz/incremental-implementation