Analyze all active juggler balls and create a comprehensive execution plan
Analyzes all active juggler balls and creates a prioritized execution plan with dependencies.
/plugin marketplace add ohare93/claude-setup/plugin install ohare93-jmo-development-tools@ohare93/claude-setupTask: Analyze all active juggler balls in the current project and create a comprehensive execution plan.
Review all active tasks (balls) being juggled and create a prioritized, structured plan for completing them efficiently.
Run the following command to export all active balls:
juggle export --format json
This will output JSON data containing all balls (excluding completed/done by default).
Review the exported ball data and identify:
Ball Properties to Consider:
id - Ball identifierintent - What the ball is trying to accomplishpriority - high/medium/low priorityactive_state - Current state (ready/juggling)juggle_state - Sub-state (needs-thrown/in-air/needs-caught)todos - Specific tasks within the ball (if present)last_activity - When the ball was last touchedzellij_session/zellij_tab - Context informationAnalysis Criteria:
State Priority:
needs-caught balls should be addressed first (work completed, needs verification)needs-thrown balls need direction/input nextin-air balls are actively being worked onready balls haven't been started yetPriority Levels:
Dependencies:
Completeness:
Generate a comprehensive plan with the following sections:
1. Executive Summary:
2. Ball Groups (organize by theme/component):
3. Recommended Execution Order: For each ball in suggested order, provide:
4. Quick Wins:
needs-caught state that just need verification5. Parking Lot:
After presenting the plan, provide:
Immediate Next Steps:
juggle juggler-8 in-air)Workflow Suggestion:
/split-plan be invoked to delegate to specialized agents?Structure your response as:
# Juggler Plan Analysis
## Executive Summary
[Stats and overview]
## Active Ball Groups
### Group 1: [Theme Name]
**Balls**: juggler-X, juggler-Y
**Dependencies**: [Any dependencies]
**Description**: [What these balls accomplish together]
### Group 2: [Theme Name]
...
## Recommended Execution Order
1. **juggler-X**: [Intent]
- State: [Current state]
- Priority: [Priority level]
- Next Action: [What to do]
- Why First: [Reasoning]
2. **juggler-Y**: [Intent]
...
## Quick Wins
- [Balls that can be completed quickly]
## Parking Lot
- [Balls that can wait]
## Immediate Next Steps
1. [First action]
2. [Second action]
3. [When to use /split-plan]