pre-implementation-check
Installation
SKILL.md
Pre-Implementation Check
Verify existing implementations before coding to prevent duplicate work. Saves 20-40% of implementation time by catching existing features early.
Overview
Before implementing new functionality, always verify:
- Does this feature already exist?
- Is it partially implemented?
- Does it need enhancement rather than creation?
Pattern observed: Agents discovered features already implemented after starting work, wasting 20-40% of implementation time.
Mandatory Skill Loading Validation
CRITICAL: Before starting implementation, verify ALL mandatory skills are loaded. Missing mandatory skills lead to incomplete verification and protocol violations.