What problem does it solve? Codebases accumulate bloat from speculative abstractions, duplicated helpers, and unnecessary dependencies. This Skill keeps every code writing, refactoring, or bug-fixing response focused on the smallest working solution. ## Core Features & Use Cases - Always-Active Minimization: Applies a seven-rung decision ladder (YAGNI, reuse, stdlib, native features, existing dependencies, one-liners, minimal code) to every coding response. - Root-Cause Bug Fixing: Traces all callers of a function before editing so fixes land once in shared code instead of patching symptoms per caller. - Adjustable Intensity: Supports lite, full, and ultra modes switchable via /ponytail lite|full|ultra, with full as the default. - Use Case: When asked to add a feature, the Skill first checks whether existing helpers or the standard library already cover it, then ships the shortest working diff instead of scaffolding new abstractions. ## Quick Start Ask the assistant to write or fix any code and it will automatically apply ponytail's minimal-solution rules, or say "ponytail ultra" to maximize strictness.