create-workflow-aspire

Solid

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

AI & Automation 12 stars 1 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
37
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

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

Details

Author
diagrid-labs
Repository
diagrid-labs/dapr-skills
Created
6 months ago
Last Updated
yesterday
Language
N/A
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category