Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .agents/skills/bugfix-tdd/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ class, missing guardrail, or project-specific workflow lesson. The canonical
record is `docs/learnings/`; legacy files such as `BUG_PATTERNS.md` and
`LESSONS_LEARNED.md` may be candidate artifacts when a project still uses them.

For repeating bug classes or fixes with high blast radius, go one step further:
identify the mechanical guardrail that would make the same class harder to write
next time — a regression test, lint rule, shared helper, ESLint restriction, or
`docs/ai` contract update. A fixed bug is fully learned only when it leaves
behind a guardrail, not just a log entry.

### 6. Summarize

Tell the user:
Expand Down