development-workflow

Standardize .NET development workflows with planning, implementation, and validation phases.

4|1|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/DoubleslashSE/claude-marketplace --skill development-workflow-doubleslashse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: development-workflow
Source: https://github.com/DoubleslashSE/claude-marketplace/tree/main/Plugins/dotnet-developer/skills/development-workflow
Command: npx skills add https://github.com/DoubleslashSE/claude-marketplace --skill development-workflow-doubleslashse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a standardized approach for planning, implementing, and validating .NET development work, reducing drift and speeding delivery.

Core Features & Use Cases

  • Understand Task: read requirements and explore code to plan changes.
  • Implement Changes: follow established patterns for code updates and refactoring.
  • Validate: build, test, and analyze results per quality gates.
  • Use Case: a developer needs to add a new feature and ensure all tests pass before committing.

Quick Start

Review requirements, identify tasks, and apply the development-workflow patterns to scope the work. Then implement changes following the repository patterns, run dotnet build and dotnet test, and finally verify results against the quality gates before committing.

Frequently Asked Questions about development-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I standardize a .NET development workflow for feature development and bug fixes?

You can standardize a .NET development workflow by applying patterns for understanding tasks, implementing changes, and validating build and test results against quality gates before committing. This reduces drift and speeds delivery across C# codebases.

What's the best way to validate C# code changes before committing to the repository?

The best way to validate C# code changes is to run dotnet build and dotnet test, then verify the results against predefined quality gates. This ensures all tests pass and the code meets standards before committing.

Can I use this workflow for refactoring existing .NET codebases?

Yes, you can use this workflow for refactoring existing .NET codebases. It guides you to explore code to plan changes, implement updates following established repository patterns, and validate the build and test results.

What steps are involved in a standardized .NET build and test workflow?

Steps include understanding requirements and exploring code, implementing changes following repository patterns, running dotnet build and dotnet test, and verifying results against quality gates before committing.

Does this development workflow enforce specific quality gates for C# projects?

Yes, the development workflow enforces specific quality gates. It prescribes commands for validation, requiring developers to run dotnet build and dotnet test, and verify results before marking work as ready to commit.

When do I need a standardized workflow for dotnet build and test validation?

You need a standardized workflow for dotnet build and test validation when adding new features, fixing bugs, or refactoring, to ensure code changes meet quality gates and tests pass before committing.