What problem does it solve?
This Skill helps developers avoid over-engineering and optimize code quality by applying Kaizen principles, ensuring incremental improvement, error-proofing, standardization, and YAGNI (You Aren't Gonna Need It) practices.
Core Features & Use Cases
- Incremental Improvement: Encourages small, verified improvements over time, preventing refactoring debt.
- Error Proofing: Designs systems to make errors impossible or immediately visible, enhancing reliability.
- Standardized Work: Follows established patterns and requires team consensus for new ones.
- Just-In-Time (JIT): Implements only current requirements, avoiding premature optimization.
- Use Case: When a developer is faced with adding a new feature or making architectural decisions, the Skill guides them through the process of applying Kaizen principles to prevent bad patterns from entering the codebase.
Quick Start
Use the applying-guardrails skill to review a new feature before implementation, ensuring it adheres to Kaizen principles.