create-workflow-dotnetlisted
Install: claude install-skill diagrid-labs/dapr-skills
# Create Dapr Workflow .NET Application
## Overview
This skill describes how to create a Dapr Workflow application using .NET.
## Execution Order
You MUST follow these phases in strict order:
1. **Check specification** - Check if the user specified what needs to be built.
2. **Project Setup** — Create all files and folders.
3. **Verify** — Verify that the project builds.
4. **Create README.md** — Create a readme that summarizes what is built and how to run & test the application. Do not provide instructions at the end of this phase.
5. **Show final message** - Your LAST output MUST be EXACTLY the message defined in the `## Show final message` section. Do NOT add any other text, summary, or commentary after it.
## Prerequisites
The following must be installed by the user before this skill can run:
- [.NET 10 SDK](https://dotnet.microsoft.com/en-us/download)
- [Docker](https://www.docker.com/products/docker-desktop/) or [Podman](https://podman.io/docs/installation)
- [Dapr CLI](https://docs.dapr.io/getting-started/install-dapr-cli/)
Additional runtime dependencies (handled during project setup):
- NuGet package: `Dapr.Workflow` version `1.18.4`
- Start the [Diagrid Dev Dashboard](https://www.diagrid.io/blog/improving-the-local-dapr-workflow-experience-diagrid-dashboard): `docker run -p 8080:8080 ghcr.io/diagridio/diagrid-dashboard:latest`
## Check specification
If you don't have enough context what to build, ask the user the following clarifying questions one by one