owen-dev-6174
- 3 skills
- 0 followers
- 6 hours ago last updated
- ▌ Scope Guard · owen-dev-6174Use when making code changes to prevent scope creep, over-engineering, and unrelated modifications beyond what was asked. Activates on any task involving file edits to enforce strict scope boundaries, flag unnecessary extras, and ensure changes match the request — nothing more, nothing less. Prevents bloat, YAGNI violations, and unsolicited refactoring.
- ▌ Loop Breaker · owen-dev-6174Use when stuck in a loop, going in circles, repeating the same failing approach, seeing the same error after multiple retries, or making no progress despite multiple attempts. Detects infinite retry cycles and forces strategy pivots before burning tokens.
- ▌ Dead Code Cleaner · owen-dev-6174Use when finishing a task, after completing edits, or when code feels cluttered with unused imports, unreferenced functions, commented-out blocks, orphaned files, or duplicate utilities. Reduces the 41% code churn rate caused by AI agents leaving obsolete artifacts behind.