Plans Dashboard Alias
/mk-kanban is now a thin alias for /mk-plans-kanban.
It no longer starts the retired standalone plans-kanban server. Instead, it opens the MyKit CLI dashboard plans route and lets the CLI own the runtime.
Usage
node .claude/skills/plans-kanban/scripts/open-dashboard.cjs
Legacy path and server flags are still accepted with warnings and redirected to the CLI dashboard flow.
Current Behavior
- Opens the plans dashboard route in
mk config ui - Starts
mk config ui --port 3456 --no-openif the dashboard is not already running - Follows CLI auto-fallback ports (
3456-3460) when3456is busy - Supports
--stopfor launcher-managed dashboard processes - Warns instead of failing when deprecated standalone-server flags are used
Recommended Commands
mk config ui
mk plan status /absolute/path/to/plan.md
cd /absolute/path/to/plan-dir && mk plan check <phase-id> --start
cd /absolute/path/to/plan-dir && mk plan check <phase-id>
cd /absolute/path/to/plan-dir && mk plan uncheck <phase-id>
Note
For AI agent task orchestration boards that are not plan files, use the dedicated orchestration skills. This alias is now strictly for the plans dashboard.