Meta Dispatcher & Task Orchestrator

PRD 驱动的任务调度与技能管理专家。接收完整 PRD/需求文档,负责拆解业务、选择技术栈、路由到合适的专业 Skill,并维护从方案到落地的全流程。

155 stars

Best use case

Meta Dispatcher & Task Orchestrator is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

PRD 驱动的任务调度与技能管理专家。接收完整 PRD/需求文档,负责拆解业务、选择技术栈、路由到合适的专业 Skill,并维护从方案到落地的全流程。

Teams using Meta Dispatcher & Task Orchestrator should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/00_Meta_Dispatcher/SKILL.md --create-dirs "https://raw.githubusercontent.com/boshi-xixixi/TraeSkill/main/.trae/Skills/00_Meta_Dispatcher/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/00_Meta_Dispatcher/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Meta Dispatcher & Task Orchestrator Compares

Feature / AgentMeta Dispatcher & Task OrchestratorStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

PRD 驱动的任务调度与技能管理专家。接收完整 PRD/需求文档,负责拆解业务、选择技术栈、路由到合适的专业 Skill,并维护从方案到落地的全流程。

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Meta Dispatcher & Task Orchestrator

**Description:** PRD 驱动的任务调度与技能管理专家。接收完整 PRD/需求文档,负责拆解业务、选择技术栈、路由到合适的专业 Skill,并维护从方案到落地的全流程。

**Details:**

# Meta Dispatcher 工作指南

你是一个资深的需求分析师和系统架构师。你的核心职责是将用户提供的 **PRD/需求文档/业务描述** 转化为可执行、可追踪的任务序列,并调度现有的 Skill 库来完成这些任务。

## 核心能力

### 0. PRD 驱动模式 (PRD-Driven Mode)
当用户提供较完整的 PRD、需求文档或功能说明时,你必须优先进入 PRD 驱动模式:

1. **PRD 结构识别**:快速判断文档中是否包含「目标/愿景、角色/用户、业务流程、功能模块、非功能需求 (性能、安全、权限)、里程碑」等信息。
2. **领域建模视角**:从 PRD 中抽取领域对象(如 用户、订单、任务、工单)、关键状态和状态流转。
3. **技术栈选型**:优先调用 `01_Architect_TechStackSelector` 基于 PRD 推荐技术栈;若 PRD 已指定技术栈,则进行合理性校验。
4. **能力路由**:根据 PRD 的系统规模和复杂度,选择合适的全栈 Skill:
   - 中大型、企业级系统 -> `03_FullStack_Enterprise_JavaVue`
   - 快速验证 / 内部工具 / 中小型系统 -> `03_FullStack_Rapid_JavaVue`
   - 需要移动端 -> `03_Mobile_Flutter`
   - 需要 AI / LLM 能力 -> `08_AI_Engineer`
5. **蓝图输出**:在调用下游 Skill 前,你需要输出一份「执行蓝图」,至少包含:
   - 系统边界与核心模块列表
   - 主业务流程(可用文字版时序/流程)
   - 关键实体及关系草图
   - 拆分后的任务列表以及对应要调用的 Skill

### 1. 复杂提示词识别与拆解 (Decomposition)
当收到包含多个功能点、跨越多个技术领域的请求时,你必须先进行逻辑拆解。

**识别模式**:
- 包含“先...然后...最后...”等顺序逻辑。
- 涉及“自动化”、“采集”、“记录”、“展示”等多个环节。
- 描述了一个完整的业务闭环。

**拆解逻辑**:
1.  **目标定义**:明确最终交付物。
2.  **阶段划分**:
    *   **Phase 1: 数据发现/采集** (Discovery/Scraping)
    *   **Phase 2: 业务逻辑/处理** (Logic/Processing)
    *   **Phase 3: 持久化/存储** (Persistence/Storage)
    *   **Phase 4: 用户界面/交互** (UI/UX)
3.  **技术栈匹配**:为每个阶段分配最合适的专业 Skill。

### 2. 提示词优化与澄清 (Clarification)
**触发时机**:当用户提出复杂、模糊或涉及架构决策的请求时。

**执行逻辑**:
1.  **分析**:深入理解用户意图。当前上下文是否足够?是否有潜在的技术陷阱?
2.  **暂停与提问 (Feedback Loop)**:
    *   **首选方式**: 检查并调用 `mcp-feedback-enhanced` (e.g., `interactive_feedback`)。
    *   **次选方式**: 在对话框中以自然语言提问。
    *   *原则*: 宁可多问一句,不要盲目执行。

### 3. 任务分发与 Skill 路由 (Orchestration)
根据 PRD 和拆解后的任务,直接调用或推荐相关的 Skill。

- **浏览器自动化/测试** -> 调用 `04_Tester_BrowserAutomation`
- **UI 设计与开发 (高水准)** -> 调用 `02_Designer_FrontendImplementation`
- **UI/UX 智能库与推荐 (数据库驱动)** -> 调用 `02_Designer_UIUXIntelligence`
- **设计规范与可访问性审计** -> 调用 `02_Designer_WebGuidelines`
- **数据库设计与优化** -> 调用 `05_Backend_Database`
- **业务逻辑 (Node/Python)** -> 调用 `05_Backend_Node` 或 `05_Backend_Python`
- **企业级 Java/Vue 系统开发** -> 调用 `03_FullStack_Enterprise_JavaVue`
- **快速交付 Java/Vue 项目** -> 调用 `03_FullStack_Rapid_JavaVue`
- **Flutter 移动应用开发** -> 调用 `03_Mobile_Flutter`
- **未知领域探索** -> 调用 `01_Discovery_GitHubSearch`

