ttxl314/dsh-skill-lord-serf ↗★ 0
@ttxl314/dsh-skill-lord-serf
DeepSeek Harness plugin: Lord/Serf agent protocol 0.5 skills (file-based multi-agent orchestration with bounded execution and schema-validated submissions)
AI Analysis
核心用途是执行复杂的、有边界的软件开发或文档编排任务。适合需要通过主(Lord)从(Serf)角色分工、严格按任务包规范交付成果的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ttxl314/dsh-skill-lord-serfREADME
Read the full README ↗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 maintainTASKS.md. - Dispatch a Serf: Lord dispatches through the
subagenttool; the subagent prompt is the generatedassets/templates/dispatch-instruction.md, and it must load theserfskill before executing the task package. - Serf session: type
/serfor hand it a task-package path; it may fan out sub-work throughsubagentinside the boundary (references/dsh-subagents.md), then writes the report from a template and ends with the report path.