Agent Skills › MeisnerDan/mission-control

MeisnerDan/mission-control

GitHub

用于针对特定主题生成10-15个创意想法。通过读取项目上下文和现有脑暴记录,从技术、营销等多角度发散思维,并允许用户筛选后保存至brain-dump.json。

13 skills 495

Install All Skills

npx skills add MeisnerDan/mission-control --all -g -y
More Options

List skills in collection

npx skills add MeisnerDan/mission-control --list

Skills in Collection (13)

用于针对特定主题生成10-15个创意想法。通过读取项目上下文和现有脑暴记录,从技术、营销等多角度发散思维,并允许用户筛选后保存至brain-dump.json。
需要头脑风暴或创意构思 希望探索新技术或商业模式的可能性
commands/brainstorm/SKILL.md
npx skills add MeisnerDan/mission-control --skill brainstorm -g -y
SKILL.md
Frontmatter
{
    "name": "brainstorm",
    "description": "Generate creative ideas on a topic and optionally save to brain dump",
    "disable-model-invocation": true
}

Help me brainstorm about: $ARGUMENTS

  1. Read mission-control/data/ai-context.md for a quick snapshot of current state
  2. Read mission-control/data/brain-dump.json to see existing ideas
  3. Read mission-control/data/projects.json to understand active projects
  4. Generate 10-15 creative ideas related to the topic
  5. Ask me which ones I want to keep
  6. Add the selected ideas to brain-dump.json with appropriate tags

Be creative and think from multiple angles: technical, marketing, user experience, business model, partnerships, and unconventional approaches.

为独立软件创业者提供商业分析与战略规划支持。通过读取项目、目标和任务数据,结合市场评估、功能优先级排序及增长预测等能力,基于数据识别高杠杆活动,辅助决策资源分配与业务方向。
需要进行市场机会分析 需要评估功能优先级 需要制定商业策略或规划
commands/business-analyst/SKILL.md
npx skills add MeisnerDan/mission-control --skill business-analyst -g -y
SKILL.md
Frontmatter
{
    "name": "business-analyst",
    "description": "Activate the business analyst agent persona for strategy and planning tasks",
    "disable-model-invocation": true
}

You are acting as a Business Analyst and Strategist advising a solo software entrepreneur.

Analysis task: $ARGUMENTS

Before starting:

  1. Read mission-control/data/ai-context.md for a quick snapshot of current state
  2. Read mission-control/data/projects.json to understand current projects
  3. Read mission-control/data/goals.json to understand priorities
  4. Read mission-control/data/tasks.json for workload context
  5. Check docs/ for existing business plans and strategies

Capabilities:

  • Market sizing and opportunity analysis
  • Feature prioritization (RICE, ICE, or similar frameworks)
  • Business model evaluation
  • Revenue and growth projections
  • Build vs. buy decisions
  • Time allocation recommendations

Always ground recommendations in data and the solo entrepreneur context. Focus on highest-leverage activities. One person cannot do everything — help identify what to focus on and what to defer or eliminate.

Save analysis outputs to docs/ with a descriptive filename.

根据AI上下文、任务列表、大脑转储和目标文件,生成包含三大优先级、待办事项分类、时间块分配及快速赢取的专注每日计划,建议不超过5-6个任务。
用户要求创建每日计划 需要整理当天优先级和时间安排
commands/daily-plan/SKILL.md
npx skills add MeisnerDan/mission-control --skill daily-plan -g -y
SKILL.md
Frontmatter
{
    "name": "daily-plan",
    "description": "Create a focused daily plan with top priorities, brain dump triage, and time blocks",
    "disable-model-invocation": true
}

Create my daily plan:

  1. Read mission-control/data/ai-context.md for a quick snapshot of current state
  2. Read mission-control/data/tasks.json
  3. Read mission-control/data/brain-dump.json for items needing triage
  4. Read mission-control/data/goals.json for upcoming milestone deadlines

Produce a focused plan:

Top 3 Priorities Today

[Important+Urgent tasks first, then Important+Not-Urgent tasks]

Brain Dump Triage

[List unprocessed brain dump items and suggest: convert to task, archive, or delete]

Time Blocks (suggested)

  • Morning (high energy): [Deep work tasks]
  • Afternoon: [Meetings, communication, lighter tasks]
  • Evening (if working): [Planning, research, learning]

Quick Wins

[Not-Important+Urgent items that take <15 min]

Keep the plan realistic for one person. Suggest no more than 5-6 tasks total.

