Skip to content

v1.9.0 - Task Plugin

Choose a tag to compare

@brkastner brkastner released this 21 Jan 20:42
· 9 commits to main since this release

New Plugin: task v1.0.0

ClickUp task management with kas workflow integration.

Commands

  • /task:start <id> - Start work on ClickUp task
  • /task:done - Complete work, create PR, update ClickUp
  • /task:merge - Merge PR, close task
  • /task:status [id] - Check task status
  • /task:new - Create new task via interview

Features

  • clickup-task-agent for MCP delegation (keeps main context clean)
  • task-workflow skill with setup, prompts, and templates
  • ClickUp HTTP MCP server configuration

Installation

{
  "plugins": ["kas-claude-plugins/task"]
}

Fixes

  • Removed redundant root plugin.json
  • Corrected repository references to kas-claude-plugins

See CHANGELOG.md for full details.