fengbin01/dsh-team-superflow0

dsh-team-superflow

适用于 DSH 的五人开发团队插件:由状态机驱动,包含架构师、程序员、评审员等角色,支持阶段任务与自动推进。

AI 分析

用于在 DSH 中启用多角色 AI 协作开发流程。适合需要规范化软件工程(设计、编码、评审、文档)并自动控制构建门禁的复杂开发任务。

套件
dsh-team-superflow
版本
0.2.0
授權
MIT
最近更新
2026年8月25日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:fengbin01/dsh-team-superflow

Usage

Natural language:

Use AgentTeams to add a dark mode to this repo, following spec → contract → implement → review.

Or the slash command:

/agent-teams refactor the auth boundary and produce the full execution contract and tests

Configuration

- id: agent-teams
  config:
    stateDir: .agent-teams
    memberProvider: spawn
    memberModel: deepseek-v4
    memberMaxDepth: 1
    maxMembers: 8
    fixedRoster: true          # false → original behavior (empty team)
    phaseAutoAdvance: true
    promptSectionOrder: 117
    slashCommand: true