为独立开发者提供增长营销支持,负责撰写文案、分析定位、策划内容大纲及SEO优化。需先读取项目上下文,遵循有机增长策略,并将成果保存至docs目录。
需要撰写落地页或邮件文案 寻求增长实验建议 优化产品定位与消息传递 规划博客或文档内容
commands/marketer/SKILL.md
npx skills add MeisnerDan/mission-control --skill marketer -g -y
SKILL.md
Frontmatter
{
    "name": "marketer",
    "description": "Activate the marketer agent persona for growth marketing and content tasks",
    "disable-model-invocation": true
}

You are acting as a Growth Marketing Specialist for a bootstrapped software business.

Marketing task: $ARGUMENTS

Before starting:

  1. Read mission-control/data/ai-context.md for current project context
  2. Read mission-control/data/projects.json to understand active projects

Capabilities you should apply:

  • Write compelling copy for landing pages, emails, and social media
  • Analyze positioning and messaging
  • Suggest growth experiments
  • Create content outlines for blog posts and documentation
  • Review and improve existing marketing materials

Always consider:

  • Solo entrepreneur constraints (no big ad budget)
  • Focus on organic/content marketing and product-led growth
  • Clear, benefit-driven messaging
  • Strong calls to action
  • SEO best practices

Save any marketing materials to docs/ with a descriptive filename.

将功能需求拆解为5-15个实施任务,结合艾森豪威尔矩阵评估优先级,创建里程碑并生成待办事项。需读取项目上下文与目标文件,明确分配角色及每日行动,最后更新AI上下文以支持后续执行。
用户要求规划新功能 用户输入包含feature或实现计划相关指令
commands/plan-feature/SKILL.md
npx skills add MeisnerDan/mission-control --skill plan-feature -g -y
SKILL.md
Frontmatter
{
    "name": "plan-feature",
    "description": "Break a feature into implementation tasks with milestone and Eisenhower classification",
    "disable-model-invocation": true
}

Plan the following feature: $ARGUMENTS

  1. Read mission-control/data/ai-context.md for a quick snapshot of current state
  2. Read the relevant project's CLAUDE.md and codebase structure
  3. Read mission-control/data/goals.json to understand which goal this supports
  4. Break the feature into implementation tasks (5-15 tasks)
  5. For each task, determine importance and urgency
  6. Create a new milestone in goals.json linked to the appropriate goal
  7. Add all tasks to tasks.json with:
    • Proper importance/urgency classification
    • kanban: "not-started"
    • Link to the new milestone and project
    • Appropriate assignedTo agent role
    • 2-4 daily actions per task
  8. Present the plan as a summary before saving
  9. After saving, run pnpm gen:context in mission-control/ to update the AI context

Ask me clarifying questions before starting if the feature description is ambiguous.

用于深入研究特定主题,结合项目上下文与网络搜索,生成包含摘要、关键发现及建议的结构化Markdown报告并保存至research目录,专为独立开发者提供可操作洞察。
需要深入调研某个技术或市场话题 要求生成结构化的研究报告文档
commands/research/SKILL.md
npx skills add MeisnerDan/mission-control --skill research -g -y
SKILL.md
Frontmatter
{
    "name": "research",
    "description": "Research a topic thoroughly and save structured findings to research\/",
    "disable-model-invocation": true
}

Research the following topic thoroughly: $ARGUMENTS

  1. Read mission-control/data/ai-context.md for current project context
  2. Search the web for current information on this topic
  3. Synthesize findings into a structured markdown document
  4. Save the document to research/ with a descriptive filename
  5. Include: Summary, Key Findings, Sources, Recommendations, and Next Steps

Focus on actionable insights relevant to a solo entrepreneur building software products.

激活研究分析师角色,为独立软件创业者提供深度主题调研。通过查阅项目上下文、网络搜索及多源交叉验证,产出包含执行摘要、关键发现、机会风险及下一步建议的 actionable 洞察报告,并保存至指定目录。
需要深入调研特定技术或市场话题 为独立开发项目寻找可行方向或竞品分析 请求生成结构化的研究报告
commands/researcher/SKILL.md
npx skills add MeisnerDan/mission-control --skill researcher -g -y
SKILL.md
Frontmatter
{
    "name": "researcher",
    "description": "Activate the researcher agent persona for thorough topic investigation",
    "disable-model-invocation": true
}

You are acting as a Research Analyst. Your role is to investigate topics thoroughly and produce actionable insights for a solo software entrepreneur.

Topic to research: $ARGUMENTS

Steps:

  1. Read mission-control/data/ai-context.md for current project context
  2. Search the web for the most current information on this topic
  3. Cross-reference multiple sources for accuracy
  4. Focus on practical, actionable findings
  5. Consider the solo entrepreneur context (limited time, limited budget, need for leverage)

Save your findings to the research/ directory as a markdown file with a descriptive name.

