Mission Control
Kanban-style task management dashboard for AI assistants. Manage tasks via CLI or dashboard UI. Use when user mentions tasks, kanban, task board, mission con...
Kanban-style task management dashboard for AI assistants. Manage tasks via CLI or dashboard UI. Use when user mentions tasks, kanban, task board, mission con...
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
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".
Just say: "Set up Mission Control for my workspace"
The agent will:
~/.clawdbot/mission-control.json)That's it. The agent handles everything.
Before setup, you need:
| Requirement | Check | Install |
|---|---|---|
| Tailscale | | or tailscale.com/download |
| Tailscale Funnel | | (one-time) |
| GitHub CLI | | |
If any are missing, tell the agent โ it will guide you through installation.
Human moves task โ GitHub push โ Webhook โ Transform โ Agent receives work order โ โ Dashboard Executes task โ โ Agent updates status โ Commits changes โ Marks subtasks done โโโ
Tasks live in
<workspace>/data/tasks.json:
{ "id": "task_001", "title": "Implement feature X", "description": "Detailed context for the agent", "status": "backlog", "subtasks": [ { "id": "sub_001", "title": "Research approach", "done": false }, { "id": "sub_002", "title": "Write code", "done": false } ], "priority": "high", "dod": "Definition of Done - what success looks like", "comments": [] }
| Status | Meaning |
|---|---|
| Recurring tasks (daily checks, etc.) |
| Waiting to be worked on |
| Agent is working on this |
| Done, awaiting human approval |
| Completed and approved |
Use
<skill>/scripts/mc-update.sh for task updates:
# Status changes mc-update.sh status <task_id> review mc-update.sh status <task_id> doneComments
mc-update.sh comment <task_id> "Progress update..."
Subtasks
mc-update.sh subtask <task_id> sub_1 done
Complete (moves to review + adds summary)
mc-update.sh complete <task_id> "Summary of what was done"
Push to GitHub
mc-update.sh push "Commit message"
When you receive a task (moved to "In Progress"):
mc-update.sh start <task_id>mc-update.sh complete <task_id> "Summary"If a completed task is moved back to "In Progress" with a new comment:
EPICs are parent tasks with multiple child tickets. When you receive an EPIC:
MC-XXX-001: Title)Add to your
HEARTBEAT.md:
## Task Check
- Check
for tasks in "in_progress"data/tasks.json- Flag tasks with
but no recent activityprocessingStartedAtCheck "review" tasks for new feedback comments
Config lives in
~/.clawdbot/mission-control.json. See assets/examples/CONFIG-REFERENCE.md for all options.
Minimal config (set by agent during setup):
{ "gateway": { "hookToken": "your-token" }, "workspace": { "path": "/path/to/workspace" }, "slack": { "botToken": "xoxb-...", "channel": "C0123456789" } }
See
docs/TROUBLESHOOTING.md for common issues:
Mission Control is a task management system for AI agents โ its core purpose is to pass human-authored task descriptions to an agent for execution. This is by design, not a vulnerability.
mc-update.sh validates all inputs against injection patterns before passing them to Python or git.timingSafeEqual to prevent tampering.sync-to-opensource.sh script scans for leaked credentials before publishing.groupPolicy and allowFrom settings to restrict who can interact with the agent.| File | Purpose |
|---|---|
| Dashboard UI |
| Task data |
| CLI tool |
| Config |
| Webhook transform |
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
ยฉ 2026 Torly.ai. All rights reserved.