workflow-mastery

Optimize .NET development workflows with git worktrees and automated verification loops.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/AlexanderRadevich/SportowyHub_clientApp --skill workflow-mastery-alexanderradevich
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-mastery
Source: https://github.com/AlexanderRadevich/SportowyHub_clientApp/tree/main/.claude/skills/workflow-mastery
Command: npx skills add https://github.com/AlexanderRadevich/SportowyHub_clientApp --skill workflow-mastery-alexanderradevich

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines .NET development workflows by enabling parallel task execution, intelligent planning, automated verification, and efficient knowledge compounding, significantly boosting developer productivity.

Core Features & Use Cases

  • Parallel Development: Utilize git worktrees to run multiple Claude sessions concurrently for feature development, bug fixing, and testing.
  • Plan-Execute-Verify Loop: Adopt a structured approach where tasks are planned, executed with auto-accept, and rigorously verified using automated checks like dotnet build and dotnet test.
  • Workflow Automation: Implement pre-commit hooks for auto-formatting and pre-allow common dotnet CLI permissions to reduce friction.
  • Knowledge Compounding: Capture corrections and learnings in MEMORY.md to continuously improve Claude's performance on your project.

Quick Start

Use the workflow-mastery skill to set up parallel development sessions for a .NET project using git worktrees.

Frequently Asked Questions about workflow-mastery

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

FAQPage Schema
How do I run parallel .NET development sessions without conflicts?

Git worktrees enable parallel .NET development sessions by creating isolated working directories for the same repository, allowing multiple Claude sessions to run concurrently for feature development, bug fixing, and testing without branch conflicts.

How do I automate .NET build and test verification after code changes?

Automated .NET build and test verification uses a plan-execute-verify loop that runs `dotnet build` and `dotnet test` commands automatically after execution, ensuring code changes pass rigorous checks before proceeding to the next task.

What is the best way to reduce friction with dotnet CLI permissions in automated workflows?

Pre-allowing common `dotnet` CLI permissions reduces friction in automated workflows by configuring permission setups in advance, eliminating manual approval prompts during parallel session execution and automated verification loops.

Does git worktree workflow automation work with existing .NET projects?

Git worktree workflow automation works with existing .NET projects by setting up parallel development sessions directly in your repository, adding auto-formatting pre-commit hooks and subagent patterns without requiring project restructuring.

How do I capture corrections and learnings to improve Claude's performance on my .NET project?

Capturing corrections and learnings in a `MEMORY.md` file compounds knowledge continuously, improving Claude's performance on your .NET project by retaining project-specific context across parallel development sessions and workflow automation cycles.