| name | phase-status |
| description | Show current Seatable roadmap phase status from CLAUDE.md |
| allowed-tools | Read, Grep |
Seatable Phase Status
Current Roadmap
!`grep -A 80 "## Current Roadmap" /c/Users/stefa/restaurant-ai-mcp/CLAUDE.md | head -100`
Instructions
Parse the roadmap above and display a clear status summary:
- Show which phase is current (IN PROGRESS)
- Count completed vs total items for each active phase
- List the next 3-5 unchecked items that need work
- Suggest which item to tackle next based on priority
Format as a clean summary, not raw markdown.