What problem does it solve?
This Skill addresses common coding pitfalls such as acting on assumptions, skipping verification, and inefficient context usage, leading to more robust and reliable code.
Core Features & Use Cases
- Structured Workflow: Enforces a Discover → Plan → Implement → Verify loop for all coding tasks.
- Assumption Mitigation: Provides explicit interrupt patterns and red flags to prevent coding based on guesswork.
- Verification Discipline: Mandates thorough testing, diff reviews, and validation against success criteria before task completion.
- Use Case: When tasked with refactoring a complex module, this Skill ensures you first understand the existing code, plan the changes meticulously, implement incrementally, and rigorously verify the outcome.
Quick Start
Use the coding skill to refactor the user authentication module, ensuring all tests pass and no regressions are introduced.