kanban

Automate Kanban task workflows with a PostgreSQL-backed HTTP API.

173|42|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/cyanluna-git/cyanluna.skills --skill kanban-cyanluna-git
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kanban
Source: https://github.com/cyanluna-git/cyanluna.skills/tree/main/kanban
Command: npx skills add https://github.com/cyanluna-git/cyanluna.skills --skill kanban-cyanluna-git

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Kanban-based task management for software projects, enabling teams to organize work, track progress, and coordinate across stages using a centralized, AI-assisted board backed by PostgreSQL.

Core Features & Use Cases

  • Seven-column pipeline: Req → Plan → Plan Review → Impl → Impl Review → Test → Done to visualize and manage work flow.
  • Task CRUD & context persistence: Create, edit, move, and remove tasks with session context that persists across sessions; view board statistics.
  • AI-assisted planning & refinement: Use /kanban-run and /kanban-refine stages to orchestrate pipeline steps and capture decisions.

Quick Start

Initialize your project with /kanban-init to register it, then create and manage tasks using the HTTP API.

Frequently Asked Questions about kanban

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

FAQPage Schema
How do I automate Kanban task management for software projects using a PostgreSQL database?

Automating Kanban task management with a PostgreSQL database involves using a seven-column pipeline and HTTP API to handle task operations, session persistence, and board statistics for project workflows.

What stages are included in an AI-driven Kanban pipeline for project tasks?

An AI-driven Kanban pipeline includes seven stages: Req, Plan, Plan Review, Impl, Impl Review, Test, and Done, visualizing work flow from requirement refinement through implementation to completion.

How do I initialize a project board and create tasks via an HTTP API?

To initialize a project board and create tasks via an HTTP API, register the project first, then use API endpoints to add, edit, move, or remove tasks while enforcing environment-configured authentication.

Can I persist Kanban board session context across multiple user interactions?

Persisting Kanban board session context across interactions is supported through a PostgreSQL-backed schema that stores projects, tasks, and agent logs to ensure auditable workflows.

Does this Kanban workflow support environment-configured authentication for API access?

This Kanban workflow enforces API-based interactions with environment-configured authentication, defining a strict schema for projects and tasks to ensure safe and auditable access.

How do I track implementation and testing progress using board statistics?

Tracking implementation and testing progress uses board statistics generated from the seven-column pipeline, capturing task movement and decisions through plan refinement and implementation stages.