# phase-readiness-validation > Use this skill when validating whether the project is complete for the current phase. - Author: Naeemgithubrit - Repository: Naeemgithubrit/phase-2-fullstacktodo - Version: 20260206223442 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/Naeemgithubrit/phase-2-fullstacktodo - Web: https://mule.run/skillshub/@@Naeemgithubrit/phase-2-fullstacktodo~phase-readiness-validation:20260206223442 --- --- name: phase-readiness-validation description: Use this skill when validating whether the project is complete for the current phase. --- # Phase Readiness Validation ## Instructions 1. Verify all required features are implemented. 2. Confirm authentication is enforced everywhere. 3. Validate user isolation. 4. Check spec compliance. 5. Identify missing or incomplete work. ## Examples - Confirming all CRUD operations work end to end. - Ensuring unauthorized requests fail. - Validating readiness to move to the next phase.