Skip to main content

feature-impact

Scout the blast radius of a change before or after writing it — name the shared seam it touches, enumerate from the code every mode, flag, header, and consumer already flowing through that seam, then classify each as works-unchanged / wired / deliberately-rejected-loudly / unknown, with evidence and test parity. Catches the classic miss where a second path is added beside an existing one and pre-existing behavior is silently left unhandled or gated out of the tests. Use when adding a parallel implementation, forking a shared entry point, introducing a new protocol/API version, transport, mode, or tier, fixing a bug or adding a guard in a function with multiple existing call sites, or when reviewing any of those.

Jump to install

Source facts

Repository
MQ37/poisson
Last source activity
August 18, 2026 at 11:38
Detected SKILL.md language
English
Stars
4
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.