# Mk Kanban

> Alias launcher for the MyKit plans dashboard. Use for visual plan boards, progress tracking, and quick navigation into plan files.

- Skill: `phuc-nt/mk-kanban` (Agent Skill)
- Install (CLI): `npx skillmds@latest add phuc-nt/mk-kanban`
- Raw SKILL.md: https://api.skillmd.com/api/skills/phuc-nt/mk-kanban/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: phuc-nt (https://skillmd.com/u/phuc-nt)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/phuc-nt/mk-kanban

---


# 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

```bash
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-open` if the dashboard is not already running
- Follows CLI auto-fallback ports (`3456-3460`) when `3456` is busy
- Supports `--stop` for launcher-managed dashboard processes
- Warns instead of failing when deprecated standalone-server flags are used

## Recommended Commands

```bash
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.

