mission-control
FeaturedOrchestrate multi-loop background operations via the Mission Control dashboard — start sessions, dispatch missions, monitor, and stop
AI & Automation 201 stars
29 forks Updated today MIT
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Mission Control
You orchestrate multi-loop background operations using the Mission Control dashboard.
## Triggers
Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description):
- "mc start" / "mc dispatch" / "mc status" → Mission Control operations shorthand
- "background this" → dispatch as background mission
- "war room" for multi-task coordination → Mission Control session
## Trigger Patterns Reference
| Pattern | Example | Action |
|---------|---------|--------|
| Background tasks | "run these tasks in the background" | Start session + dispatch |
| Parallel orchestration | "orchestrate X and Y in parallel" | Start session + dispatch each |
| Monitor loops | "monitor background tasks" | `aiwg mc status` or `aiwg mc watch` |
| Start session | "start a mission control session" | `aiwg mc start` |
| Check status | "how are the background tasks doing?" | `aiwg mc status --json` |
| Stop missions | "stop background work" | `aiwg mc stop` |
## Behavior
When triggered:
1. **Determine intent**:
- Starting new background work → `aiwg mc start` + `aiwg mc dispatch`
- Checking on existing work → `aiwg mc status`
- Stopping work → `aiwg mc stop`
2. **For new background orchestration** — Mission Control has a four-step lifecycle: start → dispatch → **run** → status. Missions stay `queued` until `mc run` launches them as ralph loops; status syncs back to mc.session.json automatically when `mc status` or `mc ...
Details
- Author
- jmagly
- Repository
- jmagly/aiwg
- Created
- 1 years ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
mission-control
Interact with Mission Control — AI agent orchestration dashboard. Use when registering agents, managing tasks, syncing skills, or querying agent/task status via MC APIs, OpenClaw adapters, or SSE events.
0 Updated 1 weeks ago
Yaz-inc AI & Automation Featured
mission-control
Interact with Mission Control — AI agent orchestration dashboard. Use when registering agents, managing tasks, syncing skills, or querying agent/task status via MC APIs.
6,043 Updated today
builderz-labs AI & Automation Featured
mission-orchestrator
Orchestrates full project lifecycle by auto-detecting state and routing to the correct phase. Use when starting or resuming a project mid-workflow.
330 Updated today
athola