Slash Command

/mid

Monitor agent progress and task completion during development

From supervisor
Install
1
Run in your terminal
$
npx claudepluginhub vanman2024/dev-lifecycle-marketplace --plugin supervisor
Details
Argument<spec-name> [--test]
Command Content

๐Ÿšจ EXECUTION NOTICE FOR CLAUDE

When you invoke this command via SlashCommand, the system returns THESE INSTRUCTIONS below.

YOU are the executor. This is NOT an autonomous subprocess.

  • โœ… The phases below are YOUR execution checklist
  • โœ… YOU must run each phase immediately using tools (Bash, Read, Write, Edit, TodoWrite)
  • โœ… Complete ALL phases before considering this command done
  • โŒ DON't wait for "the command to complete" - YOU complete it by executing the phases
  • โŒ DON't treat this as status output - it IS your instruction set

Immediately after SlashCommand returns, start executing Phase 0, then Phase 1, etc.

See @CLAUDE.md section "SlashCommand Execution - YOU Are The Executor" for detailed explanation.


Arguments: $ARGUMENTS

Goal

Mid-work monitoring to track agent progress, identify stuck agents, and validate ongoing compliance with task assignments.

Phase 1: Discovery

Actions:

  • Parse spec name and flags from $ARGUMENTS
  • Check if --test flag provided (runs tests in worktrees)
  • Verify spec directory and layered-tasks.md exist
  • Get list of active worktrees

Phase 2: Progress Monitoring

Actions:

  • Run mid monitoring script: !{bash ~/.claude/plugins/marketplaces/dev-lifecycle-marketplace/plugins/supervisor/skills/worktree-orchestration/scripts/mid-monitoring.sh $ARGUMENTS}
  • Parse monitoring results
  • Calculate completion percentages
  • Identify stale or blocked agents
  • If --test flag: Run tests in each worktree and collect results

Phase 3: Status Dashboard

Display:

  • Progress: X/Y tasks completed (Z%)
  • Agent status table (agent, worktree, tasks complete, status)
  • Stale agents (no commits in X hours)
  • Test results if --test flag used

Phase 4: Recommendations

Actions:

  • Suggest interventions for stuck agents
  • Recommend priority tasks
  • Next check: Re-run /supervisor:mid in 1-2 hours
Stats
Parent Repo Stars1
Parent Repo Forks0
Last CommitNov 17, 2025