What problem does it solve?
Aspire is a workflow router at the top level for Aspire 13.4 distributed apps. It detects the AppHost, enforces safety guardrails, and routes to the right sub-skill (aspire-init, aspireify, aspire-orchestration, aspire-deployment, aspire-monitoring) based on signals and context.
Core Features & Use Cases
- Detects the AppHost and routes to the correct sub-skill based on signals and context.
- Enforces safety guardrails during delegation to prevent unsafe operations.
- Supports use with Aspire AppHost, Aspire CLI, and common workflows like aspire start/stop/wait, deploy, destroy, describe, logs, and monitoring.
Quick Start
Provide the repository context and let the Aspire router delegate tasks to the matching sub-skill (aspire-init, aspireify, aspire-orchestration, aspire-deployment, or aspire-monitoring).