earchibaldearchibaldCommunity·14 Agent Skills Included

vsc-superpowers

Structured planning, TDD, debugging, and code review workflows

Enforces disciplined software development workflows inside VS Code Copilot Chat and Copilot CLI through 14 slash commands and natural language triggers. Covers brainstorming, implementation planning, test-driven development, systematic debugging, code review, and parallel task execution. Eliminates guesswork fixes, unverified completion claims, and messy branch management by requiring evidence before every claim.
npx skills add earchibald/vsc-superpowers --all -g -y

All Skills in This Repository (14)

Pure Emerald Level Indicators
📦 In Repo
earchibaldearchibald

brainstorming

Guide collaborative brainstorming into concrete design sections with architecture and trade-offs.

Community
Advanced
📦 In Repo
earchibaldearchibald

verification-before-completion

Run verification commands and report evidence before marking work complete.

Community
Advanced
📦 In Repo
earchibaldearchibald

executing-plans

Execute implementation plans in controlled batches with review checkpoints.

Community
Intermediate
📦 In Repo
earchibaldearchibald

systematic-debugging

Guide root-cause investigation of bugs through a four-phase debugging workflow.

Community
Advanced
📦 In Repo
earchibaldearchibald

subagent-driven-development

Dispatch fresh subagents per task with two-stage spec and code quality reviews.

Community
Advanced
📦 In Repo
earchibaldearchibald

using-git-worktrees

Create isolated git worktrees for feature development with safety checks.

Community
Intermediate
📦 In Repo
earchibaldearchibald

requesting-code-review

Dispatch a code-reviewer subagent to verify new work before merging.

Community
Intermediate
📦 In Repo
earchibaldearchibald

finishing-a-development-branch

Verify tests and finalize Git feature branches with merge, PR, keep, or discard options.

Community
Intermediate
📦 In Repo
earchibaldearchibald

receiving-code-review

Verify code-review feedback against the codebase before implementing changes.

Community
Advanced
📦 In Repo
earchibaldearchibald

using-superpowers

Invoke the Skill tool at conversation start to load applicable skills.

Community
Basic
📦 In Repo
earchibaldearchibald

test-driven-development

Define a test-driven development workflow with explicit Red-Green-Refactor steps.

Community
Intermediate
📦 In Repo
earchibaldearchibald

writing-skills

Document and codify proven skills with YAML frontmatter and Markdown guides.

Community
Basic

Frequently Asked Questions

FAQPage Schema
How to install vsc-superpowers?

Run `npx skills add earchibald/vsc-superpowers --all -g -y` in your terminal to install all 14 skills globally.

What does vsc-superpowers do?

It gives GitHub Copilot a complete development workflow covering planning, TDD, debugging, verification, and code review. Copilot infers the right workflow from your natural language requests automatically.

Does vsc-superpowers work with VS Code Copilot Chat?

Yes. It installs per-workspace via .github/copilot-instructions.md and provides slash commands like /write-plan, /tdd, and /investigate, plus natural language inference.

How does the Iron Law of Verification work?

Copilot CLI hooks warn you before git commits if tests have not been run recently. A verification marker is created when tests pass and expires after one hour.

Can I use vsc-superpowers without coding experience?

Basic development knowledge helps, but you can simply describe what you want in plain English and Copilot follows the structured workflows for you.

Related Repositories in Software Engineering

View All in Software Engineering