Manage tasks in kanban columns with priorities and workflow tracking. Use when organizing tasks, moving items through stages, or tracking completion.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill flowdo --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Flowdo?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-flowdo)More formats (shields.io, HTML) on the badges page.
---
name: FlowDo
description: "Manage tasks in kanban columns with priorities and workflow tracking. Use when organizing tasks, moving items through stages, or tracking completion."
version: "2.0.0"
author: "BytesAgain"
homepage: https://bytesagain.com
source: https://github.com/bytesagain/ai-skills
tags: ["task","todo","workflow","productivity","project","kanban","gtd","management"]
categories: ["Productivity", "Project Management"]
---
# FlowDo
FlowDo brings kanban-style task management to your terminal. Track tasks through workflow states, set priorities, and monitor your completion rate.
## Why FlowDo?
- **Workflow states**: Move tasks through todo → doing → done
- **Priority system**: Mark urgent tasks as high priority
- **Visual status**: Icons show task state at a glance
- **Completion tracking**: See your progress percentage
- **Filter views**: Show only tasks in a specific state
## Commands
- `add <text>` — Add a new task
- `list [status]` — List tasks filtered by status (todo/doing/done/all)
- `done <id>` — Mark a task as complete
- `doing <id>` — Mark a task as in progress
- `priority <id> <level>` — Set priority (high/normal/low)
- `stats` — View completion statistics
- `info` — Version information
- `help` — Show available commands
## Usage Examples
```bash
flowdo add Write project proposal
flowdo add Review pull requests
flowdo doing 1710000001
flowdo priority 1710000001 high
flowdo done 1710000001
flowdo list todo
flowdo stats
```
## Status Icons
- ⬜ Todo — Not started
- 🔄 Doing — In progress
- ✅ Done — Completed
- 🚫 Blocked — Blocked by dependency
- ❗ High priority indicator
---
💬 Feedback & Feature Requests: https://bytesagain.com/feedback
Powered by BytesAgain | bytesagain.com
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!