mission-control

Automate task execution via Kanban dashboard and webhook-driven work orders.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/JavieHan/mission-control-dashboard --skill mission-control-javiehan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mission-control
Source: https://github.com/JavieHan/mission-control-dashboard/tree/main
Command: npx skills add https://github.com/JavieHan/mission-control-dashboard --skill mission-control-javiehan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tim-js-sdk, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

Mission Control provides an automated Kanban dashboard and AI task execution workflow to reduce manual task coordination.

Core Features & Use Cases

  • Kanban board with Backlog, In Progress, Review, and Done
  • Auto-execution: The agent starts working when tasks move to In Progress
  • EPICs support: parent tasks with multiple child tickets
  • Secure webhooks and GitHub Pages deployment
  • Slack notifications (optional)

Quick Start

Say 'Set up Mission Control' and the agent configures your workspace and starts managing tasks automatically.

Frequently Asked Questions about mission-control

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate AI task execution using a Kanban board?

You can automate AI task execution by configuring a local workspace with a tasks.json file and a webhook gateway; the agent automatically starts working on tasks when they move to the In Progress column on the Kanban board.

What is webhook-driven task orchestration for AI agents?

Webhook-driven task orchestration is a workflow where humans define tasks and priorities on a Kanban board, and configured webhooks send wake calls to trigger an AI agent to execute those tasks automatically.

Do I need a local tasks.json file to use automated Kanban workflows?

Yes, a local workspace containing a tasks.json file is required to manage your Kanban board states, EPICs, subtasks, and comments for the AI agent's automated task execution.

Can I use GitHub Pages to deploy an automated Kanban dashboard?

Yes, the automated Kanban dashboard supports secure deployment via GitHub Pages, allowing you to host your task orchestration board and integrate webhook-driven work orders.

Does automated AI task orchestration work with Slack notifications?

Yes, optional Slack integration is supported for automated task orchestration, allowing you to receive notifications when the AI agent updates task statuses or comments on EPICs and subtasks.

How do I manage EPICs and subtasks in an automated Kanban workflow?

You manage EPICs and subtasks by defining parent tasks with multiple child tickets in your tasks.json file; the AI agent processes them and automatically updates their status and comments on the Kanban board.