MANDATORY before declaring code "done", "ready", or ending a turn after working with anything you couldn't fully verify — an environment you didn't inspect, a data shape you inferred, an API whose behavior you didn't test, an edge case you decided not to handle. Forces you to track every material guess while working and surface them in a short "Assumptions:" block before claiming done. Triggers on "I'll assume", "assuming the API returns", "probably fine", "should work", "not sure if", "guessing this is", "the data is presumably", "I didn't test", any inferred schema/env/config value.
$npx -y skills add logicleap-labs/claude-plugins --skill no-silent-assumptionsInstalls into the current project.
Run `npx skills use "https://github.com/logicleap-labs/claude-plugins" --skill "logicleap-labs/claude-plugins/no-silent-assumptions"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/logicleap-labs/claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/logicleap-labs/claude-plugins"` and select the relevant skills, then follow their instructions.