dissect
Installation
SKILL.md
Dissect
Trace it to bedrock.
Method
- Freeze one question, symbol, workflow, or subsystem and repository state.
- Find every entry: API, command, route, event, job, callback, registry, generated binding, and configuration key.
- Trace inbound callers, including dynamic dispatch, string registration, reflection, and generated call sites.
- Trace every branch to terminal effects, including retries, fallbacks, cleanup, cancellation, error translation, and asynchronous continuation.
- Trace data, mutation, persistence, caches, shared state, and external effects.
- Trace invalid input, partial state, concurrency, time, exhaustion, dependency failure, and recovery.
- Inspect tests, types, schemas, configuration, documentation, generated files, and runtime wiring.
- Close every edge with
file:lineevidence. Mark every gapUnknownand name missing proof.