mission-control

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Mission 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
    knowledge/orchestration/meta-skills/intent_mapping.yaml
    to trigger pre-defined skill chains (Meta-Skills).
  • Credential Verification: Automatically invokes
    connection-manager
    before any task requiring external tools (Slack, Jira, AWS) to ensure secrets are loaded.
  • 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
    knowledge/orchestration/global_skill_index.json
    to instantly identify the best skills for a task without reading all definition files.
  • Parallel Audit Pipeline: Can trigger
    security-scanner
    ,
    ux-auditor
    , and
    license-auditor
    in parallel, aggregating results for a 3x speedup in quality gates.
  • 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
      knowledge/orchestration/proposal-pipeline.md
      for the full research-to-production sequence.
    • Production Readiness Audit: Coordinates
      security-scanner
      ->
      ux-auditor
      ->
      license-auditor
      ->
      project-health-check
      .
    • Enterprise Quality Cycle: Follows
      knowledge/orchestration/quality-management-flow.md
      to review, report, and improve artifacts.
    • Self-Healing Loop: Applies
      knowledge/orchestration/autonomous-debug-loop.md
      to automatically recover from execution failures.
    • Knowledge Integrity Audit: Periodically triggers
      knowledge-auditor
      to maintain consistency across 3 tiers.
    • Autonomous Troubleshooting: Links
      log-analyst
      ->
      crisis-manager
      ->
      self-healing-orchestrator
      .
  • 意图驱动执行:对照
    knowledge/orchestration/meta-skills/intent_mapping.yaml
    解析用户的抽象需求,触发预定义的skill链(Meta-Skills)。
  • 凭证验证:在任何需要调用外部工具(Slack、Jira、AWS)的任务执行前,自动调用
    connection-manager
    确保已加载密钥。
  • 提案方品牌统一:协调所有可视化skill采用
    knowledge/templates/themes/proposer/
    中定义的“提案方品牌”(如logo、配色)。
  • 全局Skill检索:优先使用
    knowledge/orchestration/global_skill_index.json
    ,无需读取所有定义文件即可快速识别任务的最优skill。
  • 并行审计流水线:可并行触发
    security-scanner
    ux-auditor
    license-auditor
    ,汇总结果后将质量门环节提速3倍。
  • 三层主权协议:协调所有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
      的执行流程。

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
    knowledge/orchestration/knowledge-protocol.md
    . It automatically integrates Public, Confidential (Company/Client), and Personal knowledge tiers, prioritizing the most specific secrets while ensuring no leaks to public outputs.
  • 本skill遵循
    knowledge/orchestration/knowledge-protocol.md
    协议。它会自动整合公开、机密(公司/客户专属)和个人三个知识层级,优先使用最具体的密钥,同时确保不会泄露到公开输出中。