logicprobe
Run the following command in DeepSeek Harness:
dsh plugin install AmethystLuna/logicprobe
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install AmethystLuna/logicprobe in your DeepSeek Harness terminal to install the plugin; the source repository is https://github.com/AmethystLuna/logicprobe — restart your profile after installation to activate it.
About this plugin
Design documents say "thread-safe", "max 3 retries", "no deadlock possible" — but is the code actually doing that? Logic Probe bridges the trust gap between documentation and implementation. It enumerates every verifiable claim in design docs, architecture specs, and refactoring plans (API names, file paths, enum values, mechanism feasibility), cross-checks each against the actual codebase, and produces file:line-precise evidence with severity grading and remediation direction — never modifying code during verification.
When a claim involves behavioral logic, the plugin extracts a state-transition model, presents it to the user for confirmation, then runs 22 automated checks: 8 structural (reachability, deadlock, liveness, determinism, event and guard completeness, invariant validity, monotonic variables) plus 14 adversarial probes (race interleavings, order reordering, boundary bombardment, pairing symmetry, idempotent replay, probabilistic reachability lower bounds, worst-path cost with positive-cost cycle detection, deadline bounds, and more). Refactoring workflows add before/after model diffing to flag undeclared behavioral changes; data-migration reviews verify copy consistency, migration coverage, and breaking-change regressions. The engine can also export LogicModelV1 as native input for UPPAAL, TLA+, PRISM, and SPIN, mapping one-to-one with the external-tool routing dimensions in coverageNotes.
Logic Probe is built for engineers and tech leads who need evidence over intuition during code review, architecture design, or refactor planning. It follows the Agent Skills open standard and is validated across Claude Code, Codex CLI, Cursor, Kimi CLI, OpenCode, ZCode, and DeepSeek Harness. The Python engine is optional and provides an offline fallback with zero hard dependencies.
Use Cases
- Cross-check every behavioral claim in a design doc against the actual codebase
- Diff before/after state-machine models to flag undeclared behavioral changes in refactors
- Audit data migrations for field coverage, copy consistency, and breaking changes
Best For
- Engineers who need evidence, not intuition, in code review
- Tech leads authoring architecture specs and refactoring plans
- Developers switching between Claude Code, Codex CLI, Cursor, and other AI platforms
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.