Show current planning session status and next steps
/plugin marketplace add bryonjacob/aug/plugin install aug-dev@aug# Plan Status - View Planning Progress Display status of all active planning sessions in `/tmp/devplan/`. **Purpose**: Check progress of planning sessions and see what command to run next. --- ## Workflow ### Step 1: Check for Planning Directory ### Step 2: List All Epic Directories ### Step 3: Display Status for Each Epic For each epic directory found: 1. **Read metadata.json** - Extract: epic_id, title, status, created, tasks count 2. **Check File Completeness** - ✅ chat.md exists - ✅ metadata.json exists - ✅ tasks/ directory exists - Count task-*.md files 3....