Show current Ralph Wiggum loop status and task progress
Displays the current Ralph Wiggum loop status, task progress, and queue details.
/plugin marketplace add standardbeagle/standardbeagle-tools/plugin install dartai@standardbeagle-toolsDisplay the current status of the Ralph Wiggum execution loop.
Query the current loop state from session:
If loop is running:
Ralph Wiggum Loop: ACTIVE
=========================
Dartboard: [name]
Started: [timestamp] ([duration] ago)
Progress: [completed] / [total] tasks
Current Task: [title]
Status: [pipeline step]
Completed Tasks:
1. [task1] - SUCCESS
2. [task2] - SUCCESS
Queue:
1. [task3] - PENDING
2. [task4] - PENDING
Controls:
- Say "stop" to end loop
- Say "skip" to skip current task
- Say "pause" to pause for review
If loop is not running:
Ralph Wiggum Loop: INACTIVE
===========================
No active execution loop.
To start: /dartai:start [dartboard-name]
To run single task: /dartai:task <task-id>
If user asks for more details on a specific task:
Use mcp__Dart__get_task to fetch full task info
/dartai:loop-status
/dartai:start - Start the loop/dartai:task - Execute single task/dartai:sync - Sync changes to Dart