Skip to main content

universal method / dissect

dissect

Trace a risky code path before changing it.

  1. Load
  2. Apply
  3. Return

universal method

Why this exists

Use it when callers, state, effects, failures, or configuration remain unproven.

returns

Bounded flow from entry point to effects, with unknown edges named.

boundary

Traces one question. It is not an audit or redesign.

common misuse

Expanding the trace into a broad architecture audit.

path map

entry -> branch -> effect

note
Question: who writes the review decision?
Entry: review route -> checker adapter
Unknown: human selection after assessment

working shape

Keep the result in the conversation.

returns a focused result in chat

skills add

Load it when the task fits.

pwrcheckevidence

# install one skill globally

$ npx skills add jcosta33/suspec-skills --skill dissect -g