/differential-audit
Audit EARS↔code coherence via a bidirectional differential. With no arguments, opens a scoping conversation that interprets what the user wants audited, maps it to arrows, and captures an explicit EARS selection. With one or more EARS IDs, audits those specs directly using
$ npx -y skills add jszmajda/lid --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/differential-audit
Context preview
What this command does when you run it.
Audit EARS↔code coherence via a bidirectional differential. With no arguments, opens a scoping conversation that interprets what the user wants audited, maps it to arrows, and captures an explicit EARS selection. With one or more EARS IDs, audits those specs directly using
Command definition
differential-audit.mdname: differential-audit description: Audit EARS↔code coherence via a bidirectional differential. With no arguments, opens a scoping conversation that interprets what the user wants audited, maps it to arrows, and captures an explicit EARS selection. With one or more EARS IDs, audits those specs directly using configured defaults. Requires docs/arrows/ overlay from arrow-maintenance.
Invoke the `bidirectional-differential` skill in command mode.
- `/differential-audit` — opens the scoping conversation (interprets the user's description, maps to arrows, captures scope and runs-per-direction, confirms with a cost estimate).
- `/differential-audit EXP-BIDIFF-001 KWP-UE-004` — audits the listed EARS IDs directly using defaults from `CLAUDE.md`'s `## LID Experimental` section (default N=3).
See `plugins/lid-experimental/skills/bidirectional-differential/SKILL.md` for the full behavior.
A structured design-before-code methodology for agentic coding. Stop building the wrong thing — get alignment on what before writing how. Works with any coding agent that reads per-project instructions.
Repo: jszmajda/lid
Other commands on lid.
- /arrow-maintenance
Run an audit-and-update pass on the docs/arrows/ overlay. Dispatches on project state — audits an existing overlay, bootstraps the overlay from existing LID docs, or redirects to /map-codebase or /linked-intent-dev for projects without LID.
Open command - /map-codebase
Bootstrap LID in an existing (brownfield) codebase. Reads every file in scope, proposes lens-based clusterings, walks the user through reconciliation, generates skeleton LLDs/HLD/EARS and the arrow overlay, then prompts the user to flesh out the skeletons. Token-intensive by
Open command

