A Claude Code plugin that turns a markdown checklist into an executable prompt queue. Define your TODOs, pick one, and let Claude do it.
Create a .claude/todos.md file in your project with a markdown checklist:
- [ ] refactor the auth middleware to use the new token format
- [x] add error handling to the payment webhook
- [ ] update the user schema to include `preferences`
make sure to add a migration and update the seed script
Run /doit in Claude Code. It lists your pending items:
Pending TODOs:
1. refactor the auth middleware to use the new token format
2. update the user schema to include `preferences`
make sure to add a migration and update the seed script
2 pending, 1 completed
Pick a number. Claude executes the prompt and marks it [x] when done.
In Claude Code, run:
/plugin marketplace add https://github.com/olistic/doit.git
/plugin install doit
The file is a standard markdown checklist (.claude/todos.md):
- [ ] marks a pending item- [x] marks a completed item.gitignore if your TODOs are personalMIT
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub olistic/doit --plugin doitCLI-free taskmd plugin. Manage tasks stored as markdown files using only Claude's native tools — no CLI binary required.
Commands for automating repetitive tasks and workflows
Cotask — task management with TASKS.md kanban dashboard
Task management skill for coordinating complex agent work
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation