What problem does it solve?
This skill prevents the common failure mode of stopping short on implementation tasks, ensuring that work is fully finished, tested, and documented rather than left as a collection of workarounds or dangling TODOs.
Core Features & Use Cases
- Implementation Standard: Enforces a high bar for finished work where the deliverable is a fully verified artifact, not just a plan or a gesture.
- Loose-end Resolution: Mandates that minor related tasks surfaced during implementation are completed immediately to avoid future context-switching costs.
- Use Case: When fixing a bug, this skill ensures you not only apply the fix but also write the necessary regression test and update relevant documentation, rather than leaving a comment about the limitation.
Quick Start
Apply the boil the ocean standard to ensure this feature implementation is fully verified and complete.