Files
magnus919_agent-skills/bundles/workflow-architect/references
Magnus Hedemark 888eb62ec9 feat: add kanban integration to workflow-architect bundle — task-dependency model for linear workflows
Replaces the lane-based kanban-board.yaml.tmpl with a Hermes-compatible
task-dependency model using parent/child task relationships.

Changes:
- Delete templates/kanban-board.yaml.tmpl (wrong model — Hermes Kanban
  doesn't have lanes)
- Create templates/kanban-board-setup.sh.tmpl — board creation script template
- Create templates/kanban-task-blueprints.yaml.tmpl — phase-to-task mapping
- Update bundle-builder/SKILL.md Section 6 for new kanban model
- Update kanban-decision-criteria.md Implementation section with Hermes
  task-dependency model and lifecycle rules
- Create references/example-output/developer-pipeline-kanban/ — linear
  build->review->deploy workflow with full kanban board, task blueprints,
  and usage guide
- Cross-reference the two examples (non-kanban developer-triage and
  kanban-enabled developer-pipeline-kanban)
- Update manifest.yaml.tmpl with kanban metadata slot
2026-05-29 21:36:12 -04:00
..