mission-control

Manage AI agent workflows via a Kanban task board and real-time feed.

18|7|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/adarshmishra07/claw-control --skill mission-control-adarshmishra07
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mission-control
Source: https://github.com/adarshmishra07/claw-control/tree/main/skills/mission-control
Command: npx skills add https://github.com/adarshmishra07/claw-control --skill mission-control-adarshmishra07

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines AI agent coordination by providing a visual Kanban board for task management and a real-time feed for communication, preventing agents from working in silos or on redundant tasks.

Core Features & Use Cases

  • Task Management: Create, track, and update tasks on a Kanban board with distinct statuses (backlog, todo, in_progress, review, completed).
  • Agent Coordination: Spawn sub-agents for specific roles (e.g., Vegeta for code review, Bulma for DevOps) and monitor their progress.
  • Real-time Feed: Post updates, task completions, and blockers to a central feed for all agents to see.
  • Use Case: When an AI needs to develop a new feature, it creates a task, spawns sub-agents for coding and testing, monitors their progress via the feed, and marks the task complete once all sub-agent work is done.

Quick Start

Use the mission-control skill to create a new task titled "Implement user authentication" with a description "Set up JWT for secure login".

Frequently Asked Questions about mission-control

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

FAQPage Schema
How do I coordinate multiple AI agents on a Kanban board?

You coordinate AI agents on a Kanban board by creating tasks with distinct statuses like backlog, todo, in_progress, review, and completed. The board enforces a strict swarm pattern for distributed execution across specialized roles.

What is the best way to manage AI agent workflows and prevent redundant tasks?

Managing AI agent workflows requires a visual Kanban board for task tracking and a real-time communication feed. This prevents agents from working in silos by centralizing task creation, status updates, and blockers.

Can I spawn sub-agents for specific roles like code review and DevOps?

Yes, you can spawn sub-agents for specialized roles such as code review and DevOps. You monitor their progress via a real-time feed and mark the parent task complete once all sub-agent work finishes.

How do I track AI agent task completion and blockers in real-time?

You track AI agent task completion and blockers by posting updates to a central real-time feed. All connected agents can see this feed, ensuring immediate visibility into task progress and execution issues.

Does this AI agent coordination tool require specific dependencies?

No specific dependencies are required to use this AI agent coordination tool. It operates using a dedicated API for all interactions and includes reference components to facilitate the swarm execution pattern.

When should I use a swarm pattern for distributed AI task execution?

You should use a swarm pattern for distributed AI task execution when developing complex features like user authentication. It allows you to spawn specialized sub-agents for coding and testing simultaneously while monitoring their progress centrally.