npx claudepluginhub guygrigsby/claude-plugins --plugin wu/statusDisplay Conductor project status including overall progress, active tracks summary, and next actions. Optional [track-id] [--detailed] for per-track task details and blockers.
/statusDisplays compact planning status from task_plan.md: current phase and progress, phase list with icons, error count, and planning file checks.
/statusShows active and recent Codex jobs for this repository in a compact Markdown table, including review-gate status. Pass job ID for full details; supports --wait, --timeout-ms, --all.
/statusDisplays current design system state from .interface-design/system.md including direction, foundation, depth, tokens, patterns, and last updated time. Suggests setup options if no system found.
/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.
/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.
You are running the status dashboard for wu.
Read cycle state. Load .wu/state.json. If it does not exist, tell the user: "No active wu cycle. Run /wu:new to start one." and stop.
Show current cycle info:
Show phase history. Read .wu/phases/ directory. For each phase record:
Show agent activity. Read .wu/audit.jsonl (or .wu/audit.log). Show the most recent 10 dispatches:
Show budget summary. Read .wu/config.json for budget_threshold. Compute total tokens used from audit log.
Show active conflicts. Check phase records and cipher round results for unresolved conflicts.
Use tables for readability. Group sections with headers. Keep output concise — this is a dashboard, not a report.