validate-plan
Installation
SKILL.md
Validate Skill
Comprehensive validation of implemented features against their technical specifications. Ensures code quality, test coverage, and spec compliance before final merge.
Prerequisites
- Completed orchestration: Feature implementation finished via
/skill:swarm - Feature branch: Code exists in
feat/{feature-name}branch - Spec file:
docs/specs/{feature-name}-spec.mdexists - Test infrastructure: Testing tools configured (Vitest, Playwright, etc.)