Help us improve
Share bugs, ideas, or general feedback.
From lacp-hardening
Evaluates agent session work quality at end using 4D weighted scoring (completeness 35%, honesty 30%, deferral 20%, evidence 15%). Verifies tests, catches rationalizations, generates handoff artifacts with git diffs.
npx claudepluginhub 0xnyk/lacp --plugin lacp-hardeningHow this skill is triggered — by the user, by Claude, or both
Slash command
/lacp-hardening:quality-gateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This plugin evaluates your work at session end using criteria-based scoring:
Runs a three-stage verification pipeline on execution sessions: mechanical checks, semantic evaluation, and optional multi-model consensus. Useful for structured code review and quality gates.
Performs comprehensive multi-agent evaluation of code projects across 12 dimensions like safety, completeness, and design quality. Outputs scored reports with executive summaries and improvement roadmaps in 5-10 minutes.
Validates AI agent claims against evidence trail in coding workflows. Catches unsubstantiated 'done', 'tests pass', 'fixed' without proof like outputs, diffs, or logs. Auto-triggers on completion keywords.
Share bugs, ideas, or general feedback.
This plugin evaluates your work at session end using criteria-based scoring:
Before implementing, state your sprint contract:
The quality gate evaluates against these criteria at session end.
On every non-trivial stop, a handoff artifact is generated with:
The next session automatically receives the handoff.
| Env Var | Default | Purpose |
|---|---|---|
LACP_QUALITY_GATE_THRESHOLD | 2.5 | Minimum weighted score (1-5) |
LACP_QUALITY_GATE_MODEL | llama3.1:8b | Ollama model for scoring |
LACP_BLIND_SPOT_ENABLED | 0 | Enable blind spot reflection |