npx claudepluginhub mikeparcewski/wicked-garden --plugin wicked-garden<task_name> [--project name] [--priority P0|P1|P2|P3]kanban/Create a task on the kanban board.
task_name (required): The task name/descriptionproject (optional): Project to add task to (default: most recent or "Claude Tasks")priority (optional): P0 (Critical), P1 (High), P2 (Normal), P3 (Low)Parse arguments from user input
List existing projects to find or create target:
cd ${CLAUDE_PLUGIN_ROOT} && uv run python scripts/_run.py scripts/kanban/kanban.py list-projects
If project specified and doesn't exist, create it:
cd ${CLAUDE_PLUGIN_ROOT} && uv run python scripts/_run.py scripts/kanban/kanban.py create-project "PROJECT_NAME"
If no project specified, use the most recent project or create "Claude Tasks"
Create the task:
cd ${CLAUDE_PLUGIN_ROOT} && uv run python scripts/_run.py scripts/kanban/kanban.py create-task PROJECT_ID "TASK_NAME" --priority P2
/wicked-garden:kanban:new-task "Implement login endpoint" --project "Auth Feature" --priority P1
Confirm task creation with: