What problem does it solve?
This Skill addresses the issue of 'deferred' as progress in code development, ensuring that every piece of code is implemented fully and correctly from the start.
Core Features & Use Cases
- Identifies Deferred Code: Automatically identifies code that has been partially implemented, stubbed, or marked as TODO, and requires further work.
- Ensures Full Implementation: For every identified piece of deferred code, forces a full retraction and implementation.
- Rule Adherence: Ensures adherence to the rule that "An instruction is ALWAYS implemented fully," and enforces a strict deletion of non-compliant code.
Quick Start
Invoke /deferred when you detect lying code, such as stubs or TODO-marked functions, and the Skill will guide you through the process of deletion and full reimplementation.