From ap-optimal-claude
Structured bug fix workflow. Creates tasks/fix-[bug].md as a persistent artifact then invokes systematic debugging.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ap-optimal-claude:fixThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use when the user says "fix", "/fix", reports a bug, or pastes an error/traceback.
Use when the user says "fix", "/fix", reports a bug, or pastes an error/traceback.
tasks/fix-[bug-slug].md# Fix: [Bug Description]
**Date:** YYYY-MM-DD
**Status:** Investigating
## Bug Report
[Exact error, symptoms, or failing behavior]
## Reproduction Steps
1.
2.
## Suspected Root Cause
[Initial hypothesis - update as you investigate]
## Fix Approach
[What will be changed and why]
## Verification
- [ ] Bug no longer reproduces
- [ ] Related tests pass
- [ ] No regressions introduced
## Root Cause (post-fix)
[Fill in after fix confirmed]
Invoke superpowers:systematic-debugging to work through the root cause systematically.
After the fix is confirmed working:
npx claudepluginhub coach-foundation/claude-code-best-practices --plugin ap-optimal-claudeGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.