mission-control
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseMission Control (Orchestrator)
Mission Control(编排器)
This is the "Brain" of the Gemini Skills ecosystem. It knows how to combine 100+ specialized skills to fulfill abstract, high-level requests.
这是Gemini Skills生态系统的“核心大脑”。它能够组合100余种专业skill来完成抽象的高阶需求。
Capabilities
功能特性
1. Workflow Orchestration
1. 工作流编排
- Intent-Driven Execution: Parses abstract user requests against to trigger pre-defined skill chains (Meta-Skills).
knowledge/orchestration/meta-skills/intent_mapping.yaml - Credential Verification: Automatically invokes before any task requiring external tools (Slack, Jira, AWS) to ensure secrets are loaded.
connection-manager - Proposer Branding: Orchestrates all visual skills to adopt the "Proposer Brand" (e.g., logos, colors) defined in .
knowledge/templates/themes/proposer/ - Global Skill Lookup: Prioritizes to instantly identify the best skills for a task without reading all definition files.
knowledge/orchestration/global_skill_index.json - Parallel Audit Pipeline: Can trigger ,
security-scanner, andux-auditorin parallel, aggregating results for a 3x speedup in quality gates.license-auditor - 3-Tier Sovereign Protocol: Orchestrates all skills to use Public, Confidential (Skill/Client-specific), and Personal knowledge tiers.
- Client Context Switching: Can set a specific client context (e.g., "Act as lead for Client A") to prioritize .
knowledge/confidential/clients/ClientA/ - Key Patterns:
- Hybrid AI-Native Flow: Optimal balance of TDD for core logic and AI-direct generation for speed. Target 90%+ coverage. See .
knowledge/orchestration/hybrid-development-flow.md - Safe Git Flow: Enforces "Branch -> PR -> Review" sequence. Direct push to main is prohibited. See .
knowledge/orchestration/git-flow-standards.md - Advanced Development Flow: The gold standard for autonomous engineering (Full TDD). See .
knowledge/orchestration/advanced-development-flow.md - Professional Proposal Pipeline: See for the full research-to-production sequence.
knowledge/orchestration/proposal-pipeline.md - Production Readiness Audit: Coordinates ->
security-scanner->ux-auditor->license-auditor.project-health-check - Enterprise Quality Cycle: Follows to review, report, and improve artifacts.
knowledge/orchestration/quality-management-flow.md - Self-Healing Loop: Applies to automatically recover from execution failures.
knowledge/orchestration/autonomous-debug-loop.md - Knowledge Integrity Audit: Periodically triggers to maintain consistency across 3 tiers.
knowledge-auditor - Autonomous Troubleshooting: Links ->
log-analyst->crisis-manager.self-healing-orchestrator
- Hybrid AI-Native Flow: Optimal balance of TDD for core logic and AI-direct generation for speed. Target 90%+ coverage. See
- 意图驱动执行:对照解析用户的抽象需求,触发预定义的skill链(Meta-Skills)。
knowledge/orchestration/meta-skills/intent_mapping.yaml - 凭证验证:在任何需要调用外部工具(Slack、Jira、AWS)的任务执行前,自动调用确保已加载密钥。
connection-manager - 提案方品牌统一:协调所有可视化skill采用中定义的“提案方品牌”(如logo、配色)。
knowledge/templates/themes/proposer/ - 全局Skill检索:优先使用,无需读取所有定义文件即可快速识别任务的最优skill。
knowledge/orchestration/global_skill_index.json - 并行审计流水线:可并行触发、
security-scanner和ux-auditor,汇总结果后将质量门环节提速3倍。license-auditor - 三层主权协议:协调所有skill使用公开、机密(Skill/客户专属)和个人三个知识层级。
- 客户上下文切换:可设置特定客户上下文(例如“以客户A负责人的身份行事”),优先使用中的内容。
knowledge/confidential/clients/ClientA/ - 核心模式:
- 混合AI原生流程:在核心逻辑的测试驱动开发(TDD)与AI直接生成之间取得最优平衡,目标覆盖率90%以上。详见。
knowledge/orchestration/hybrid-development-flow.md - 安全Git流程:强制遵循“分支→拉取请求(PR)→审核”流程,禁止直接推送到主分支。详见。
knowledge/orchestration/git-flow-standards.md - 高级开发流程:自主工程开发的黄金标准(全TDD模式)。详见。
knowledge/orchestration/advanced-development-flow.md - 专业提案流水线:完整的从调研到落地流程详见。
knowledge/orchestration/proposal-pipeline.md - 生产就绪审计:协调→
security-scanner→ux-auditor→license-auditor的执行顺序。project-health-check - 企业级质量周期:遵循来审核、报告并优化产出物。
knowledge/orchestration/quality-management-flow.md - 自修复循环:应用来自动从执行失败中恢复。
knowledge/orchestration/autonomous-debug-loop.md - 知识完整性审计:定期触发以维护三个知识层级的一致性。
knowledge-auditor - 自主故障排查:关联→
log-analyst→crisis-manager的执行流程。self-healing-orchestrator
- 混合AI原生流程:在核心逻辑的测试驱动开发(TDD)与AI直接生成之间取得最优平衡,目标覆盖率90%以上。详见
2. Executive Reporting
2. 高管报告
- Summarizes the results of multiple skill executions into a single, high-level status report for stakeholders.
- 将多个skill的执行结果汇总为一份简洁的高阶状态报告,供利益相关者查看。
Usage
使用场景
- "Execute a full production-readiness audit and report the results."
- "Create a business proposal for [Target Client] regarding [Solution/Technology]."
- "I want to release a new version. Coordinate all necessary checks and documentation."
- “执行完整的生产就绪审计并报告结果。”
- “为[目标客户]创建一份关于[解决方案/技术]的商业提案。”
- “我想发布新版本。协调所有必要的检查和文档工作。”
Knowledge Protocol
知识协议
- This skill adheres to the . It automatically integrates Public, Confidential (Company/Client), and Personal knowledge tiers, prioritizing the most specific secrets while ensuring no leaks to public outputs.
knowledge/orchestration/knowledge-protocol.md
- 本skill遵循协议。它会自动整合公开、机密(公司/客户专属)和个人三个知识层级,优先使用最具体的密钥,同时确保不会泄露到公开输出中。
knowledge/orchestration/knowledge-protocol.md