plugins/coordinator/skills/lessons-trim/SKILL.md
DEPRECATED ALIAS — invokes coordinator:lesson-triage in project-local mode. Periodic maintenance of lessons files (trim stale entries, merge duplicates, clean feature-scoped files). Invoked by /update-docs (Phase 6) or standalone. Removal due 2026-05-26 (one cadence cycle after lesson-triage ship).
npx skillsauth add oduffy-delphi/coordinator-claude lessons-trimInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill is a thin shim. All processing logic lives in coordinator:lesson-triage.
Invoke: /lesson-triage --mode project-local (or simply /lesson-triage from a project repo — auto-detects mode from cwd).
Removal due: 2026-05-26 — see tasks/lessons-trim-removal-due-2026-05-26.md. After that date, /update-docs Phase 6 should invoke /lesson-triage --mode project-local directly and this shim should be deleted.
tools
Orient session — preflight, load context, choose work
documentation
Wrap up finished work — capture lessons, update docs
testing
Use at cadence gates or to validate repo state. Resolves and runs the project's configured fast-test command.
development
Root-cause discipline for ONE identified bug, test failure, or unexpected behavior — pin the premise, reproduce, trace to source, fix at source, verify. For a single known issue, not a codebase sweep.