asd176916847/dsh-plan-first-dev ↗★ 1
dsh-plan-first-dev
开发前自动进入 plan mode:任务先出方案、用户批准后再动手(plan-first development workflow)
AI 분석
强制 Agent 在执行任务前先输出设计方案,待用户确认后再动手。适合需要严格把控代码变更、避免 Agent 盲目修改项目文件的开发场景。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:asd176916847/dsh-plan-first-dev配置
| 配置项 | 默认 | 说明 |
|---|---|---|
defaultOn | true | 新会话是否自动开启 plan mode |
示例(patch 覆盖):
- id: plan-first-dev
config:
defaultOn: false