Back to authors
rhuss

rhuss

12 Skills published on GitHub.

brainstorm

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

UncategorizedView skill →

constitution

Create and manage project constitution - defines project-wide principles, patterns, and standards that guide all specs and implementations

UncategorizedView skill →

evolve

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

UncategorizedView skill →

implement

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

UncategorizedView skill →

review-code

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

UncategorizedView skill →

review-spec

Review specifications for soundness, completeness, and implementability - validates structure, identifies ambiguities, checks for gaps before implementation

UncategorizedView skill →

spec-kit

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.

UncategorizedView skill →

spec-refactoring

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

UncategorizedView skill →

spec

Create specifications directly from clear requirements - uses spec-kit tools to create formal, executable specs following WHAT/WHY principle (not HOW)

UncategorizedView skill →

using-superpowers-sdd

Establishes SDD methodology - workflow routing, process discipline, spec-first principle, and skill discovery. Use when starting any SDD conversation to determine which workflow skill to invoke.

UncategorizedView skill →

verification-before-completion

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

UncategorizedView skill →

writing-plans

Generate implementation plans FROM specifications - reads spec as input, extracts requirements, creates step-by-step tasks with validation against spec

UncategorizedView skill →