今天要推荐的是一个最近非常火热的 AI 编程增强工具——obra/superpowers。这个项目目前已获得 14.6 万 Star,它为 Claude Code、Cursor、Codex 等主流 AI 编程工具提供了一套完整的软件开发和自动化工作流程。

项目介绍
Superpowers 是一套专为 AI 编程 Agent 设计的技能集和工作流程插件。它的核心理念是:当 AI 开始帮你写代码时,它不应该直接跳进去写代码,而是应该先停下来,先弄清楚你真正想要做什么。
项目会自动触发一系列设计规范流程:先从对话中提炼出规格说明,以小块的方式展示给你确认;然后制定实施计划,强调真正的红绿 TDD 模式、YAGNI(你不会需要它)原则和 DRY(不要重复自己)原则;最后启动子 Agent 驱动开发流程,让 AI 可以连续自主工作数小时不偏离计划。
特色功能
- 自动触发技能:AI Agent 无需额外操作,Superpowers 技能会自动触发
- 多平台支持:支持 Claude Code(官方市场)、Cursor、CoDEX、OpenCode、GitHub Copilot CLI 和 Gemini CLI
- 规范开发流程:内置 TDD、YAGNI、DRY 等最佳工程实践
- 子 Agent 驱动开发:支持多 Agent 分工协作
- 详细的安装文档:每个平台都有详细的安装和使用说明
安装步骤
Claude Code 官方市场安装:
/plugin install superpowers@claude-plugins-official
Claude Code(手动市场):
/plugin marketplace add obra/superpowers-marketplace
/plugin install superpowers@superpowers-marketplace
Cursor:
# 在 Cursor Agent 聊天中输入
/add-plugin superpowers
CoDEX:
Fetch and follow instructions from https://raw.githubusercontent.com/obra/superpowers/refs/heads/main/.codex/INSTALL.md
OpenCode:
Fetch and follow instructions from https://raw.githubusercontent.com/obra/superpowers/refs/heads/main/.opencode/INSTALL.md
GitHub Copilot CLI:
copilot plugin marketplace add obra/superpowers-marketplace
copilot plugin install superpowers@superpowers-marketplace
Gemini CLI:
gemini extensions install https://github.com/obra/superpowers
适用场景
- 大型项目开发:需要 AI 有条不紊地按计划执行任务
- 追求代码质量:希望 AI 遵循 TDD 等工程规范
- 多工具用户:同时使用多种 AI 编程工具
- 团队协作:建立标准化的 AI 辅助开发流程
服务支持:如有兴趣不会搭建,可以联系微信:WRYD6166,开源项目搭建10-50元。
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END









暂无评论内容