← ClaudeAtlas

create-workflow-aspirelisted

This skill creates a Dapr workflow application with .NET Aspire. Use this skill when the user asks to "create a workflow with Aspire", "write an Aspire workflow application" or "build a workflow app with .NET Aspire".
diagrid-labs/dapr-skills · ★ 7 · AI & Automation · score 78
Install: claude install-skill diagrid-labs/dapr-skills
# Create Dapr Workflow .NET Aspire Application ## Overview This skill describes how to create a Dapr Workflow application using Aspire. The generated solution uses Aspire to orchestrate the Dapr sidecar, a Valkey state store, and the Diagrid Dev Dashboard as container resources. ## 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. ## Check specification If you don't have enough context what to build, ask the user the following clarifying questions one by one using an interview style: 1. What is the purpose of the workflow application? 2. Describe how workflow should work. Which patterns should be used? 3. Specify the input and output objects of the workflow. 4. What's the name of this project? This will be used as the folder name and solution name. Don't use any spaces in this name. ## Prerequisites The following must be installed by the user before this skill can run: - [.NET 10 SDK](https://dotnet.microsoft.com/en-us/download) - [Aspi