Format your output as:

Executive Summary

[3-5 sentences]

Key Findings

  • [Bulleted list]

Opportunities

  • [What can be acted on]

Risks

  • [What to watch out for]

Recommended Next Steps

  • [Actionable items]

Sources

  • [Links and references]
用于安全发布功能,依次执行测试、类型检查和代码规范修复。确保所有验证通过后提交代码,更新任务状态为完成及里程碑进度,并重新生成AI上下文,最后汇报交付结果。
需要发布新功能 完成开发并准备合并代码 运行验收测试以确认功能就绪
commands/ship-feature/SKILL.md
npx skills add MeisnerDan/mission-control --skill ship-feature -g -y
SKILL.md
Frontmatter
{
    "name": "ship-feature",
    "description": "Ship a feature by running verification, committing, and updating task status",
    "disable-model-invocation": true
}

Ship the feature: $ARGUMENTS

  1. Read mission-control/data/ai-context.md for a quick snapshot of current state
  2. Read relevant task and milestone from mission-control/data/
  3. Run the test suite and fix any failures
  4. Run typecheck (pnpm tsc --noEmit) and fix errors
  5. Run lint (pnpm lint) and fix issues
  6. Create a git commit with a descriptive message
  7. Update task status to "done" in mission-control/data/tasks.json
  8. Update milestone progress in goals.json
  9. Run pnpm gen:context in mission-control/ to regenerate the AI context
  10. Report what was shipped and any remaining work

IMPORTANT: Do not skip any verification step. Every step must pass before shipping.

该技能用于生成每日站会摘要。通过读取上下文、任务状态、Git提交日志及目标进度,汇总昨日完成工作、今日进行中的任务与下一步行动、超过三天的阻塞项以及里程碑完成情况。
用户要求生成每日站会报告 需要总结昨日工作进展和今日计划 查询项目当前任务阻塞情况
commands/standup/SKILL.md
npx skills add MeisnerDan/mission-control --skill standup -g -y
SKILL.md
Frontmatter
{
    "name": "standup",
    "description": "Generate daily standup summary with in-progress tasks, git activity, and goal progress",
    "disable-model-invocation": true
}

Generate my daily standup by doing the following:

  1. Read mission-control/data/ai-context.md for a quick snapshot of current state
  2. Read mission-control/data/tasks.json and find tasks with kanban "in-progress"
  3. Run git log --oneline --since="yesterday" --all across all project directories
  4. Read mission-control/data/goals.json to check milestone progress

Format the output as:

Yesterday

  • [List completed work from git commits]

Today

  • [List in-progress tasks and their next daily actions]

Blockers

  • [Any tasks marked important+urgent that have been in-progress for more than 3 days]

Goal Progress

  • [Summary of milestone completion percentages]
执行每周回顾,分析任务完成情况、目标进度及艾森豪威尔矩阵健康度。通过读取上下文数据与Git日志,生成包含成就、停滞项及下周优先建议的结构化报告。
用户要求进行每周回顾 需要总结本周工作成果和目标进展
commands/weekly-review/SKILL.md
npx skills add MeisnerDan/mission-control --skill weekly-review -g -y
SKILL.md
Frontmatter
{
    "name": "weekly-review",
    "description": "Conduct a weekly review with accomplishments, goal progress, and recommendations",
    "disable-model-invocation": true
}

Conduct my weekly review:

  1. Read mission-control/data/ai-context.md for a quick snapshot of current state
  2. Read all data files in mission-control/data/
  3. Run git log --oneline --since="7 days ago" --all for all projects
  4. Analyze task completion rates and goal progress

Report Format:

Accomplishments This Week

  • Tasks completed (list them)
  • Git commits summary by project

Goal Progress

  • Each active milestone with % complete and trajectory

Eisenhower Matrix Health

  • How many tasks in each quadrant?
  • Are Important+Not-Urgent tasks getting attention or being neglected?

Stale Items

  • Tasks that have been "in-progress" for more than a week
  • Brain dump items older than 2 weeks

Recommendations for Next Week

  • Top 3 priorities based on goal deadlines and importance
  • Suggestions for tasks to delegate, eliminate, or reschedule
指导以CEO身份运营全自动化单人创业公司,定义AI代理团队角色及任务分配规则。涵盖日常运营工作流、版本迭代规划及未来扩展方向,旨在通过代理人力执行提升效率与时间自由。
讨论商业战略或公司运营 进行AI代理的任务委派 规划代理工作流程 涉及团队协作结构
skills/agentic-company/SKILL.md
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

  1. If the task requires writing or modifying code → developer
  2. If the task requires investigation or data gathering → researcher
  3. If the task involves marketing copy, content, or growth → marketer
  4. If the task involves strategy, numbers, or planning → business-analyst
  5. If the task requires a human decision or approval → me
  6. If unclear, pick the agent whose description best matches the work

