lessons-trim

Prune stale and duplicate entries from lessons.md files.

5|2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/oduffy-delphi/coordinator-claude --skill lessons-trim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lessons-trim
Source: https://github.com/oduffy-delphi/coordinator-claude/tree/main/plugins/coordinator/skills/lessons-trim
Command: npx skills add https://github.com/oduffy-delphi/coordinator-claude --skill lessons-trim

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Periodic maintenance of lessons files — trims stale entries, merges duplicates, and deletes exhausted feature-scoped files, preventing knowledge drift and bloat in tasks/docs.

Core Features & Use Cases

  • Prunes global and feature-specific lessons.md files to remove outdated entries and duplicates.
  • Merges related entries to avoid redundancy and keeps guidance concise.
  • Deletes completed feature-scoped lessons when they are no longer needed as part of housekeeping.

Quick Start

Run lessons-trim to prune stale entries, merge duplicates, and delete exhausted feature-scoped lessons files.

Frequently Asked Questions about lessons-trim

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate lessons.md deduplication and stale entry removal for project management?

You can automate lessons.md deduplication by running periodic maintenance that prunes stale entries, merges duplicates, and deletes exhausted feature-specific files to prevent knowledge drift and bloat.

What is the best way to clean up completed feature-specific lessons files?

The best way to clean up completed feature-specific lessons files is to delete exhausted per-feature notes under tasks/<feature>/lessons.md and prune the global tasks/lessons.md during housekeeping.

When should I run periodic maintenance on my project knowledge base?

Run periodic maintenance on your project knowledge base during scheduled housekeeping or after feature completion to remove stale entries, merge duplicates, and enforce periodic trim rules.

Does project management housekeeping work with global and per-feature lessons.md files?

Yes, project management housekeeping works with both global lessons at tasks/lessons.md and per-feature files under tasks/<feature>/lessons.md, applying deduplication and removing stale entries to prevent bloat.

Why does my knowledge base have duplicate lessons and how do I fix it?

Your knowledge base has duplicate lessons from unmanaged periodic updates; fix it by running automated trim maintenance that merges duplicate entries, removes stale guidance, and deletes exhausted feature-scoped files.