Dashboard: Display and execute workflow-defined actions #47
Labels
No labels
bug
contract
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
iterative-works/iw-cli#47
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Enable the dashboard to show action buttons defined by the workflow, allowing one-click continuation of the development flow.
Context
After reviewing artifacts, the human typically needs to run a command like /ag-implement to continue. This requires switching to the Claude session and typing the command.
Proposed Solution
Extend state file with actions array (label, command, primary flag)
Dashboard renders action buttons: Primary action highlighted, secondary actions available
Execution (incremental):
Acceptance Criteria
Superseded by #343 (Dashboard as Primary Control Plane). Workflow actions are covered across Layer 1 (start/remove worktrees) and Layer 3 (agent interaction).