⌘K
Change language Switch ThemeSign In
Narrow Mode
Recommended: Superpowers – A rigorous development workflow for AI coding agents
Recommended: Superpowers – A rigorous development workflow for AI coding agents
 ### Viking@vikingmute
这个 Superpowers 的 skills 合集值得拥有,支持大多数的 code agent github.com/obra/superpowe…
最近开发新项目用了一下感觉很好:
Superpowers 基本上就是给 AI 编码代理强加一套非常严格、完整的开发规范 + 流程。
核心开发流程:
1 头脑风暴,先不写代码,问问题,各种备选方案
2 使用 git worktree 创建独立 worktree 工作空间
3 写详细计划,把需求拆成超级小的任务
4 执行计划 每个小任务派一个全新 sub agent 去干,执行完任务要过两道审查
5 TDD 测试驱动开发
6 任务之间自动触发审查,AI 自己给自己 code review
7 全部任务做完 跑全量测试 验证通过 给你选项:merge / PR / 保留 / 丢弃
我觉得不仅仅是一个 skill,而是一个值得借鉴的 AI agent 开发流程,之前的项目已经很多步骤在走这个大致的流程了。Show More
Mar 23, 2026, 11:34 AM View on X
1 Replies
2 Retweets
34 Likes
2,712 Views V Viking @vikingmute
One Sentence Summary
Introducing the Superpowers project, which improves the quality of AI coding agents by introducing strict development standards, TDD, and automated review mechanisms.
Summary
This tweet recommends the Superpowers project, which is not just a collection of tools, but a complete development workflow designed for AI coding agents. Key components include brainstorming, Git Worktree isolation, task decomposition, sub-agent execution, TDD (Test-Driven Development), and automated code reviews. The author believes this workflow significantly enhances the standardization and reliability of AI programming and is worth adopting.
AI Score
83
Influence Score 11
Published At Today
Language
Chinese
Tags
AI Agent
Superpowers
TDD
Code Review
AI Programming HomeArticlesPodcastsVideosTweets