root-cause-tracing

59
withzombieswithzombies

Use when errors occur deep in execution - traces bugs backward through call stack to find original trigger, not just symptom

193 days ago

sre-task-refinement

59
withzombieswithzombies

Use when you have to refine subtasks into actionable plans ensuring that all corner cases are handled and we understand all the requirements.

193 days ago

managing-bd-tasks

59
withzombieswithzombies

Use for advanced bd operations - splitting tasks mid-flight, merging duplicates, changing dependencies, archiving epics, querying metrics, cross-epic dependencies

193 days ago

debugging-with-tools

59
withzombieswithzombies

Use when encountering bugs or test failures - systematic debugging using debuggers, internet research, and agents to find root cause before fixing

193 days ago

refactoring-safely

59
withzombieswithzombies

Use when refactoring code - test-preserving transformations in small steps, running tests between each change

193 days ago

using-hyper

59
withzombieswithzombies

Use when starting any conversation - establishes mandatory workflows for finding and using skills

193 days ago

review-implementation

59
withzombieswithzombies

Use after hyperpowers:executing-plans completes all tasks - verifies implementation against bd spec, all success criteria met, anti-patterns avoided

193 days ago

test-driven-development

59
withzombieswithzombies

Use when implementing features or fixing bugs - enforces RED-GREEN-REFACTOR cycle requiring tests to fail before writing code

193 days ago

brainstorming

59
withzombieswithzombies

Use when creating or developing anything, before writing code - refines rough ideas into bd epics with immutable requirements

193 days ago

verification-before-completion

59
withzombieswithzombies

Use before claiming work complete, fixed, or passing - requires running verification commands and confirming output; evidence before assertions always

193 days ago

testing-anti-patterns

59
withzombieswithzombies

Use when writing or changing tests, adding mocks - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies

193 days ago

writing-plans

59
withzombieswithzombies

Use to expand bd tasks with detailed implementation steps - adds exact file paths, complete code, verification commands assuming zero context

193 days ago

executing-plans

59
withzombieswithzombies

Use to execute bd tasks iteratively - executes one task, reviews learnings, creates/refines next task, then STOPS for user review before continuing

193 days ago

writing-skills

59
withzombieswithzombies

Use when creating new skills, editing existing skills, or verifying skills work - applies TDD to documentation by testing with subagents before writing

193 days ago

fixing-bugs

59
withzombieswithzombies

Use when encountering a bug - complete workflow from discovery through debugging, bd issue, test-driven fix, verification, and closure

193 days ago

building-hooks

59
withzombieswithzombies

Use when creating Claude Code hooks - covers hook patterns, composition, testing, progressive enhancement from simple to advanced

193 days ago

dispatching-parallel-agents

59
withzombieswithzombies

Use when facing 3+ independent failures that can be investigated without shared state or dependencies - dispatches multiple agents to investigate and fix independent problems concurrently

193 days ago

finishing-a-development-branch

59
withzombieswithzombies

Use when implementation complete and tests pass - closes bd epic, presents integration options (merge/PR/keep/discard), executes choice

193 days ago

skills-auto-activation

59
withzombieswithzombies

Use when skills aren't activating reliably - covers official solutions (better descriptions) and custom hook system for deterministic skill activation

193 days ago

analyzing-test-effectiveness

59
withzombieswithzombies

Use to audit test quality with Google Fellow SRE scrutiny - identifies tautological tests, coverage gaming, weak assertions, missing corner cases. Creates bd epic with tasks for improvements, then runs SRE task refinement on each.

193 days ago