check-prereq-aspirelisted
Install: claude install-skill diagrid-labs/dapr-skills
# Check Prerequisites for Dapr Workflow .NET Aspire
## Overview
This skill checks whether all prerequisites are installed for building Dapr Workflow applications with .NET Aspire. Run this skill before using the `create-workflow-aspire` skill.
## Prerequisites
The following must be installed:
- [.NET 10 SDK](https://dotnet.microsoft.com/en-us/download)
- [Aspire CLI](https://aspire.dev/get-started/install-cli/) — install via `curl -sSL https://aspire.dev/install.sh | bash` or `irm https://aspire.dev/install.ps1 | iex`
- [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/)
## Prerequisite Checks
**Run ALL of these checks. Check steps 2-6 in parallel. Track which checks pass and which fail.**
### Step 1: Detect Operating System
Read the file at [`../shared/prereq-detect-os.md`](../shared/prereq-detect-os.md) and follow those instructions.
### Step 2: Check the C# LSP plugin
Read the file at [`../shared/prereq-check-csharp-lsp.md`](../shared/prereq-check-csharp-lsp.md) and follow those instructions.
### Step 3: Check .NET SDK
Read the file at [`../shared/prereq-check-dotnet-sdk.md`](../shared/prereq-check-dotnet-sdk.md) and follow those instructions.
### Step 4: Check Docker or Podman
Read the file at [`../shared/prereq-check-docker-podman.md`](../shared/prereq-check-docker-podman.md) and follow those instructions.
### Step 5: Check Dapr CLI