superpowers
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSuperpowers - Agent Development Workflows
超级能力 - Agent开发工作流
Comprehensive agent development skill collection optimized for AI-assisted coding workflows. Contains 14 skills across 5 categories, prioritized by workflow stage to guide development from ideation to completion.
这是一套针对AI辅助编码工作流优化的全面Agent开发技能集合,包含5个类别共14项技能,按工作流阶段排序,可指导从构思到完成的全流程开发。
When to Apply
适用场景
Reference these skills when:
- Starting a new feature or project (brainstorming, writing-plans)
- Debugging any issue (systematic-debugging)
- Writing or modifying code (test-driven-development)
- Managing branches and isolation (using-git-worktrees)
- Completing and integrating work (finishing-a-development-branch)
- Receiving or requesting code review (receiving-code-review, requesting-code-review)
当你处于以下场景时,可参考这些技能:
- 启动新功能或项目(brainstorming、编写计划)
- 调试各类问题(systematic-debugging)
- 编写或修改代码(test-driven-development)
- 管理分支与隔离(using-git-worktrees)
- 完成并集成工作(finishing-a-development-branch)
- 接收或发起代码评审(receiving-code-review、requesting-code-review)
Skill Categories by Workflow Stage
按工作流阶段划分的技能类别
| Stage | Category | Skills | Priority |
|---|---|---|---|
| 1 | Ideation & Planning | | CRITICAL |
| 2 | Implementation | | CRITICAL |
| 3 | Debugging | | HIGH |
| 4 | Code Review | | HIGH |
| 5 | Completion | | HIGH |
| 6 | Utilities | | MEDIUM |
| 阶段 | 类别 | 技能 | 优先级 |
|---|---|---|---|
| 1 | 构思与规划 | | 关键 |
| 2 | 实现 | | 关键 |
| 3 | 调试 | | 高 |
| 4 | 代码评审 | | 高 |
| 5 | 完成 | | 高 |
| 6 | 工具类 | | 中 |
Quick Reference
快速参考
1. Ideation & Planning (CRITICAL)
1. 构思与规划(关键)
- - Collaborative design exploration before implementation
brainstorming - - Create detailed implementation plans with bite-sized tasks
writing-plans
- - 实现前的协作式设计探索
brainstorming - - 创建包含细分任务的详细实现计划
writing-plans
2. Implementation (CRITICAL)
2. 实现(关键)
- - RED-GREEN-REFACTOR cycle for all code
test-driven-development - - Execute plans with fresh subagent per task
subagent-driven-development - - Batch execution with checkpoints in separate session
executing-plans
- - 适用于所有代码的RED-GREEN-REFACTOR循环
test-driven-development - - 为每个任务分配独立的新subagent来执行计划
subagent-driven-development - - 在独立会话中批量执行并设置检查点
executing-plans
3. Debugging (HIGH)
3. 调试(高)
- - Four-phase root cause investigation before fixes
systematic-debugging
- - 修复前的四阶段根因分析
systematic-debugging
4. Code Review (HIGH)
4. 代码评审(高)
- - Dispatch code reviewer subagent after implementation
requesting-code-review - - Technical evaluation, not performative agreement
receiving-code-review
- - 实现完成后分配代码评审subagent
requesting-code-review - - 技术评估,而非形式化同意
receiving-code-review
5. Completion (HIGH)
5. 完成(高)
- - Evidence before claims, always
verification-before-completion - - Merge, PR, keep, or discard options
finishing-a-development-branch
- - 始终先验证再提出结论
verification-before-completion - - 合并、PR、保留或丢弃分支的选项
finishing-a-development-branch
6. Utilities (MEDIUM)
6. 工具类(中)
- - Isolated workspaces for parallel development
using-git-worktrees - - One agent per independent problem domain
dispatching-parallel-agents - - How to find and invoke skills
using-superpowers - - TDD applied to process documentation
writing-skills
- - 用于并行开发的独立工作区
using-git-worktrees - - 为每个独立问题域分配一个agent
dispatching-parallel-agents - - 如何查找并调用技能
using-superpowers - - 将TDD应用于流程文档
writing-skills
Core Principles
核心原则
Each skill enforces key discipline principles:
| Principle | Skills | Iron Law |
|---|---|---|
| Test First | | No production code without failing test |
| Root Cause First | | No fixes without investigation |
| Evidence First | | No claims without verification |
| Plan First | | No code without design |
每项技能都遵循关键的规范原则:
| 原则 | 技能 | 铁律 |
|---|---|---|
| 测试优先 | | 无失败测试则不编写生产代码 |
| 根因优先 | | 未调查则不修复 |
| 证据优先 | | 未验证则不提出结论 |
| 规划优先 | | 无设计则不编写代码 |
How to Use
使用方法
Read individual skill files for detailed instructions:
brainstorming/SKILL.md
test-driven-development/SKILL.md
systematic-debugging/SKILL.mdEach skill file contains:
- Overview and core principle
- When to use (and when NOT to)
- Step-by-step process
- Common mistakes and red flags
- Integration with other skills
阅读单个技能文件获取详细说明:
brainstorming/SKILL.md
test-driven-development/SKILL.md
systematic-debugging/SKILL.md每个技能文件包含:
- 概述与核心原则
- 适用(及不适用)场景
- 分步流程
- 常见错误与警示信号
- 与其他技能的集成
Full Compiled Document
完整编译文档
For the complete guide with all skills expanded:
AGENTS.md如需包含所有技能详细内容的完整指南,请查看:
AGENTS.md