fkanban

Manage Kanban board cards in LastDB via a CLI.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/EdgeVector/last-stack --skill fkanban
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fkanban
Source: https://github.com/EdgeVector/last-stack/tree/main/skills/fkanban
Command: npx skills add https://github.com/EdgeVector/last-stack --skill fkanban

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

fkanban provides a lightweight Kanban board backed by LastDB, enabling teams to file, list, show, move, groom, and softly delete cards with a simple CLI. The board's data is stored on a LastDB node and can be accessed from multiple machines and automation runtimes.

Core Features & Use Cases

  • CRUD operations for cards: add, show, list, move, and rm
  • Column lifecycle: backlog → todo → doing → review → done
  • Can be driven by the fkanban-agent for end-to-end card implementation, or used standalone for board management
  • Useful for sprint planning, triage, and progress tracking in software projects

Quick Start

Start by listing all cards on the board with fkanban list

Frequently Asked Questions about fkanban

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

FAQPage Schema
How do I manage a Kanban board from the command line?

You can manage a Kanban board from the command line using a CLI that creates, updates, moves, and deletes cards stored in LastDB. It supports backlog grooming, prioritization, and progress tracking across teams.

What is the column lifecycle for cards in a CLI-based Kanban workflow?

The Kanban CLI enforces a deterministic column lifecycle moving cards from backlog to todo, doing, review, and finally done. This structured progression supports sprint planning and progress tracking in software projects.

Do I need a specific database to run a CLI Kanban board for automation?

Yes, this CLI Kanban board requires a reachable LastDB node and proper configuration to store and access board data. This setup enables multi-machine access and automation runtime integration for your workflows.

Can I use a CLI Kanban board for sprint planning and progress tracking?

Yes, the CLI Kanban board is explicitly designed for sprint planning, triage, and progress tracking in software projects. It allows teams to file, list, move, and softly delete cards across configured board columns.

Does CLI card management support integration with automated agents?

Yes, CLI card management can be driven by an agent for end-to-end card implementation, or used standalone for manual board management. This enables automated backlog grooming and workflow progression.