This is your complexity pruning tool for when an agentic workflow has gotten too heavy. It walks you through a systematic analysis of every pipeline step, tool, and config parameter to find what's adding weight without adding value. The approach is surgical: merge overlapping tools, remove validation that duplicates downstream checks, and consolidate sequential steps that could be a single prompt. What I appreciate is the explicit complexity scoring table and the hard rules about never removing error handling or safety guardrails in the name of simplicity. It requires you to justify each component with concrete value and verify your golden test set still passes after each change. Best used when you've been iterating fast and accumulated cruft, or when you suspect you're paying latency costs for components that aren't pulling their weight.
npx skills add https://github.com/sharpdeveye/maestro --skill streamline