From ar
Displays the current plan export status and configuration by running the plan_export_config.py status script via uv.
How this command is triggered — by the user, by Claude, or both
Slash command
/ar:planexportThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Plan Export Status
Check the current status of plan export configuration.
! uv run --project ${CLAUDE_PLUGIN_ROOT} python ${CLAUDE_PLUGIN_ROOT}/scripts/plan_export_config.py statusCheck the current status of plan export configuration.
! uv run --project ${CLAUDE_PLUGIN_ROOT} python ${CLAUDE_PLUGIN_ROOT}/scripts/plan_export_config.py status
npx claudepluginhub ahundt/autorun --plugin ar/dashboardDisplays execution status dashboard for current Plan Cascade task from state files like mega-plan.json or prd.json. Supports --verbose|-v and --json flags for output formatting.
/show-planDisplays the current or most recent plan from the session conversation, detecting headers like '## Plan', '### Implementation Details', or numbered steps. Formats and shows content or notifies if none exists.