Use when reviewing a diff or module for hidden assumptions - things the code takes for granted that nothing guarantees - or when asked "what could break this later", "what does this assume", or to harden code that works today. Complements bug-hunt: bug-hunt finds defects with triggers today; this finds the ones waiting for tomorrow.
$npx -y skills add escoffier-labs/brigade --skill latent-premisesInstalls into the current project.
Run `npx skills use "https://github.com/escoffier-labs/brigade" --skill "escoffier-labs/brigade/latent-premises"` 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/escoffier-labs/brigade" that are relevant to the current task. Run `npx skills add "https://github.com/escoffier-labs/brigade"` and select the relevant skills, then follow their instructions.