Skip to content

feat: add /debug skill for structured hypothesis-driven debugging#169

Draft
ryzizub wants to merge 5 commits intomainfrom
third-lawyer
Draft

feat: add /debug skill for structured hypothesis-driven debugging#169
ryzizub wants to merge 5 commits intomainfrom
third-lawyer

Conversation

@ryzizub
Copy link
Copy Markdown
Contributor

@ryzizub ryzizub commented Apr 16, 2026

Description

Adds /debug skill — structured, hypothesis-driven debugging workflow. Instrumentation tagged WINGSPAN-DEBUG for reliable cleanup. Defers to companion plugin logging conventions to stay tech-agnostic.

Pairs with VeryGoodOpenSource/vgv-ai-flutter-plugin#83 for stack-specific conventions (e.g. debugPrint, dart analyze).

Type of Change

  • New feature (feat)
  • Bug fix (fix)
  • Code refactor (refactor)
  • Documentation (docs)
  • CI change (ci)
  • Chore (chore)

ryzizub and others added 5 commits April 15, 2026 15:19
Implements a new user-invocable skill that guides users through a
structured cycle: hypothesize, instrument, reproduce, analyze, fix,
verify. All debug instrumentation is tagged with WINGSPAN-DEBUG and
removed at the end, leaving only the fix.

Closes #141

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds explicit guidance for companion plugins to override default
instrumentation behavior, keeping the skill tech-agnostic while
enabling stack-specific debug support (e.g., Flutter plugin).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@ryzizub ryzizub self-assigned this Apr 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant