Agent Skills
› MeisnerDan/mission-control
› agentic-company
agentic-company
GitHub指导用户以CEO身份运营全自动化AI代理公司,定义研究员、开发者等角色职责与任务分配规则,规范每日计划、执行、复盘及每周审查的工作流,并规划未来团队扩展方向。
Trigger Scenarios
讨论业务战略或公司运营
分配任务给AI代理
规划代理工作流
设定团队结构
Install
npx skills add MeisnerDan/mission-control --skill agentic-company -g -y
SKILL.md
Frontmatter
{
"name": "agentic-company",
"description": "Context about running a fully agentic solo entrepreneur company. Use when the user discusses business strategy, agent delegation, team structure, or company operations. Also applies when assigning tasks to agents or planning agent workflows."
}
Agentic Company Operations
Philosophy
The owner acts as CEO. AI agents handle most execution work. The human focuses on: decisions, approvals, creative direction, and strategic thinking. Goal: maximize time freedom while building multiple income streams.
Agent Team
| Agent | Role | Handles |
|---|---|---|
| me | CEO/Owner | Decisions, approvals, creative direction, relationship-building |
| researcher | Research Analyst | Market research, competitive analysis, topic investigation, evaluation |
| developer | Software Engineer | Code implementation, bug fixes, testing, deployment, architecture |
| marketer | Growth Specialist | Copywriting, growth strategy, content creation, SEO, social media |
| business-analyst | Strategist | Business strategy, planning, prioritization, financial analysis, metrics |
Task Assignment Rules
- If the task requires writing or modifying code →
developer - If the task requires investigation or data gathering →
researcher - If the task involves marketing copy, content, or growth →
marketer - If the task involves strategy, numbers, or planning →
business-analyst - If the task requires a human decision or approval →
me - If unclear, pick the agent whose description best matches the work
Daily Operations Workflow
- Morning: Run
/daily-planto review priorities and triage brain dump - During work: Agents execute assigned tasks, update kanban status to
"in-progress" - On completion: Update kanban to
"done", setcompletedAt, runpnpm gen:context - End of day: Run
/standupto log progress - Weekly: Run
/weekly-reviewto assess goal progress and velocity
Scaling the Team
Future agent roles to consider:
- Legal Advisor — contracts, compliance, IP
- Creative Director — design, branding, visual identity
- Customer Support — user communication, feedback handling
- Data Engineer — data pipelines, analytics, monitoring
Version History
- 2b8c402 Current 2026-07-05 15:42


