feat: enhance debug commands with sprint awareness and lessons learned #107

Merged
lmiranda merged 1 commits from feat/debug-commands-enhancements into development 2026-01-22 23:03:35 +00:00
Owner

Summary

  • Add sprint context detection to /debug-report (branch + milestone check)
  • Add smart labeling via suggest_labels MCP tool
  • Add lessons learned search to /debug-review before proposing fixes
  • Add lesson capture workflow at issue closure
  • Fix hooks to be truly non-blocking (doc-guardian, code-sentinel)

Test plan

  • Run /debug-report on a project with active sprint - verify sprint association prompt
  • Run /debug-report on development branch - verify no prompt (standalone fix)
  • Run /debug-review - verify lessons learned search before fix proposal
  • Verify hooks no longer block workflow on doc/config edits

🤖 Generated with Claude Code

## Summary - Add sprint context detection to `/debug-report` (branch + milestone check) - Add smart labeling via `suggest_labels` MCP tool - Add lessons learned search to `/debug-review` before proposing fixes - Add lesson capture workflow at issue closure - Fix hooks to be truly non-blocking (doc-guardian, code-sentinel) ## Test plan - [ ] Run `/debug-report` on a project with active sprint - verify sprint association prompt - [ ] Run `/debug-report` on development branch - verify no prompt (standalone fix) - [ ] Run `/debug-review` - verify lessons learned search before fix proposal - [ ] Verify hooks no longer block workflow on doc/config edits 🤖 Generated with [Claude Code](https://claude.com/claude-code)
lmiranda added 1 commit 2026-01-22 23:02:57 +00:00
Debug Report (/debug-report):
- Add Step 1.5: Sprint context detection based on branch and milestone
- Add Step 5: Smart labeling via suggest_labels MCP tool
- Update issue creation to support milestone association

Debug Review (/debug-review):
- Add Step 9.5: Search lessons learned before proposing fixes
- Add Step 15: Verify, close issue, and optionally capture lesson

Hooks:
- Simplify doc-guardian hook to be truly non-blocking (15 words max)
- Update code-sentinel to skip docs/config files entirely

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda merged commit 1f55387e9e into development 2026-01-22 23:03:35 +00:00
lmiranda deleted branch feat/debug-commands-enhancements 2026-01-22 23:03:35 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: personal-projects/leo-claude-mktplace#107