workflow-mastery

Structure Claude Code .NET workflows around git worktrees and verification loops.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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."

Frequently Asked Questions about workflow-mastery

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

FAQPage Schema
What is the best way to plan multi-file .NET changes before executing them?▼

Plan mode in Claude Code produces a higher-confidence implementation plan for multi-file or architecture-impacting .NET tasks before execution. You review the proposed changes first, then execute with auto-accept to avoid interactive trial-and-error during complex refactoring.

How do I enforce verification loops for .NET build and test quality control?▼

Post-write formatting hooks and pre-allow safe dotnet CLI permissions eliminate friction and CI formatting failures. Configuring these automation permissions allows Claude Code to run formatting commands automatically after file writes without manual intervention.

Can I use subagents with Claude Code to improve .NET code correctness?▼

Verification loops enforce structured quality gates using .NET commands like dotnet build, dotnet test, and format verification diagnostics. This prevents superficial fixes by requiring proof through diff-style checks and structured prompting before accepting results.

How do I run parallel .NET development sessions without file conflicts?▼

Optional subagents like verify-api and code-simplifier improve correctness and maintainability for .NET workflows. Using staff-style challenge prompts alongside these subagents helps validate architecture review and test generation without relying on interactive trial-and-error.