superpowers-reasonix
Disciplined coding workflows: test-first, debug, plan, verify
All Skills in This Repository (10)
Pure Emerald Level Indicatorssuperpowers-test-driven-development
Write failing tests before production code and implement minimal fixes.
superpowers-writing-skills
Enforce a test-driven red-green-refactor workflow for creating and validating Reasonix skills.
superpowers-verification-before-completion
Enforce evidence-based verification before marking software tasks complete.
superpowers-receiving-code-review
Verify and clarify code review feedback before implementing changes.
superpowers-using-git-worktrees
Create isolated git worktree workspaces for feature development.
superpowers-systematic-debugging
Trace root causes and validate fixes across multi-component systems.
superpowers-finishing-a-development-branch
Verify tests and finalize development branches with merge, PR, or cleanup options.
superpowers-writing-plans
Translate software specifications into structured development plans with tests and commits.
superpowers-executing-plans
Execute written plans step-by-step with in-session task checkpoints.
superpowers-brainstorming
Guide teams through structured brainstorming to produce approved design documents.
Frequently Asked Questions
FAQPage SchemaHow to install superpowers-reasonix?▼
Run `npx skills add christopherarter/superpowers-reasonix --all -g -y` in your terminal to install all skills globally.
What does superpowers-reasonix do?▼
It gives your coding agent the disciplines of a careful engineer: write tests first, debug from evidence, plan before coding, and verify before claiming done.
Which coding agents work with these skills?▼
They are built for the Reasonix CLI and DeepSeek models, and follow the standard SKILL.md format used by compatible coding agents.
How do the skills know when to run?▼
The bundled AGENTS.md file routes each situation, like a bug or a finished branch, to the right skill automatically at the moment it applies.
Do I need coding experience to use it?▼
Basic development familiarity helps, but the skills guide the agent step by step, so you mainly describe what you want built or fixed.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core