Code tagging system using @FEAT, @COMP, @TYPE tags for easy discovery and navigation. Use when adding documentation tags or searching for related code across the codebase.
0
AI 98
security-checklist
binee10811/14/2025
Prevents RCE, SQL injection, and common vulnerabilities through validation and safe coding practices. Use when implementing or reviewing security-sensitive code involving user input, database queries,...
0
AI 96
test-file-management
binee10811/14/2025
Permanent vs temporary test organization and immutable contract philosophy. Use when creating, modifying, or reviewing tests.
0
AI 95
risk-assessment
binee10811/14/2025
Identifies technical, timeline, and dependency risks with mitigation strategies. Use when reviewing plans or implementations to catch potential issues early before they become problems.
0
AI 95
code-minimization
binee10811/14/2025
Write minimum necessary code following YAGNI principle to prevent bloat and over-engineering. Use when implementing features to keep the codebase lean and avoid premature optimization or speculative f...
0
AI 82
architecture-principles
binee10811/14/2025
Core architecture principles (SSOT, DRY, Anti-Spaghetti) for maintainable code design. Use when planning features, implementing code, or reviewing architecture to prevent duplication and technical deb...