norseboar

norseboar/superpowers-cursor

20 resources in this repository

GitHub
🎯20

🎯Skills20

🎯dispatching-parallel-agents🎯Skill

Coordinates multiple Claude Code agents to work on different tasks simultaneously, enabling parallel execution of complex workflows.

dispatching-parallel-agents
🎯requesting-code-review🎯Skill

Guides Claude through structured code review processes, ensuring thorough feedback on design, implementation, and potential issues.

requesting-code-review
🎯condition-based-waiting🎯Skill

Handles async testing patterns by waiting for conditions to be met rather than using fixed delays.

condition-based-waiting
🎯executing-plans🎯Skill

Executes implementation plans in manageable batches, breaking down tasks into sequential steps for systematic code development.

executing-plans
🎯receiving-code-review🎯Skill

Guides Claude through receiving and responding constructively to code review feedback with systematic techniques.

receiving-code-review
🎯test-driven-development🎯Skill

Guides implementation through RED-GREEN-REFACTOR cycles, writing failing tests first before implementing features.

test-driven-development
🎯testing-skills-with-subagents🎯Skill

Tests Claude Code skills by executing them as subagents to verify functionality and catch integration issues.

testing-skills-with-subagents
🎯sharing-skills🎯Skill

Enables Claude Code to create, test, validate, and distribute custom AI coding skills within the Superpowers ecosystem.

sharing-skills
🎯defense-in-depth🎯Skill

Implements layered security validation and error handling to catch issues at multiple levels before they reach production.

defense-in-depth
🎯systematic-debugging🎯Skill

Guides through a 4-phase debugging process to systematically identify and resolve code issues.

systematic-debugging
🎯testing-anti-patterns🎯Skill

Identifies and helps avoid common testing mistakes like brittle assertions, inadequate coverage, and flaky test patterns.

testing-anti-patterns
🎯brainstorming🎯Skill

Facilitates interactive design refinement through structured brainstorming conversations to explore ideas and refine solutions before implementation.

brainstorming
🎯using-superpowers🎯Skill

Teaches Claude Code to leverage the Superpowers skills library through slash commands and automatic activation of proven AI coding techniques.

using-superpowers
🎯root-cause-tracing🎯Skill

Systematically traces bugs to their origin by analyzing symptoms, isolating variables, and identifying root causes rather than treating surface-level issues.

root-cause-tracing
🎯finishing-a-development-branch🎯Skill

Guides developers through completing a development branch by integrating changes, running final tests, and preparing code for merge or deployment.

finishing-a-development-branch
🎯writing-plans🎯Skill

Creates structured implementation plans by breaking down features into sequential, actionable tasks with clear dependencies and success criteria.

writing-plans
🎯using-git-worktrees🎯Skill

Teaches Claude Code to use Git worktrees for parallel branch development and efficient context switching.

using-git-worktrees
🎯verification-before-completion🎯Skill

Verifies implementation completeness and correctness before marking tasks as finished, catching issues before delivery.

verification-before-completion
🎯writing-skills🎯Skill

Enhances Claude's code writing by applying proven techniques for clarity, structure, and maintainability across documentation and implementation.

writing-skills
🎯subagent-driven-development🎯Skill

Enables Claude to delegate coding tasks to specialized sub-agents, coordinating parallel development workflows and managing task distribution across multiple AI instances.

subagent-driven-development