Appendix: Skills Reference, Commands, and Architecture
The appendix provides technical reference documentation for Superpowers, including quick reference for all skills, complete command explanations, detailed agent definitions, and architecture design principles.
Chapter Overview
This section contains the following technical reference materials:
- Complete Skills Reference: Trigger conditions, usage methods, and core points for all 14 skills
- Command Reference: Detailed explanations of slash commands (
/brainstorm,/write-plan,/execute-plan) - Agent Reference: Definitions and responsibilities for agents like code review agents
- Architecture and Implementation Principles: Deep dive into Superpowers' architecture design, hook system, and skill discovery mechanism
Sub-page Navigation
| Page | Description |
|---|---|
| Complete Skills Reference | Quick reference for all 14 skills, including trigger conditions, use cases, and core points |
| Command Reference | Detailed explanations of three slash commands: /brainstorm, /write-plan, /execute-plan |
| Agent Reference | Definitions, responsibilities, and usage methods for agents like code review agents |
| Architecture and Implementation Principles | Deep analysis of Superpowers' architecture design, hook system, and skill discovery mechanism |
Learning Path Recommendations
Beginner Path
If you're just getting started with Superpowers, we recommend reading in this order:
- First complete the Quick Start and Core Workflows chapters
- As you use Superpowers, return to this appendix when you need to quickly look up skills or commands
- Read Architecture and Implementation Principles when you want to deeply understand how Superpowers works
Advanced Path
If you're already familiar with the basic usage of Superpowers, you can:
- Read Complete Skills Reference directly to comprehensively understand all skills
- Refer to Architecture and Implementation Principles to prepare for writing custom skills
- Check Command Reference to optimize your workflow command usage
Prerequisites
Before reading this appendix, we recommend that you have completed:
- Quick Start
- At least one core workflow learning (such as Design Workflow)
Next Steps
After completing this appendix, you can:
- Write Custom Skills to extend Superpowers functionality
- Contributing Guide to contribute your skills to the Superpowers project
- Return to Core Workflows or Advanced Features chapters for further practice