Display team dashboard with deployment status, test results, quality metrics, and workflow health across all environments
/plugin marketplace add Lobbi-Docs/claude/plugin install team-accelerator@claude-orchestration# Status Command Display a comprehensive team dashboard showing deployment status, test results, quality metrics, and workflow health across all environments. ## Usage ## Examples ## Execution Flow ### 1. Gather Deployment Status ### 2. Aggregate Test Results ### 3. Collect Quality Metrics ### 4. Check Workflow Health ### 5. Service Health Checks ## Dashboard Output ## Data Sources | Metric | Source | API/Command | |--------|--------|-------------| | Deployments | Kubernetes | `kubectl get deployments` | | Pod Status | Kubernetes | `kubectl get pods` | | Test Res...