Automates a file-system based development Kanban loop: todo to doing to test to done.
Automates a development Kanban loop using Node.js scripts and structured resources.
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)./kanban:initnode ./scripts/init.js.kanban/04-done/00-initial-baseline/./kanban:spec <TaskName><TaskName>.md in kanban/01-backlog/01-draft/../resources/templates/./kanban:start <TaskName> [--yolo]kanban/01-backlog/02-task/.02-doing/ and moves the PRD.SSD.md (optional), TDD.md, and implementation_plan.md.VERIFICATION_REPORT.md.kanban/03-test/./kanban:fix <TaskName>## Reported Issues from the test report.02-doing/ and injects fix steps into the plan./kanban:done <TaskName>04-done/ and cleans up temporary files../resources/templates/../scripts/.