asd176916847/dsh-plan-first-dev1

dsh-plan-first-dev

开发前自动进入 plan mode:任务先出方案、用户批准后再动手(plan-first development workflow)

AI Analysis

强制 Agent 在执行任务前先输出设计方案,待用户确认后再动手。适合需要严格把控代码变更、避免 Agent 盲目修改项目文件的开发场景。

Package
dsh-plan-first-dev
Version
0.1.0
License
MIT
Last updated
Aug 14, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:asd176916847/dsh-plan-first-dev

配置

配置项默认说明
defaultOntrue新会话是否自动开启 plan mode

示例(patch 覆盖):

- id: plan-first-dev
  config:
    defaultOn: false