Everywhere Else

Use immediately after fixing a bug or improving a pattern in one place — before reporting done. Asks the question agents never ask themselves: 'did you do that anywhere else?' Enumerates the full population of sibling sites (other templates, scenarios, endpoints, components, fixtures, configs that share the same pattern), audits every one for the same defect, and applies the fix across the population — or explicitly reports which siblings were checked and found clean. Use when a fix was just applied to one instance of a repeated structure, when a codebase has N parallel implementations of anything, or when a report says 'fixed' but only one file changed.

mikestangdevs f3c7f23 5.3 KB Updated

File contents

mikestangdevs/craft-skills/tree/main/skills/rigor/everywhere-else commit f3c7f237f8

Frequently asked questions

npx skillmds@latest add mikestangdevs/everywhere-else