What problem does it solve?
This Skill enforces strict coding standards, promotes a Test-Driven Development (TDD) workflow, and provides a structured approach to managing tasks and bugs, ensuring high-quality, maintainable code.
Core Features & Use Cases
- Simplicity Rules: Enforces function and file size limits, parameter counts, and nesting depth.
- TDD Workflow: Mandates writing tests before implementation for both new features and bug fixes.
- Atomic Todos: Provides a detailed format for breaking down work into testable, independent units.
- Session Management: Ensures context is maintained for resumability through checkpointing.
- Use Case: A developer starting a new feature will use this Skill to ensure their code adheres to best practices, is fully tested, and can be resumed later without loss of context.
Quick Start
Follow the TDD workflow to implement any new feature or fix a bug.