From cmux-todo-board
Add a local task without a GitHub issue; agent asks only which status/step.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cmux-todo-board:board-add-taskThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Add a **local task** to the board — no GitHub issue is created. Local tasks live
Add a local task to the board — no GitHub issue is created. Local tasks live
in .tasks/local.json, survive board-pull, and are merged into the board by
board-render.
/board-add-task <raw task text>
Local tasks are local-only, never pushed to GitHub (#5 is the separate sync-back
feature). They live in .tasks/local.json. Task titles are generated in the
configured language (board-config --get); default EN.
Take the raw task text (everything after the command).
Ask the user ONLY which status/step to place it at (the canonical statuses),
defaulting to ready for immediately-actionable tasks. Do not ask anything
else.
Valid statuses: inbox, ready, in-progress, needs-review, blocked,
needs-info, done.
Run bin/board-add --status <chosen> "<title>".
Report the local id + status, and suggest /board-plan (then
/board-run-ready if ready).
npx claudepluginhub kaiukov/claude-code-cmux-todo-plugin --plugin cmux-todo-boardCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.