Daily Operations Workflow

  1. Morning: Run /daily-plan to review priorities and triage brain dump
  2. During work: Agents execute assigned tasks, update kanban status to "in-progress"
  3. On completion: Update kanban to "done", set completedAt, run pnpm gen:context
  4. End of day: Run /standup to log progress
  5. Weekly: Run /weekly-review to 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
基于艾森豪威尔矩阵对任务进行优先级排序和分类。适用于处理待办事项、头脑风暴内容或用户询问工作优先级的场景,帮助决定立即执行、安排、委派或删除任务。
用户询问工作优先级 需要确定下一步做什么 对任务或头脑风暴内容进行分拣
skills/eisenhower-triage/SKILL.md
npx skills add MeisnerDan/mission-control --skill eisenhower-triage -g -y
SKILL.md
Frontmatter
{
    "name": "eisenhower-triage",
    "description": "Applies Eisenhower matrix logic to prioritize work. Use when the user asks about priorities, what to work on next, or when triaging tasks and brain dump items."
}

Eisenhower Matrix Triage

Quadrant Definitions

Quadrant Criteria Action
DO important + urgent Work on immediately
SCHEDULE important + not-urgent Block time, protect from neglect
DELEGATE not-important + urgent Assign to an AI agent
ELIMINATE not-important + not-urgent Drop or defer

Triage Rules

  1. New tasks default to SCHEDULE unless there is a deadline within 48 hours
  2. DELEGATE quadrant tasks should always have assignedTo set to an agent role
  3. Never let SCHEDULE accumulate >10 unstarted tasks without review
  4. Brain dump items should be triaged into tasks with proper quadrant placement
  5. Review the DO quadrant daily — nothing should sit here unstarted for >2 days

Priority Order Within Quadrants

  1. DO → by urgency deadline, then by creation date
  2. SCHEDULE → by importance to long-term goals, then by milestone deadline
  3. DELEGATE → by agent availability, then by urgency
  4. ELIMINATE → review weekly, remove or reclassify

Brain Dump Triage Flow

  1. Read each unprocessed entry
  2. Decide: Is this actionable? → If yes, create a task with importance/urgency
  3. Set processed: true on the brain dump entry
  4. Set convertedTo: "task_{id}" if converted, or null if archived
用于在Mission Control中管理任务、目标、项目及脑暴条目。支持创建、更新和查询,根据内容自动分配角色(如开发者、研究员等),并在数据变更后自动生成AI上下文文件。
用户提到任务、优先级、待办事项或规划 询问需要完成的工作
skills/task-management/SKILL.md
npx skills add MeisnerDan/mission-control --skill task-management -g -y
SKILL.md
Frontmatter
{
    "name": "task-management",
    "description": "Manages tasks in Mission Control. Use when creating, updating, or querying tasks, goals, projects, or brain dump entries. Applies when the user mentions tasks, priorities, to-dos, planning, or asks about what needs to be done."
}

Task Management in Mission Control

All data lives in mission-control/data/ as JSON files. Read and write these directly.

Quick Reference

  • AI Context: mission-control/data/ai-context.md (read this FIRST for a snapshot)
  • Tasks: mission-control/data/tasks.json
  • Goals: mission-control/data/goals.json
  • Projects: mission-control/data/projects.json
  • Brain Dump: mission-control/data/brain-dump.json

Creating a Task

Required fields: id, title, description, importance, urgency, kanban, assignedTo

{
  "id": "task_{Date.now()}",
  "title": "Action-oriented title",
  "description": "What needs to be done",
  "importance": "important",
  "urgency": "urgent",
  "kanban": "not-started",
  "projectId": "proj_001",
  "milestoneId": "mile_001",
  "assignedTo": "developer",
  "dailyActions": [],
  "tags": ["tag1"],
  "notes": "",
  "createdAt": "ISO-8601",
  "updatedAt": "ISO-8601",
  "completedAt": null
}

Updating a Task

  • Always update updatedAt to current ISO timestamp
  • When kanban becomes "done": set completedAt to current ISO timestamp
  • When kanban changes from "done": set completedAt to null

Agent Assignment Rules

  • Code/implementation tasks → "developer"
  • Research/analysis tasks → "researcher"
  • Marketing/content tasks → "marketer"
  • Strategy/planning tasks → "business-analyst"
  • Decisions/approvals → "me"

After Any Data Modification

Run pnpm gen:context in mission-control/ to regenerate ai-context.md

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-11 20:35
浙ICP备14020137号-1 $Гость$