mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-18 23:16:38 +03:00
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