From workflowx
Generates an HTML status report of workflow state by scanning Hybrid Trees, parsing sections, and checking git logs. Supports custom output path via --output flag.
How this command is triggered — by the user, by Claude, or both
Slash command
/workflowx:xstatusThe summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the orchestratorX agent in status mode to scan the project, collect workflow state, and generate an HTML status report. User input: $ARGUMENTS ## Syntax --- description: Generate huashu-styled HTML status report for workflow state --- Agent( subagent_type="orchestratorX", description="Generate workflow status report", prompt="Mode: xstatus Arguments: $ARGUMENTS Generate huashu-styled HTML status report per Module 07 (status-report.md): 1. Parse arguments: --output <path> (default: ./status-report.html) 2. Scan .hybrid/ for Hybrid Trees → classify by Mode A/B/A-parallel...
Invoke the orchestratorX agent in status mode to scan the project, collect workflow state, and generate an HTML status report.
User input: $ARGUMENTS
/xstatus # Analyze current workflows, output to ./status-report.html, open in browser
/xstatus --output <path> # Specify custom output path, still opens in browser after generation
Agent( subagent_type="orchestratorX", description="Generate workflow status report", prompt="Mode: xstatus
Arguments: $ARGUMENTS
Generate huashu-styled HTML status report per Module 07 (status-report.md):
Constraints:
npx claudepluginhub treex-x/workflowx --plugin workflowx/statusDisplays orchestrator status dashboard with project progress bar and counts, phases, running tasks, blockers, recent activity, tech stack, checkpoints, and commands.
/fire-dashboardDisplays a visual project dashboard showing current phase, milestone progress, breath execution, and validation status from .planning state files. Supports compact, watch, and JSON output modes.
/amoa-orchestration-statusDisplays orchestration phase progress: module completion, agent assignments, verification status. Supports verbose output, modules/agents only, JSON format, and custom project root.
/statusGenerates HUD-style status report summarizing repo progress, pipeline stages, risks, and 1-3 next actions with configurable visibility.
/statusDisplays status of tasks in the orchestration system, including summaries, distributions, detailed views, timelines, and velocity reports with filters for date, status, agent, priority, and type.