Skip to content

Skill Mapping

HiveSpec provides full lifecycle coverage. This mapping shows how its skills relate to Superpowers and OpenSpec.

Superpowers SkillHiveSpec EquivalentNotes
using-superpowershs-using-hivespecEntry point, skill invocation discipline
brainstorminghs-designCollaborative design with approach exploration
test-driven-developmenths-implementTDD protocol embedded in implementation phase
systematic-debugginghs-implement4-phase debugging methodology in implementation
verification-before-completionhs-verifyE2E red/green, blast radius, code review
requesting-code-reviewhs-verifyCode review dispatched as part of verification
receiving-code-reviewhs-receiving-reviewTechnical evaluation of review feedback
writing-skillshs-writing-skillsTDD-for-documentation methodology
writing-planshs-planImplementation plans with exact code per task
executing-planshs-implementTask-by-task execution with subagent dispatch
subagent-driven-developmenths-implementSubagent dispatch for independent tasks
dispatching-parallel-agentshs-implementParallel subagent execution
using-git-worktreeshs-claimWorktree setup as part of issue claiming
finishing-a-development-branchhs-shipMerge, cleanup, risk classification

HiveSpec-only skills (no Superpowers equivalent)

Section titled “HiveSpec-only skills (no Superpowers equivalent)”
HiveSpec SkillWhat It Does
hs-claimIssue claiming, branch setup, draft PR
hs-exploreStructured codebase exploration before design
hs-retroMine session transcripts for skill gaps
OpenSpec ConceptHiveSpec EquivalentNotes
specs/ directory.agents/plans/Design specs and implementation plans
Spec format (YAML frontmatter + markdown)Design spec structure in hs-designHiveSpec uses markdown, compatible with OpenSpec
Spec-driven developmenths-design → hs-planDesign first, then plan, then implement
Spec validationhs-verifyVerify implementation matches spec

HiveSpec is compatible with OpenSpec — design specs can follow OpenSpec format and live in specs/ if the project uses OpenSpec conventions.