Phase Check
Verify current project phase status by reading actual code, not just plans.
Instructions
- •Read all files in
.claude/CLAUDE.mdand memory files in~/.claude/projects/.../memory/ - •List each phase (Phase 1, 2, 3a, 3b, 3c, etc.) and its documented status
- •Verify implementation by checking for real code:
- •Read actual source files mentioned in phase descriptions
- •Check if endpoints/pages/components exist
- •Look for test files if testing is claimed
- •Compare documented status vs. actual implementation
- •Summarize what's next based on current state
- •CRITICAL: Do NOT mark anything as complete unless:
- •Code files exist and contain the claimed functionality
- •Tests pass (if applicable)
- •User has confirmed it works
Output Format
code
PHASE STATUS REPORT ================== Phase 1: [Name] Status: ✅ Complete / ⚠️ In Progress / ❌ Not Started Verified: [What was checked] Phase 2: [Name] Status: [...] Verified: [...] ... NEXT STEPS: - [ ] [What needs to be done next] - [ ] [...] WARNINGS (if any): - Phase X marked complete but missing [component]
Usage
code
/phase-check