Use when designing a refactor after diagnosis - selects patterns, defines composition and DI seams, and produces a test-ready refactor design spec
49
AI 68
writing-skills
withzombies1/21/2026
Use when creating new skills, editing existing skills, or verifying skills work - applies TDD to documentation by testing with subagents before writing
46
AI 94
root-cause-tracing
withzombies1/21/2026
Use when errors occur deep in execution - traces bugs backward through call stack to find original trigger, not just symptom
46
AI 82
review-implementation
withzombies1/21/2026
Use after hyperpowers:executing-plans completes all tasks - verifies implementation against bd spec, all success criteria met, anti-patterns avoided