Back to authors
rhuss

rhuss

12 Skills published on GitHub.

constitution

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

project-constitutionprinciplesstandardspatternsspecifications
project-setupView 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

specification-managementcode-evolutionautomated-diagnosticsuser-controlled-updates
code-intelligenceView skill →

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

collaborative-dialogueidea-evaluationproblem-framingincremental-validationsocratic-questioning
methodologyView 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.

cliproject-initializationvalidationfile-structureworkflow-integration
project-setupView skill →

review-spec

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

specificationvalidationambiguity-detectiongap-analysis
reviewView skill →

review-code

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

spec-compliancecode-reviewcompliance-scoredeviation-detectionevolution-trigger
reviewView 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.

workflow-automationprocess-managementspec-firstskill-discoveryworkflow-routing
methodologyView skill →

spec-refactoring

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

code-refactoringspecificationredundancy-removalcode-qualityfeature-coverage
refactoringView skill →

writing-plans

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

implementation-planrequirements-extractiontask-decompositionvalidationspecification
project-planningView skill →

spec

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

spec-kitWHAT-WHY-principleformal-specificationexecutable-specsrequirements-to-specs
specificationView skill →

implement

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

implementation-plantest-driven-developmentspec-complianceexecutionspecification
implementationView skill →

verification-before-completion

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

extended-verificationspec-compliancetest-automationfailure-blockingdrift-detection
verifyView skill →