Multi-board Kanban
Organize tasks across projects with configurable status columns.
mochi-sticky is a file-based project management tool that lives in your Git repo. Track tasks, boards, wiki docs, and ADRs — all in Markdown and YAML.
$ mochi-sticky init
$ mochi-sticky task add "Implement feature X" --tags backend --priority 1
$ mochi-sticky tui
Boards: default
Todo Doing Done
T-000001 Implement feature X
Each task is a Markdown file with metadata you can read, diff, and review alongside your code.
Designed for solo devs, small teams, and open source maintainers.
Capture planning, docs, and decisions without leaving your repo.
Organize tasks across projects with configurable status columns.
Use fast commands or an interactive board UI built for developers.
Keep documentation with your codebase, versioned like everything else.
Track architectural decisions as first-class Markdown files.
Everything is Markdown + YAML — easy to inspect, diff, and backup.
Review changes in PRs and ship project context with your code.
From setup to daily planning in minutes.
Create the `.sticky/` workspace inside your repo.
Each task becomes a Markdown file with tags, priority, and status.
Move tasks, edit details, and keep flow visible.
Use the built-in wiki and ADRs to capture decisions.
mochi-sticky integrates with the Model Context Protocol (MCP), so AI agents can read and update boards, tasks, and docs with the same structure you trust.
Stay in control whether you’re shipping solo or managing a team repo.
Keep tasks and docs next to your code without extra tooling.
Coordinate sprints in Git and review changes in PRs.
Ship project context with the repo so contributors can onboard fast.
mochi-sticky is pre-1.0. The CLI, TUI, and file formats may change without notice. Expect breaking changes until a `v1.0.0` release.
Linux is tested in CI. macOS and Windows may work but are not guaranteed.
Install the CLI, initialize your repo, and ship with confidence.