kanban-task-manager

Automates creation and maintenance of structured project-board tasks with dedupe and umbrella-linkage.

26|1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/TeamSloppy/Sloppy --skill kanban-task-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kanban-task-manager
Source: https://github.com/TeamSloppy/Sloppy/tree/main/Sources/sloppy/Resources/Skills/kanban-task-manager
Command: npx skills add https://github.com/TeamSloppy/Sloppy --skill kanban-task-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill creates and maintains project-board tasks with correct dedupe, umbrella/root linking, dependencies, tags, authors, assignments, and autopilot queue placement, reducing duplicate work and keeping work organized.

Core Features & Use Cases

  • Deduplicate tasks by goal, scope, outcomes, and dependencies before creation.
  • Create an umbrella/root task for multi-step objectives and link child tasks with parentTaskId.
  • Manage dependencies via dependsOnTaskIds while enabling parallel execution when possible.
  • Attach tags, assign authors and actors, and gate autopilot eligibility for scalable workflow automation.

Quick Start

Create a root task for the objective, then add child tasks with parentTaskId to begin execution.

Frequently Asked Questions about kanban-task-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deduplicate project-board tasks before they are created?

You can deduplicate project-board tasks by evaluating their goals, scope, outcomes, and dependencies before creation. This prevents duplicate work by analyzing task metadata upfront and ensuring only unique objectives are added to the kanban board.

What is the best way to manage task dependencies while enabling parallel execution?

The best way to manage task dependencies is by using dependsOnTaskIds to sequence work while allowing parallel execution when possible. This approach preserves task history and ensures multi-step work across teams proceeds efficiently without bottlenecks.

Can I automate task assignments and autopilot eligibility for agile projects?

Yes, you can automate task assignments by attaching tags, assigning authors and actors, and gating autopilot eligibility. This enables scalable workflow automation for agile kanban boards while maintaining structured task history and queue placement.

Does kanban task management work for tracking multi-step work across multiple teams?

Kanban task management works for tracking multi-step work across teams by maintaining structured project-board tasks with careful handling of dependencies, tags, and assignments. It preserves task history while satisfying requirements for parallel execution and autopilot eligibility.