From TaskView
Manages TaskView projects, lists, and tasks via MCP tools. Provides conventions for browsing, creating, and updating work items without leaving the terminal.
How this skill is triggered — by the user, by Claude, or both
Slash command
/taskview:taskviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This plugin connects Claude Code to a TaskView instance through the `taskview`
This plugin connects Claude Code to a TaskView instance through the taskview
MCP server. Use it to let the user view and manage their work without leaving
the terminal.
goalId, list_goals, create_goal) means a project. When
the user says "project", use the *_goal tools.goalId; list_goals / create_goal / update_goal.componentId to
list_tasks to scope to one list, omit it to see all tasks.list_* tool (project → list_goals, list → list_lists,
members → list_collaborators_for_goal, columns → list_kanban_columns,
tags → list_tags), then pass that id to create/update/delete tools.list_tasks is paginated — page is 0-based (~30/page). Keep requesting
the next page until one returns fewer than 30. Completed tasks are hidden
unless showCompleted is set. Use sortBy (date | priority) with
descending to order.delete_*) and before creating duplicates
— check with a list_* call first.When the user asks to record what was done, create one top-level task per finished unit of work in the relevant project (resolve it first), with a clear description and, if known, the list and priority. Do not bury the summary as a subtask unless the user asks for that.
npx claudepluginhub gimanh/taskview-community --plugin taskviewProvides interactive onboarding for MCP Task Orchestrator by detecting workspace state and guiding through plan mode, persistent tracking, and workflow integration.
Manages tasks, goals, projects, and brain dumps in Mission Control JSON files. Create, update, query entries with kanban status, assign agents, and regenerate AI context.
Defines conventions for TASKS.md files: structure with optional sections, status symbols ([ ] todo, [/] ongoing, [x] done, [-] backlog), task descriptions, and testable acceptance criteria. Use for creating, editing, updating tasks or tracking progress.