From Occam
Harvest every `occam:` marker in the repo into a technical-debt ledger, the deliberate simplifications, their ceilings, and upgrade paths.
How this command is triggered — by the user, by Claude, or both
Slash command
/occam:debt [path = repo root]The summary Claude sees in its command listing — used to decide when to auto-load this command
# Occam debt ledger Search $ARGUMENTS (default: the whole repo) for `occam:` markers, the breadcrumbs left at intentional simplifications. For each one, produce a row: **file:line · what was simplified · ceiling (when it breaks) · upgrade path**. Group by ceiling proximity so the ones most likely to bite first are at the top. This makes deliberate shortcuts visible and reviewable instead of silent. If a marker has no stated ceiling or upgrade path, flag it as incomplete, a good `occam:` marker always names both.
Search $ARGUMENTS (default: the whole repo) for occam: markers, the
breadcrumbs left at intentional simplifications.
For each one, produce a row: file:line · what was simplified · ceiling (when it breaks) · upgrade path. Group by ceiling proximity so the ones most likely to bite first are at the top.
This makes deliberate shortcuts visible and reviewable instead of silent. If a
marker has no stated ceiling or upgrade path, flag it as incomplete, a good
occam: marker always names both.
npx claudepluginhub borghei/occam --plugin occam/debtAnalyzes codebase for technical debt including TODOs, FIXMEs, deprecated/unused code, duplication, and smells; generates prioritized Markdown report with impact, age, and effort estimates.