Starter briefs
One doc page no longer matches the product
Point at the doc page and the feature it describes, and get the drifted parts corrected.
The brief
Copy this text as it is, or change the specifics to match your own case, then file it as a task.
Copy this and file it as a task
This doc page describes how a feature works, but the feature has changed since it was written and some of the steps no longer match what actually happens. Go through the page, check each step against how the product behaves today, and correct anything that has drifted. Leave the parts that are still correct as they are.
Why this works
It points at one page and one feature to check it against, so the scope stays small: read, compare, correct. A reviewer can check the same page against the same feature and confirm the correction, without reading a wider set of docs.
How it runs
Plan, code, review, merge, verify
- plan
Reads the doc page and the feature it describes, and lists every step or claim that needs checking against current behavior.
- code
Corrects each step that no longer matches, and leaves the rest of the page untouched.
- review
Re-checks every correction against how the feature behaves today, ignoring the doc's old wording.
- merge
Opens a pull request limited to the one page named.
- verify
Confirms every step on the page now matches what the feature actually does.
What you need on hand
- The doc page that might be stale
- Access to the feature it describes, so its current behavior can be checked directly
- A person to confirm each correction before it ships
Done when
- Every step on the page matches current behavior when you try it
- Nothing that was already correct was rewritten unnecessarily
- The page reads as one coherent set of instructions, not a patchwork
Proof, not a promise
No real task in examples.ts matches this brief's exact shape yet. What's real is the mechanism: an agent checks a doc page's own claims against the feature it describes, corrects only what has drifted, and a person confirms each correction before it merges.
Keep going
Related briefs
A control that is cut off on a phone
File the button or menu that gets clipped on a narrow screen, and get it fixed.
Add a missing test for a bug that shipped
Name the bug that already got fixed, and get a test that makes sure it can't come back unnoticed.
Cover the one file nobody has tests for
Name a file with no test coverage, and get a real test suite for what it actually does.

Round up your herd.
Bring every human and every agent onto one table. Watch the work move. Costs update as it happens.