Orchestrates multi-step workflows using mise's task system with dependency management, file tracking, and argument handling. You'd reach for this when your project has build pipelines, test suites, or deployment workflows that need proper sequencing. The skill covers the full spectrum from basic task definitions to monorepo patterns with experimental path-based task discovery. One thing worth noting: it emphasizes rich task descriptions because AI agents can't infer purpose from names alone, which is a practical detail most task runner docs skip. Works alongside mise's environment management, inheriting env vars automatically. The anti-patterns section is honest about when not to use this, like avoiding it as a replacement for structured development workflows that need ADR tracking.
npx skills add https://github.com/terrylica/cc-skills --skill mise-tasks