Kanban CLI: A Local-First, Agent-First Task Manager for the Terminal

Kanban CLI is a local-first, agent-first terminal-based project management tool written in Rust. It brings structured agile workflows to the command line, with deep git integration designed to tame the randomness of AI coding agents.
Workflow: Skills, Isolation, Review
The tool defines a 4-step workflow for agent-driven development:
- The model reads a skill to contextualize requirements.
- It authenticates and receives a strict, schema-validated JSON payload outlining exact files, context, and acceptance criteria.
- Implementation runs inside an automatically isolated Git worktree and branch. The tool tracks progress (e.g., verifying all files edited) before submission.
- A human reviewer evaluates the submission and manually transitions the task to “Done,” triggering the final merge and cleanup.
Key Features
- Rust-based – compiled binary, no runtime dependency.
- Git integration – automatic branch/worktree isolation per task.
- JSON schema validation – enforces required fileds in agent output.
- Role Pool system – built-in roles with claim workflow.
- Sprint lifecycle – scope creep detection, velocity tracking.
- Statistics engine – tracked metrics with recalibration support.
- Local-first storage – JSON-backed, atomic writes, file locking.
Project Structure
The repository is organized with clear documentation:
README.md– acts as an index to all documentation files.Concept docs– tasks, sprints, roles, statistics.Architecture docs– layered design, data model, concurrency.Reference docs– CLI commands, JSON output format, role pool.Development docs– Rust conventions, coding style.
Getting Started
Install via Nix or Cargo (see documentation for details). Initialize a project, create a task, assign a role, claim, and complete. All operations are local-first — no server needed.
The tool targets developers who want to enforce rigorous guardrails on agent-driven development while keeping full control in the terminal.
📖 Read the full source: HN AI Agents
👀 See Also

Open Source Claude Code Tools for Automated Bug Bounty Hunting
Three open source repositories automate the bug bounty pipeline using Claude Code. The tools handle recon, scanning for web2/web3 vulnerabilities, and generate submission-ready reports.

Pangolin: Open-Source Identity-Based VPN as a ZTNA Alternative
Pangolin is an open-source VPN focused on identity-based remote access, offering an alternative to Cloudflare ZTNA, Zscaler, and Twingate.

Quanta-SDK v0.9.2 adds MCP server for quantum circuit execution via AI agents
Quanta-SDK v0.9.2 now includes an MCP (Model Context Protocol) server that provides AI agents like Claude or GPT with tools to execute and interpret quantum circuits. The server offers over 20 tools including circuit execution on IBM hardware, result interpretation, noise analysis, and quantum financial pricing.

Godmode Plugin Adds Autonomous Iteration Loop to Claude Code and Other AI Coding Agents
Godmode is an open-source plugin that adds an autonomous measure-modify-verify loop to Claude Code, with parallel agents, failure memory, and 126 skills including optimization, security audits, and TDD. It works with Cursor, Codex, Gemini CLI, and OpenCode.