generate_workflow_report
Generate interactive workflow reports and analytics dashboards with real-time data tracking. Visualize task details, delegation flows, implementation plans, and role performance metrics for optimized workflow management.
Instructions
Generates interactive workflow reports and analytics dashboards with rich visualizations and real-time data tracking.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
basePath | No | Base directory for report generation (defaults to PROJECT_ROOT environment variable or current working directory). **IMPORTANT**: When using NPX package, always provide the project root path to ensure reports are generated in the correct location. | |
endDate | No | End date for the report period (ISO 8601 format) | |
mode | No | Filter tasks by current mode | |
outputFormat | No | Output format for the report: β’ html - Interactive HTML dashboard with charts and Alpine.js interactivity (RECOMMENDED) β’ json - Raw JSON data for custom processing **NOTE:** PDF, PNG, JPEG formats have been removed to eliminate Playwright dependencies and improve performance. | html |
owner | No | Filter tasks by owner | |
priority | No | Filter tasks by priority (Low, Medium, High, Critical) | |
reportType | Yes | Type of report to generate. Available report types: **MAIN DASHBOARD REPORTS:** β’ interactive-dashboard - Interactive HTML dashboard with charts, filtering, and analytics (RECOMMENDED) β’ dashboard - Alias for interactive-dashboard β’ summary - Clean summary view with key metrics and task list **SPECIALIZED REPORTS:** β’ task-detail - Comprehensive individual task report with codebase analysis, implementation plans, and subtasks β’ delegation-flow - Workflow transitions and delegation patterns for a specific task β’ implementation-plan - Detailed implementation plans with subtask breakdowns and progress tracking β’ workflow-analytics - Cross-task analytics and insights with role performance metrics β’ role-performance - Individual role performance analysis with efficiency metrics **USAGE EXAMPLES:** - Daily standup: "interactive-dashboard" or "summary" - Sprint retrospective: "workflow-analytics" - Individual task analysis: "task-detail" with taskId - Workflow optimization: "delegation-flow" with taskId - Implementation tracking: "implementation-plan" with taskId - Role assessment: "role-performance" with owner filter - Team analytics: "workflow-analytics" with date filters | |
startDate | No | Start date for the report period (ISO 8601 format) | |
taskId | No | Task ID for individual task reports |