feat: add kanban integration to workflow-architect bundle — task-dependency model for linear workflows #44
No reviewers
Labels
No labels
community-feedback
enhancement
skill-upgrade
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
magnus/agent-skills!44
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/workflow-architect-kanban"
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?
Summary
Replaces the lane-based kanban-board.yaml.tmpl with a Hermes-compatible task-dependency model using parent/child task relationships. Hermes Kanban does not have lanes or WIP limits — it uses flat boards where task dependencies drive auto-promotion (when task A is done, task B auto-advances from "todo" to "ready").
What changed
Replaced
New files (9)
hermes kanban boards createcommandsModified (4)
How kanban generation works now
When the interview reveals a linear workflow:
hermes kanban boards createThe dependency chain uses Hermes built-in parent/child relationships. When a task is "done," the next phase task auto-promotes to "ready" and the dispatcher spawns it.