← all publishers

AlabamaMike

@alabamamike source repo

4 published skills

  1. Root Cause Tracing · alabamamike bundle
    Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior
    0
    installs
  2. Requesting Code Review · alabamamike bundle
    Use when completing tasks, implementing major features, or before merging to verify work meets requirements - dispatches superpowers:code-reviewer subagent to review implementation against plan or requirements before proceeding
    0
    installs
  3. Test Driven Development · alabamamike
    Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
    0
    installs
  4. Dispatching Parallel Agents · alabamamike
    Use when facing 3+ independent failures that can be investigated without shared state or dependencies - dispatches multiple Claude agents to investigate and fix independent problems concurrently
    0
    installs