Loading...
Loading...
Correct, create, or remove written material so a later reader can rely on it: documentation that no longer matches the system, a fact about to be written down a second time, prose restating what a config file or command already prints, a records folder that has drifted, or a decision worth recording so it stops being re-argued. Prose no human has read counts as a hypothesis, not a source. Use when the user says "the docs are out of date", "readme still says the old flow", "where does this go", "write this down", or "should this be an ADR". Not for judging docs inside a change under review, explaining an existing document, or looking up a third party documentation.
npx skill4agent add gabrielmoreira/skills make-the-docs-trustworthy| If you see... | Read |
|---|---|
| a fact about to be written down, or one that already appears in two places and they disagree | |
| prose describing what a manifest, configuration, generated block, or command's own help already states | |
| a claim that something is out of date, with no change to anchor it to | |
| a file that has absorbed content beyond the job its name implies, or that nobody can describe in one line | |
| a document being cited as a reason, which no human is known to have read | |
| a constraint invisible in the code, a deliberate deviation, or an alternative readers keep re-proposing | |
| a recorded decision whose answer has changed, or a page whose subject no longer exists | |
| no established location, numbering, or heading scheme for what you are about to add | |
| Class | When | What it requires |
|---|---|---|
| correct | the prose says something untrue now | cite what makes it untrue |
| add | the fact has no home yet | the search above decides where |
| supersede | a recorded decision changed | the old record stays, with a pointer forward |
| relocate | the fact is in the wrong file | leave no surviving copy behind |
| delete | the subject itself is gone | never for a decision record |
Claim "the setup guide is wrong"
Resolution refuted for steps 1-3: ran them, they work.
confirmed for step 4: it names a flag the command's own
help no longer lists.
Changes correct <setup page>:22, replace the flag with a pointer
to the command's help
delete <old setup page>: its subject was removed here
Left alone <troubleshooting page>: every command in it still runs
Not written the retry default: the config command already prints it
Unreviewed none