--open Open dashboard
Default or explicit. Finds or starts the dashboard, probes plans support, opens /plans, and prints JSON.
/ak:plans-kanban --open Quick Ref / Command
Engineer Kit
/ak:plans-kanban
Open AgentKit’s integrated plans dashboard for kanban/grid views, progress tracking, timeline checks, and quick navigation into plan files.
Check dashboard status
Start if needed
Probe capability
Open plans route
Rule 01
Thin launcher, not a plan mutation surface
Rule 02
Reuse the integrated AgentKit config dashboard
Rule 03
Capability probe before browser open
Rule 04
Scope-aware plan roots come from dashboard context
Core lanes from input to output, aligned with the command's real execution path.
Start
Input, scope, route
Work
Agent / skill execution
Verify
Gate, review, validation
Close
Report, handoff, artifact
How to invoke the skill: syntax, positional arguments, shared options, then each subcommand with its own syntax and outcome.
Syntax
/ak:plans-kanban [--open|--no-open|--stop]--open Open dashboard
Default or explicit. Finds or starts the dashboard, probes plans support, opens /plans, and prints JSON.
/ak:plans-kanban --open --no-open Report URL only
Perform discovery and capability checks, then report the /plans URL without opening a browser.
/ak:plans-kanban --no-open --stop Stop dashboard
Delegate to ak config stop and return that command result instead of opening /plans.
/ak:plans-kanban --stop Concrete invocations for each flag, subcommand, mode, or route available in the live workflow.
/ak:plans-kanban /ak:plans-kanban /ak:plans-kanban--stop
Dashboard output
Pattern
http://127.0.0.1:8766/plans or the dashboard URL reported by ak config status --json The launcher opens the supported plans dashboard, reuses an existing dashboard instance, or reports the exact CLI upgrade/action needed.