kanban

SKILL.md

Skill: kanban

Automates a development Kanban loop using Node.js scripts and structured resources.

Structure

  • kanban/01-backlog/01-draft/: Active requirement incubation area.
  • kanban/01-backlog/02-task/: Staging area for "Frozen" requirements.
  • kanban/02-doing/[TaskName]/: Active development.
  • kanban/03-test/[TaskName]/: Verification stage.
  • kanban/04-done/[TaskName]/: Finalized knowledge assets.
  • kanban/99-templates/: Standard document templates (deployed from resources).

Core Commands

/kanban:init

  1. Script Execution: Runs node ./scripts/init.js.
  2. Baseline Initialization: If the project already has source code, the agent performs a manual scan and stores results in kanban/04-done/00-initial-baseline/.
Installs
3
First Seen
Mar 25, 2026