What problem does it solve?
Creates and manages mise file tasks and ensures required tools are declared in mise config. Use when the user asks to create, add, update, or refactor mise tasks, mentions .mise/tasks, asks about mise task structure or conventions, wants to automate project scripts through mise, or needs to declare mise-managed tools for their tasks. Also trigger when the user references "mise run", task dependencies, or task caching with sources/outputs.
Core Features & Use Cases
- Create and enforce file-based tasks under .mise/tasks following consistent metadata conventions.
- Validate task metadata, dependencies, and caching hints, generating or updating .mise/config.toml as needed.
- Trigger when users request task scaffolding, refactoring, or tool declarations for mise-managed workflows.
Quick Start
Describe the new task you want to create and ask me to generate its mise task file.