AI AGENT ADDONS

When a bug is found in your code, you can now prevent it from ever coming back. This process adds a rule to your specification that catches the same mistake. It is like teaching your system a new lesson so it never forgets.

The method is called backprop. It works in six simple steps. You trace the bug, analyze the cause, propose a new invariant, generate a test, verify the fix, and log everything. The result is a stronger specification and a safer codebase.

This approach works for test failures, user reports, post-mortems, or direct requests. It turns every bug into a permanent improvement.

Add Backprop skill to your workflow

Global

mkdir -p ~/.claude/skills/backprop

Project

mkdir -p .claude/skills/backprop

Source Repository

Stars
1,064
Forks
75
Watchers
1,064
License
MIT
Last Push
1 month ago
Created
5 months ago