dotnet:work

Execute .NET development plan tasks with specialist routing and progress tracking.

2|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/dimsour/dotnet-ai-toolkit --skill dotnet-work
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dotnet:work
Source: https://github.com/dimsour/dotnet-ai-toolkit/tree/main/plugins/dotnet/skills/work
Command: npx skills add https://github.com/dimsour/dotnet-ai-toolkit --skill dotnet-work

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution of development plans in .NET projects, streamlining the workflow from plan creation to verification, and managing progress through a progress tracking system.

Core Features & Use Cases

  • Plan Execution: Automatically executes tasks from a plan file, routing each task to the appropriate subagent based on annotations.
  • Progress Management: Tracks progress using a progress.md file, updating the status and outcomes of tasks.
  • Specialist Routing: Dispatches tasks to the correct specialists (e.g., api-architect, ef-schema-designer) for specific types of work (e.g., database design, API creation).
  • Verification: Ensures code integrity by running builds and tests after each task, and by enforcing Iron Laws during execution.
  • Use Case: When you have a set of tasks to perform in a .NET project and you want to automate the execution of these tasks without manual intervention.

Quick Start

Run the dotnet:work command followed by the path to your plan file, or use the --continue flag to resume a paused plan.

Frequently Asked Questions about dotnet:work

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

FAQPage Schema
How do I automate .NET development workflow execution from a plan file?

To automate .NET development workflow execution, run the command with your plan file path. The Skill parses task annotations, dispatches work to specialists like api-architect or ef-schema-designer, and tracks status in a progress.md file.

How does specialist routing work for .NET project tasks?

Specialist routing works by parsing annotations in your plan file and dispatching each task to the matching subagent, such as routing database design to ef-schema-designer and API creation to api-architect for targeted execution.

Can I resume a paused .NET workflow automation plan?

You can resume a paused .NET workflow automation plan by running the command with the --continue flag. The Skill reads the existing progress.md file to determine the current state and resumes execution from the last completed task.

Does this workflow automation tool support .NET 8 and .NET 9 projects?

Yes, the workflow automation tool supports .NET 8, 9, 10, and 11 development workflows. It enforces Iron Laws for quality control by running builds and tests after each task to ensure code integrity across these versions.

How is progress tracked during automated plan execution in .NET projects?

Progress is tracked during automated plan execution using a progress.md file. The Skill updates this file continuously with the status and outcomes of each dispatched task, allowing you to monitor workflow completion without manual intervention.