Display the current status and progress of a plan file by reading its JSON state block.
/plugin marketplace add bfreis/claude-mart/plugin install bfreis-plan-exec-plugins-plan-exec@bfreis/claude-mart# /plan-status - Display Plan Progress Display the current status and progress of a plan file by reading its JSON state block. ## Usage If no file is specified, look for common plan file patterns in the current directory: - `PLAN.md` - `PLAN-*.md` ## Instructions 1. **Locate the plan file**: - If a file argument is provided, use that file - Otherwise, search for `PLAN.md` or `PLAN-*.md` in the current directory - If multiple plan files exist and none specified, list them and ask user to specify 2. **Extract the JSON state block**: The JSON block is wrapped in HTML commen...