ttxl314/dsh-skill-lord-serf0

@ttxl314/dsh-skill-lord-serf

DSH 插件:提供 Lord/Serf 智能体协议 0.5 技能,实现基于文件的多智能体协同、有界执行与模式验证交付。

AI 分析

核心用途是执行复杂的、有边界的软件开发或文档编排任务。适合需要通过主(Lord)从(Serf)角色分工、严格按任务包规范交付成果的用户。

套件
@ttxl314/dsh-skill-lord-serf
版本
0.1.0
授權
MIT
最近更新
2026年8月14日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ttxl314/dsh-skill-lord-serf

Usage

  • Lord session: say "orchestrate this project with the Lord protocol" or type /lord; follow the workflow to produce task packages and dispatch instructions and maintain TASKS.md.
  • Dispatch a Serf: Lord dispatches through the subagent tool; the subagent prompt is the generated assets/templates/dispatch-instruction.md, and it must load the serf skill before executing the task package.
  • Serf session: type /serf or hand it a task-package path; it may fan out sub-work through subagent inside the boundary (references/dsh-subagents.md), then writes the report from a template and ends with the report path.