Displays current workflow state, progress dashboard, and active plans. Use when user says "show status", "what's the progress", "where are we", "list tasks", "show current state", or needs overview of work in progress. Supports --verbose for detailed output including metrics and checkpoints.
Display current workflow state and progress dashboard.
Load current state:
.mycelium/state.jsonplans[] registry from session statecurrent_track.plan_file) to get task breakdownDiscover capabilities (scan plugin cache filesystem - do NOT hardcode or guess):
Skills & Agents from plugins - Read ~/.claude/plugins/installed_plugins.json. For each plugin:
pluginName = part before @ in key (e.g., mycelium from mycelium@jasonhch-plugins)installPath = first array element's installPath{installPath}/skills/*/SKILL.md, read YAML frontmatter for /. Fully-qualified: namedescription{pluginName}:{name}{installPath}/agents/**/*.md, read YAML frontmatter for name/description. Fully-qualified: {pluginName}:{name}Built-in agents (NOT in plugin cache) - Read Task tool description for: Bash, general-purpose, Explore, Plan, claude-code-guide, statusline-setup.
MCP Tools (NOT in plugin cache) - Check system prompt for any MCP server tools.
Display dashboard:
📊 Mycelium Status
Current Track: {track_id}
Phase: {current_phase}
Plans: {total} total ({active} active, {paused} paused, {completed} completed)
Active: {track_id} ({completed}/{total} tasks)
{other plans listed with status if any}
Active Plan Tasks:
- ✅ Completed: {count} ({percentage}%)
- 🔄 In Progress: {count}
- ⏳ Pending: {count}
- 🚫 Blocked: {count}
Task Summary (from active plan file):
- [x] 1.1: {task title}
- [~] 1.2: {task title} (in progress)
- [ ] 1.3: {task title}
- ...
Available Skills: {count} skills discovered
Available Agents: {count} agents discovered
Available MCP Tools: {count} MCP tools discovered
Recent Activity:
- {recent commits}
Next Action: {suggested_command}
Read plans[] from state.json for the plan summary. If plans[] is missing, fall back to listing .mycelium/plans/*.md files.
Suggest next action based on state:
/mycelium-plan/mycelium-work/mycelium-review/mycelium-capture/mycelium-continueVerbose mode (--verbose):
plans[])/mycelium-status # Standard view
/mycelium-status -v # Verbose view with details