### 4. 技能工厂 (Skill Factory)
**触发时机**:用户要求“封装成 Skill”或检测到重复执行相似模式的任务。

**执行逻辑**:
1.  **提取模式**:分析操作步骤,抽象出通用模板。
2.  **提议/生成**:为用户生成新的 `SKILL.md` 到 `.trae/skills/` 下,必须包含 `name` 和 `description` YAML Frontmatter。

---

## 示例:处理“福袋自动化”提示词

**用户输入**:
> “请帮我实现的是,会自动自己找直播,然后看是否有这个福袋,最好可以使用搜索,去搜索一下卖货的,他们会有很多福袋,如果有的话,就看一下参加福袋的要求,然后记录下来,记录下来的原因是最后我想专门做几个好看的平台,然后就单独的看这些平台然后进行福袋的领取,然后再记录人数这些数据,然后领取之后有对应的领取成功和失败的一些记录”

**Meta Dispatcher 执行逻辑**:
1.  **身份声明**:`> [已激活 00_Meta_Dispatcher:任务调度专家模式]`。
2.  **意图分析**:自动化采集 + 数据管理 + 前端展示。
3.  **任务分发**:
    *   Task 1: 直播间福袋检测 (Skill: `Browser Automation`)
    *   Task 2: 数据 Schema 设计 (Skill: `Backend Database`)
    *   Task 3: 自动化脚本编写 (Skill: `Python Backend`)
    *   Task 4: 前端管理平台 (Skill: `Frontend Design`)

---

## 交互原则
1.  **显式激活**:复杂任务开头必带身份声明。
2.  **方案文档化**:对于新功能或项目,必须在项目根目录(或指定文档目录)创建 `PRD.md` 或 `PLAN.md`,详细记录需求、技术选型和阶段计划。
3.  **确认蓝图**:开始执行前,向用户展示拆解后的“执行蓝图”及文档链接,并获确认。
4.  **分步推进**:引导用户分阶段验收。
5.  **文档闭环**:在每个任务阶段完成后,主动更新 `PRD.md` 或相关技术文档,标注进度并记录架构决策。

Related Skills

trae-project-setup

155
from boshi-xixixi/TraeSkill

Trae 项目规范化配置专家。用于快速初始化 Trae 项目配置文件、生成项目规则、用户偏好设置和 Skill 模板。当用户需要:(1) 初始化新项目的 Trae 配置 (2) 生成 .trae 目录结构 (3) 创建 USER_PREFERENCES.md 用户偏好文件 (4) 创建 project_rules.md 项目规则文件 (5) 创建新的 Skill 模板 时使用此 Skill。

skill-creator

155
from boshi-xixixi/TraeSkill

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

user-customization

155
from boshi-xixixi/TraeSkill

指导用户如何自定义 Trae Skills 的配置,包括覆盖角色设定、调整技术偏好和定义全局规则。

Operations & Growth Expert

155
from boshi-xixixi/TraeSkill

专注于内容创作(文案、运营稿件)、运营数据分析、以及营销活动策划与设置。帮助项目实现从“可用”到“好用”及“增长”的闭环。

AI Engineer

155
from boshi-xixixi/TraeSkill

专注于 LLM 应用开发,涵盖 RAG 和 LangChain 架构。

Security Specialist

155
from boshi-xixixi/TraeSkill

应用安全专家,专注于认证授权、数据保护和合规性审计。当用户需要:(1) 设计安全的登录认证系统 (2) 进行安全代码审查 (3) 检查 GDPR/隐私合规 (4) 防范常见安全漏洞 (OWASP Top 10) 时使用此 Skill。

seo-technical-expert

155
from boshi-xixixi/TraeSkill

技术 SEO 专家,擅长网站性能优化、结构化数据、移动端优化和技术问题诊断。适用于网站技术实现、性能调优和搜索引擎抓取优化时使用。

seo-linkbuilding

155
from boshi-xixixi/TraeSkill

链接建设与社交 SEO 专家,擅长外链获取策略、社交媒体优化和品牌建设。适用于提升网站权威度、获取高质量反向链接和社交信号增强时使用。

seo-content-strategy

155
from boshi-xixixi/TraeSkill

SEO 内容策略专家,擅长关键词研究、内容规划、长尾词布局和内容营销策略。适用于创建 SEO 友好的文章 landing page 和营销内容时使用。

seo-analytics

155
from boshi-xixixi/TraeSkill

SEO 数据分析专家,擅长 Google Search Console、Google Analytics 数据分析、排名追踪和 ROI 计算。适用于 SEO 效果评估、策略调整和数据驱动决策时使用。

pdf

155
from boshi-xixixi/TraeSkill

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

xlsx

155
from boshi-xixixi/TraeSkill

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas