From agentic-workflow
Run a deletion-only refactor session — remove code, consolidate duplicates, reduce special cases, with zero new behavior and all validation gates passing. Also prune the journals. Use on a cadence (e.g. every N PRPs) or when entropy has accumulated.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-workflow:entropy-passThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Mandate: reduce complexity with **zero new behavior**.
Mandate: reduce complexity with zero new behavior.
The mandate covers the artifacts, not just the code — they are injected into every session, so their entropy is a context tax paid on every turn:
Append-only is the rule within normal sessions; the entropy pass is the one place curation happens.
Report: what was removed, what was consolidated, which special cases were eliminated, and anything you wanted to remove but couldn't — with the blocking reason recorded in LESSONS.md.
npx claudepluginhub destenson/agent-workflows --plugin agentic-workflowGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.