mission-control

Manage AI task workflows with a Kanban board that triggers execution on In Progress.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/chadyi-king/mission-control-workspace --skill mission-control-chadyi-king
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mission-control
Source: https://github.com/chadyi-king/mission-control-workspace/tree/main/skills/mission-control
Command: npx skills add https://github.com/chadyi-king/mission-control-workspace --skill mission-control-chadyi-king

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

Mission Control provides a Kanban-style task board that humans and AI collaborate on. It surfaces tasks, tracks status across backlog, in progress, review, and done, and automatically triggers the agent to start work when items move to In Progress.

Core Features & Use Cases

  • Kanban board for organizing tasks and priorities
  • Automatic agent wake and work-order generation when tasks reach In Progress (including EPIC support)
  • Optional Slack notifications and EPIC workflow handling
  • GitHub Pages dashboard rendering and CLI tooling for task updates
  • Configurable per-workspace setup via a local mission-control.json
  • Supports subtasks, comments, and archiving for structured project management

Quick Start

Ask the agent to set up Mission Control for your workspace and it will configure prerequisites, dashboard, and webhooks 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 workflows with a Kanban board?

You can automate AI task workflows by moving items to In Progress on a Kanban board, which auto-triggers the agent to generate work orders and start execution. It supports backlog, review, and done states for end-to-end orchestration.

How does webhook validation work for automated task management?

Webhook validation for task management uses HMAC signatures to verify incoming requests. The system fetches task state from GitHub via the Blob API and validates webhooks before waking the agent through a gateway to execute work.

Can I use GitHub Pages for a project management dashboard?

Yes, you can render a project management dashboard using GitHub Pages. The system provides CLI tooling to update task states and renders the Kanban board visually for collaborative human and AI project tracking.

Do I need Slack notifications for AI workflow orchestration?

Slack notifications are optional for AI workflow orchestration. The system supports sending alerts to Slack when task states change, providing visibility into subtasks, comments, and EPIC workflow handling for product teams.

What's the best way to set up automated task execution for product teams?

The best way to set up automated task execution is configuring a local mission-control.json file. This dynamic configuration allows per-workspace setup of prerequisites, dashboards, and webhooks for structured project management.