using-superpowers
Installation
SKILL.md
Superpowers Workflow
When to use this skill
- Always-on: This is the master orchestrator for all development work.
- Before writing any code (Planning & Design).
- During implementation (TDD & Logic).
- After completion (Verification & Review).
Workflow (The "Superpowers" Way)
1. Brainstorming & Design
- Socratic Refinement: Don't jump into code. Ask questions to tease out a full spec.
- Chunked Validation: Present the design in digestible parts for feedback.
- Plan First: Output a detailed implementation plan before touching source files.