Start the Ralph Wiggum continuous task execution loop on a dartboard
Executes continuous task processing loop from a Dart dartboard.
/plugin marketplace add standardbeagle/standardbeagle-tools/plugin install dartai@standardbeagle-tools[dartboard-name]Start the continuous task execution loop that processes tasks from a Dart dartboard.
If dartboard name provided as argument, use it. Otherwise:
.claude/dartai.local.md config file for default dartboardUse mcp__Dart__get_config to get available dartboards
Query Dart for tasks in the dartboard:
Use mcp__Dart__list_tasks with:
- dartboard: [selected dartboard]
- is_completed: false
- status: "To-do" or "In Progress"
- limit: 20
Track:
For each task in queue:
The loop continues until:
Display ongoing progress:
Ralph Wiggum Loop Status
========================
Dartboard: [name]
Progress: [X] of [Y] tasks
Current: [task title]
Completed: [list]
Time elapsed: [duration]
/dartai:start
/dartai:start Personal/standardbeagle-tools
/dartai:start "My Project Tasks"
Say any of:
/startInitiates the task orchestration workflow using the three-agent system (task-orchestrator, task-decomposer, and dependency-analyzer) to create a comprehensive execution plan.