@adlc/cursor
v1.5.1
Published
ADLC native Cursor plugin — marketplace hooks, skills, rules, and /adlc-* commands (npm scaffolder remains as legacy fallback).
Downloads
376
Maintainers
Readme
@adlc/cursor
ADLC (Agentic Development Lifecycle) native
integration for Cursor: a marketplace plugin with
preToolUse rails-guard dispatcher, afterFileEdit audit, advisory shell
notice, stop / beforeSubmitPrompt hooks, phase skills, and the full
/adlc-* command palette.
Install (preferred)
From a clone of this repository (Cursor plugin marketplace):
- Add the repo as a Cursor plugin marketplace (see
Cursor plugins — root
.cursor-plugin/marketplace.jsonlistsadlc-cursor). - Install the
adlc-cursorplugin. - Install the gate toolkit and initialize the repo runtime:
npm install -g @adlc/cli
adlc init --harness cursor- Wire the unbypassable CI rail-freeze gate:
docs/ci/rails-guard.yml.
Legacy / local-dev fallback
npm install -g @adlc/cli
npx @adlc/cursor .The scaffolder is idempotent — re-running (or /adlc-init) merges into any
existing .cursor/hooks.json without touching your other hooks. Prefer the
marketplace path so hooks/skills update with the plugin instead of copied
project files.
What you get
preToolUsedispatcher — rails decision first; frozen-rail edits denied.afterFileEditaudit — observational rail + flail notice.beforeShellExecutionadvisory — honesty nudge; never denies.stop/beforeSubmitPrompt— stop-audit + preflight (Cursor-documented).- Skills —
adlcphase router +adlc-init. - Command palette —
/adlc-init,/adlc-ticket,/adlc-spec,/adlc-approve-spec,/adlc-decompose,/adlc-verify-build,/adlc-prosecute,/adlc-distill,/adlc-maintain. .cursor/rules/adlc.mdc— phase-router rule (also delivered via plugin).
Docs
Full guide: docs/integrations/cursor.md.
MIT © Chris Williams
