Show status of active orchestrators and workflows.
/plugin marketplace add p4ndroid/ai-dev-pipeline-architecture/plugin install ai-dev-pipeline@ai-dev-pipeline-marketplace# Workflow Status Show status of active orchestrators and workflows. --- ## Output Display current workflow state: 1. **Active Orchestrator:** - Which orchestrator is running (if any) - Current phase/step 2. **Pending Checkpoints:** - Any checkpoints waiting for user input - Options available 3. **Spawned Sub-Agents:** - List of sub-agents currently running - Their status 4. **Recent Activity:** - Last operations completed ## Format **When orchestrator is active:** **When no orchestrator is active:** ## Implementation Notes This command checks for: - Ac...