claude-code - 💡(How to fix) Fix [Feature Request] Consolidate workflow progress visibility and add post-workflow hooks

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Code Example

[]
RAW_BUFFERClick to expand / collapse

Bug Description Workflow (multi-agent orchestration) UX feedback:

  1. Progress is fragmented across 3 surfaces (inline block, /workflows, statusline); none gives a single stable "which workflow / which step / how much left" view.
  2. The inline progress block (agent fan-out arrows, token up/down indicators) is noisy and unclear to users, and disappears quickly — leaves no sense of progress.
  3. No built-in "all steps listed + current highlighted" one-line view; users must hack it via agents writing a status file + a custom statusline script.
  4. Editing a workflow script then running it by name uses a stale cached version (registry snapshotted at session start) — confusing, looks like edits didn't apply.
  5. No workflow-specific hook (no WorkflowStop/PostWorkflow); post-run actions must piggyback on PostToolUse with matcher "Workflow", which can't see which workflow ran or its results.

Request: a clearer, consolidated, real-time workflow progress view, and a dedicated post-workflow hook.

Environment Info

  • Platform: darwin
  • Terminal: ssh-session
  • Version: 2.1.158
  • Feedback ID: 0977a849-6f9b-402f-a9e6-9b89a0a26789

Errors

[]

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [Feature Request] Consolidate workflow progress visibility and add post-workflow hooks