roundpilotroundpilotCommunityยท15 Agent Skills Included

superpowers-antigravity

Structured planning, testing, debugging, and code review workflows

Guides coding agents through a complete development workflow: brainstorming, spec writing, planning, test-driven implementation, and review. Eliminates guesswork fixes, skipped tests, and unverified completion claims by enforcing root-cause debugging and evidence-based checks. Dispatches focused subagents per task with two-stage review so multi-step builds finish faster with fewer errors.
npx skills add roundpilot/superpowers-antigravity --all -g -y

All Skills in This Repository (15)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
roundpilotroundpilot

using-git-worktrees

Create isolated Git workspaces with branches and project setup scripts.

Community
Advanced
๐Ÿ“ฆ In Repo
roundpilotroundpilot

test-driven-development

Automates the Red-Green-Refactor cycle for writing and executing TDD tests.

Community
Intermediate
๐Ÿ“ฆ In Repo
roundpilotroundpilot

systematic-debugging

Implement a 4-phase debugging process to identify and resolve root causes.

Community
Advanced
๐Ÿ“ฆ In Repo
roundpilotroundpilot

using-superpowers

Invoke coding skills in a logical sequence before starting tasks.

Community
Intermediate
๐Ÿ“ฆ In Repo
roundpilotroundpilot

dispatching-parallel-agents

Dispatch multiple agents to execute independent tasks in parallel.

Community
Intermediate
๐Ÿ“ฆ In Repo
roundpilotroundpilot

executing-plans

Execute implementation plans with review checkpoints and generate artifact summaries.

Community
Intermediate
๐Ÿ“ฆ In Repo
roundpilotroundpilot

finishing-a-development-branch

Automates finishing development branches with test verification, merge/PR options, and cleanup.

Community
Advanced
๐Ÿ“ฆ In Repo
roundpilotroundpilot

browser-testing

Automate UI verification with screenshots, DOM inspection, and user flow recording.

Community
Intermediate
๐Ÿ“ฆ In Repo
roundpilotroundpilot

brainstorming

Guide design exploration with clarifying questions and design documentation.

Community
Intermediate
๐Ÿ“ฆ In Repo
roundpilotroundpilot

writing-plans

Create and review implementation plans for complex multi-step tasks.

Community
Advanced
๐Ÿ“ฆ In Repo
roundpilotroundpilot

requesting-code-review

Automate code review for Git commits using a reviewer subagent.

Community
Advanced
๐Ÿ“ฆ In Repo
roundpilotroundpilot

receiving-code-review

Verify code review feedback against the codebase and respond systematically.

Community
Intermediate

Frequently Asked Questions

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

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

What does superpowers-antigravity do?โ–ผ

It gives your coding agent a structured workflow: brainstorm the idea, write a spec and plan, implement with test-driven development, and verify with code review before merging.

Which platforms does this suite support?โ–ผ

This fork is built natively for Google Antigravity 2.0 only. For Claude Code, Codex, or Cursor support, use the upstream obra/superpowers repository instead.

How does it prevent bad fixes and flaky tests?โ–ผ

The systematic-debugging skill forces root-cause investigation before any fix, and the test-driven-development skill requires a failing test before any production code is written.

Do I need to trigger the skills manually?โ–ผ

No. The skills trigger automatically based on your request, so your agent follows the full workflow without any special commands from you.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’