📄 skillActiveCuratedhigh
MeisnerDan/mission-control
by MeisnerDan
Open-source task management for the agentic era. The command center for solo entrepreneurs who delegate work to AI agents.
Supported Platforms
🤖 Claude Code
Quality Breakdown
120/ 200
Content Signals
Repo Health
Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.
Trust & Verification
high
Broad system access required. Carefully review permissions before installing.
Active
Updated within the last 90 days. Actively maintained.
Risk Assessment
- Multi-agent spawning and orchestration system: Repository explicitly implements agent swarms, autonomous agent execution, and orchestration capabilities (.claude/commands/orchestrate, agent spawning framework)
- Persistent configuration in .claude/ directory: Contains .claude-plugin and .claude/commands structure that modifies Claude-specific configurations and command definitions
- Autonomous operation without clear human approval gates: README describes agents executing tasks autonomously (deploying apps, posting to social media, running ad campaigns, moving money) with minimal human intervention
- Complex daemon/service infrastructure: mission-control/ contains daemon.test.ts, ecosystem.config.js, and service-catalog.json suggesting persistent background agent execution and service orchestration
- Credential and API management: Repository handles credentials, API calls, and payment systems integration as evidenced by approval-config.json, service-catalog.json, and references to deploying apps and moving money
- Field operations and mission execution framework: data/field-ops/ contains missions.json, templates.json, and safety-limits.json indicating autonomous task execution with limited human oversight mechanisms