kanban-management

Manage kanban boards with structured tickets, quality gates, and SVG visualization.

816|77|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/rcarmo/piclaw --skill kanban-management-rcarmo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kanban-management
Source: https://github.com/rcarmo/piclaw/tree/main/skel/.pi/skills/kanban-management
Command: npx skills add https://github.com/rcarmo/piclaw --skill kanban-management-rcarmo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive framework for managing kanban boards, from initial idea generation and detailed planning to quality assessment and tracking completion.

Core Features & Use Cases

  • End-to-end Kanban Management: Covers ideation, planning, implementation, review, and completion tracking.
  • Structured Ticket Format: Defines a clear YAML frontmatter and body structure for kanban tickets.
  • Quality Gates & Scoring: Implements a scoring system to ensure tickets meet readiness criteria at each stage.
  • Use Case: When a user asks to "create a new feature ticket, define its acceptance criteria, and plan its implementation," this skill can guide the process, ensuring all necessary details are captured and the ticket is ready for development.

Quick Start

Use the kanban-management skill to create a new ticket in the 'Inbox' lane.

Frequently Asked Questions about kanban-management

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

FAQPage Schema
How do I manage kanban tickets end-to-end from ideation to completion?

Kanban ticket management is handled end-to-end by standardizing file formats, defining lane structures, and enforcing development workflows with quality scoring and definition-of-done tracking. The process covers ideation, implementation planning, review, and completion logging.

What is the structured format for creating agile task tracking tickets?

Agile task tracking tickets use a structured format with YAML frontmatter and a defined body structure. This standardization ensures all necessary details are captured and tickets meet readiness criteria at each stage before moving to development.

How do I enforce quality gates and readiness criteria in a scrum workflow?

Quality gates in a scrum workflow are enforced through an implemented scoring system that evaluates tickets against readiness criteria at each stage. Update history logging tracks these evaluations to ensure definition-of-done requirements are met before progression.

Can I visualize a kanban board and audit ticket inventory from the command line?

Kanban board visualization is supported via SVG rendering, and command-line utilities are provided for ticket inventory and auditing. These tools allow you to inspect board state and audit development progress directly from the terminal.

Does this kanban workflow require any external dependencies or platforms?

This kanban workflow operates without external dependencies, relying on standardized ticket files and built-in scripts. It defines its own lane structures and quality gates, making it suitable for file-based project management without third-party platform requirements.