mission-control
Installation
SKILL.md
Mission Control — Task Management for AI Assistants
A Kanban-style task board that you (the AI assistant) manage. Your human creates and prioritizes tasks via the web dashboard; you execute them automatically when they're moved to "In Progress".
When to Use
- Tracking work items with status columns (backlog, in progress, review, done)
- Managing tasks with subtasks and priority levels
- Automating task execution via webhooks
- Monitoring task progress and providing updates
When NOT to Use
- Real-time collaboration on a single task (async model only)
- Complex dependencies between tasks (use linear relationships instead)
- Tasks requiring immediate human interaction (use manual status updates)