coctostancoctostanCommunityยท10 Agent Skills Included

pi-superpowers

Structured brainstorming, planning, TDD, debugging, and code review workflows

Guides coding agents through a complete development workflow: brainstorming ideas, writing implementation plans, test-driven development, systematic debugging, and code review. Eliminates guess-and-check fixes, unverified completion claims, and chaotic multi-task sessions. Includes a plan tracker and subagent dispatch patterns so work stays organized, reviewed, and verified from first idea to merged branch.
npx skills add coctostan/pi-superpowers --all -g -y

All Skills in This Repository (10)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install pi-superpowers?โ–ผ

Run `npx skills add coctostan/pi-superpowers --all -g -y` in your terminal to install all skills in this suite globally.

What does pi-superpowers do?โ–ผ

It gives your coding agent a structured workflow covering brainstorming, planning, test-driven development, systematic debugging, code review, and branch finishing. Each skill loads on demand to keep work disciplined and verified.

How does it enforce test-driven development?โ–ผ

The test-driven-development skill requires a failing test before any production code, following the RED-GREEN-REFACTOR cycle. It also includes anti-pattern references to prevent testing mocks instead of real behavior.

Can it run tasks with subagents in parallel?โ–ผ

Yes. The dispatching-parallel-agents and subagent-driven-development skills split independent tasks across fresh subagents with two-stage review. Without a subagent extension, the same skills work as manual process guides.

Do I need coding experience to use pi-superpowers?โ–ผ

Basic familiarity helps, but the skills guide the agent step by step. You describe what you want built, and the agent follows the structured workflow from design to merged code.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’