Stats
Actions
Tags
From lateral-mode
Use for ambiguous, intermittent, cross-layer, flaky, or repeatedly failing bugs. Do not use for obvious localized fixes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/lateral-mode:lateral-debug [bug, symptom, failing test, incident, or ambiguous behavior][bug, symptom, failing test, incident, or ambiguous behavior]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this workflow before editing ambiguous bug fixes.
Use this workflow before editing ambiguous bug fixes.
Issue:
$ARGUMENTS
lateral-mode checkpoint --json '{"anchor":{"problem":"...","success_criteria":["..."]},"hypotheses":[{"id":"H1","mechanism_class":"...","layer":"...","first_probe":"..."},{"id":"H2","mechanism_class":"...","layer":"...","first_probe":"..."}],"winner":"H1"}'
After implementation, record validation with:
lateral-mode checkpoint --json '{"validation":{"commands":["..."],"result":"passed","reason_if_not_run":""}}'
npx claudepluginhub mauroproto/lateral --plugin lateral-modeCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.