Claude Skills
Curated SkillsRepositoriesNominate
Sign inSign up
© 2026 Claude Skills·Learn more about Agent Skills
Back to repositories
Indexed repository

rhuss/cc-superpowers-sdd

These skills were discovered automatically and have not necessarily received an editorial review.

View on GitHub
9 indexed skills3 stars

brainstorm
Indexed

Use when starting from rough ideas - refines concepts into executable specifications through collaborative questioning, alternative exploration, and incremental validation, use this skill when called from a command

View indexed skill

evolve
Indexed

Use when spec and code diverge - AI analyzes mismatches, recommends update spec vs fix code with reasoning, handles evolution with user control or auto-updates

View indexed skill

help
Indexed

Display SDD quick reference and offer to answer questions about the workflow

View indexed skill

implement
Indexed

Use when spec exists and is validated - generates implementation plan FROM spec, executes with TDD, and verifies spec compliance throughout

View indexed skill

review-code
Indexed

Review code against spec compliance - checks implementation matches spec requirements, identifies deviations, reports compliance score, triggers evolution if needed

View indexed skill

spec-kit
Indexed

Technical integration layer for spec-kit CLI - handles automatic initialization, installation validation, project setup, and ensures proper file/directory layout. Called by all SDD workflow skills.

View indexed skill

spec-refactoring
Indexed

Consolidate and improve evolved specs - identifies inconsistencies, removes redundancy, improves structure while maintaining feature coverage

View indexed skill

tutorial
Indexed

Interactive onboarding for SDD methodology - offers learning paths for quick start, full introduction, or team collaboration focus

View indexed skill

verification-before-completion
Indexed

Extended verification including tests AND spec compliance - runs tests, validates spec compliance, checks for drift, blocks completion on failures

View indexed skill