Eliminates technical debt by enforcing immediate implementation of features, error handling, and tests instead of using placeholder comments.
The No Deferred Work skill for Claude Code enforces a strict 'do it now' philosophy to prevent the accumulation of forgotten tasks and technical debt. It identifies and prohibits common placeholder patterns like TODO, FIXME, and HACK comments, as well as incomplete error handling or missing tests. By guiding Claude to either complete the work within the current scope or follow a formal process for creating tracked GitHub issues, this skill ensures that every commit remains production-ready and fully documented, rather than leaving behind unresolved code smells.
Características Principales
01Detection and prevention of TODO, FIXME, and HACK comments
02Standardized workflow for converting out-of-scope work into tracked GitHub issues
03Requirement for comprehensive unit and edge-case testing
040 GitHub stars
05Enforcement of complete error handling and validation logic
06Scope management decision flow with explicit deferral permission protocols
Casos de Uso
01Maintaining high code quality and completeness during rapid feature development
02Automating the creation of well-documented GitHub issues for discovered out-of-scope tasks
03Onboarding AI agents to strict production standards where technical debt is not tolerated