Skip to content

feat: add debug skill#84

Open
andyhorn wants to merge 1 commit intoVeryGoodOpenSource:mainfrom
andyhorn:feat/add-debug-skill
Open

feat: add debug skill#84
andyhorn wants to merge 1 commit intoVeryGoodOpenSource:mainfrom
andyhorn:feat/add-debug-skill

Conversation

@andyhorn
Copy link
Copy Markdown

@andyhorn andyhorn commented Apr 15, 2026

Description

Add a new "debug" SKILL.

Instructs the agent to use a methodical, hypothesis-based approach to discover the root-cause of a bug or unexpected behavior and fix it with minimal changes.

Resolves #83

Type of Change

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

@andyhorn andyhorn requested a review from a team as a code owner April 15, 2026 23:16
@ryzizub ryzizub assigned ryzizub and unassigned ryzizub Apr 16, 2026
@ryzizub ryzizub self-requested a review April 16, 2026 08:22
@ryzizub
Copy link
Copy Markdown
Contributor

ryzizub commented Apr 16, 2026

Hello @andyhorn this is something we might want revisit being part of wingspan. Debug workflow can be tech-agnostic but it definitely also needs its flutter part here. I started on debug VeryGoodOpenSource/vgv-wingspan#141 in wingspan so we might coordinate together to distribute it across both of the plugins

@andyhorn
Copy link
Copy Markdown
Author

Hello @andyhorn this is something we might want revisit being part of wingspan. Debug workflow can be tech-agnostic but it definitely also needs its flutter part here. I started on debug VeryGoodOpenSource/vgv-wingspan#141 in wingspan so we might coordinate together to distribute it across both of the plugins

I thought about Wingspan as I opened this PR. Should it live in both?

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.

feat: debug agent/skill

2 participants