Create or list Joan todos
Manages todos in the current Joan workspace with list, create, and update operations.
npx claudepluginhub douinc/douinc-claude-code-marketplacelist | create | update <id>Manage todos in the current Joan workspace.
If $1 is "list" or empty:
Run: joan todo list
Display todos in a formatted table with:
If $1 is "create": Use AskUserQuestion to gather:
Then run: joan todo create with the provided information
Report the created todo ID
If $1 is "update" and $2 is a todo ID: First show current todo details Use AskUserQuestion to ask what to update:
Run: joan todo update $2 with the changes
Confirm the update was successful
Handle errors:
/joan:init/todoManage project todos in a todos.md file with add, complete, remove, and list operations