development
Installation
SKILL.md
Overview
This skill provides comprehensive guidance on development practices, code quality standards, and the proper approach to handling incomplete work during implementation.
Core Principles:
- Completeness over speed - Never leave TODO markers or stub implementations
- Design before code - Every TODO discovered requires technical design first
- Type-driven development - Types are not optional, they are the contract
- No technical debt - Address issues immediately, don't defer them
π¨ CRITICAL: TODO Markers Are FORBIDDEN
The Hard Rule
TODO/FIXME/XXX/HACK markers in committed code are UNACCEPTABLE.