The recent-feedback sweep

A project audit that turns recent user-reported problems into reusable failure patterns, fixes every confirmed match, and verifie…

Matthew Berman 2.2k updated 1mo ago
Claude CodeGeneric
View source ↗

A project audit that turns recent user-reported problems into reusable failure patterns, fixes every confirmed match, and verifies a clean final sweep.

Use when

Use this after several days of project feedback when repeated mistakes may point to similar issues elsewhere and the agent can inspect both the conversation history and the complete current project.

The loop

Review all available threads from [lookback window] where I reported something wrong with [project] and asked for a fix. Build a deduplicated issue list, group it into failure patterns, and verify current state. Audit the complete project for every pattern, fix each confirmed instance, and add regression coverage where practical. Repeat the full audit until it finds no remaining instance or [iteration budget] ends. Stop on blocked or approval-gated work. Return the issues, fixes, evidence, and blockers.

Steps

  • Define the lookback window and complete project surface, then collect every accessible thread in which the user reported a problem and requested a fix.
  • Deduplicate the reported issues, verify their current status, and turn the concrete examples into explicit failure patterns and audit checks.
  • Audit every in-scope project surface for each pattern, fix one confirmed instance at a time, and add regression coverage where practical.
  • Run targeted checks after each fix, then rerun the complete pattern audit and relevant full checks before declaring the sweep clean.

Verification

The issue inventory is closed and a fresh pattern audit is clean. Every reported issue and newly found match has current proof of resolution; blocked, approval-gated, or budget-exhausted items remain explicitly open.

Why it works

Recent corrections are concrete examples of the quality bar the project missed. Grouping them into failure patterns turns one-off feedback into a reusable audit rubric, while a fresh full sweep catches sibling defects and verifies the current project rather than trusting old thread state.

Maintain The recent-feedback sweep?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

The recent-feedback sweep on getagentictools
[![The recent-feedback sweep on getagentictools](https://getagentictools.com/badge/loops/recent-feedback-sweep.svg)](https://getagentictools.com/loops/recent-feedback-sweep?ref=badge)