yefei124/superpowers-workflow0

dsh-superpowers-workflow

Superpowers 风格的 DSH 开发工作流插件:头脑风暴 → 计划 → TDD → 调试,8 个引导工具 + Markdown 总结导出。

AI Analysis

核心用途是规范和引导软件开发全流程。适合使用 DSH 进行代码编写、希望按照标准工程步骤(如测试驱动开发)推进任务的开发者。

Package
dsh-superpowers-workflow
Version
0.1.0
License
MIT
Last updated
Aug 16, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

使用

直接对 Agent 说:

用 Superpowers 流程帮我实现一个 XX 功能

Agent 会自动调用 sup_start 启动工作流,并按阶段引导:

  1. 头脑风暴:sup_brainstorm { action: "add", ideas: [...] } 记录想法,decide 筛选,wrapup 结束
  2. 制定计划:sup_plan { action: "add", step: { title, detail, acceptance } } 逐条添加,finalize 定稿
  3. TDD:按 sup_tdd { action: "cycle", state: "red"|"green"|"refactor" } 记录红绿重构循环
  4. 调试:sup_debug 打开/更新/关闭调试会话

随时可以:

  • sup_status — 查看进度
  • sup_advance — 手动推进阶段
  • sup_export — 导出总结,让 Agent 保存为文件或分享

导出示例