kanban-board

Generate Kanban boards with task assignments and progress tracking.

Updated May 11, 2026
One-click install
npx skills add https://github.com/Maccio-huang/opendesign --skill kanban-board-maccio-huang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kanban-board
Source: https://github.com/Maccio-huang/opendesign/tree/main/skills/kanban-board
Command: npx skills add https://github.com/Maccio-huang/opendesign --skill kanban-board-maccio-huang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf2, Pillow, html2text, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides an automated way to generate a Kanban board with tasks assigned to team members and progress tracking, improving project visibility and coordination.

Core Features & Use Cases

  • Kanban Board Creation: Automatically creates Kanban boards for managing tasks and tracking project progress.
  • Task Assignment: Assign tasks to team members and track the status of each task.
  • Progress Tracking: Visualize the progress of tasks across different stages (Backlog, In Progress, In Review, Done).
  • Use Case: Utilize this Skill to organize a sprint planning meeting, where you can create a Kanban board for a development team with columns for different task stages.

Quick Start

Generate a Kanban board for a new project with the team 'Growth Squad' and the current sprint as 'Sprint 38'.

Frequently Asked Questions about kanban-board

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

FAQPage Schema
How do I generate a Kanban board for agile sprint planning?

To generate a Kanban board for agile sprint planning, you input a project brief specifying the team and sprint, and the Skill automatically creates a visual task board with columns for Backlog, In Progress, In Review, and Done. It assigns tasks to team members and tracks progress by outputting an HTML file.

Can I use project briefs to automate task assignment and progress tracking?

Yes, you can use project briefs to automate task assignment and progress tracking. The Skill parses your project brief to automatically assign tasks to team members and visualizes the progress of those tasks across different stages on a generated Kanban board.

Do I need pypdf2 and Pillow to create a visual task board?

Yes, you need pypdf2, Pillow, and html2text installed to create a visual task board. These Python libraries are required by the Skill to handle text extraction from project briefs and perform HTML conversion for the final Kanban board output.

What is the best way to track project progress across different stages?

The best way to track project progress across different stages is by generating a Kanban board. This Skill visualizes tasks across Backlog, In Progress, In Review, and Done columns, providing clear project visibility and improving team coordination.

Does the generated Kanban board output as an HTML file?

Yes, the generated Kanban board outputs as an HTML file. The Skill uses Python libraries for HTML output generation, converting extracted text and visual task data into an accessible HTML format for project tracking.