AlabamaMike
- 4 skills
- 0 followers
- 14 hours ago last updated
- ▌ Root Cause Tracing · alabamamike bundleUse 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
- ▌ Requesting Code Review · alabamamike bundleUse 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
- ▌ Test Driven Development · alabamamikeUse 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
- ▌ Dispatching Parallel Agents · alabamamikeUse 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