List all specs in the project
commands/# List All Specs Display all specs in the Regent project with their progress. ## Process 1. Check if `.regent/` exists - If not: "Regent not initialized. Run /regent:init to get started." 2. Find all spec directories in `.regent/` (directories only, exclude files like config.yml) 3. For each spec directory, check which phase files exist: - `brainstorm.md` - `requirements.md` - `design.md` - `tasks.md` 4. If `tasks.md` exists, count completed vs total tasks 5. Sort specs by most recently modified (most recent first) ## Output Format **Symbol Key:** - `✓` = Phase com...